guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/74: gnu: graphene: Remove custom autogen phase.


From: guix-commits
Subject: 06/74: gnu: graphene: Remove custom autogen phase.
Date: Fri, 30 Nov 2018 09:07:14 -0500 (EST)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit f86cc56cb1573c808c14731fae9fcf4f4c151261
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Aug 5 13:25:34 2018 +0200

    gnu: graphene: Remove custom autogen phase.
    
    * gnu/packages/gtk.scm (graphene)[arguments]: Remove 'autogen phase.
---
 gnu/packages/gtk.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 3ac7f20..1ba81dd 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1627,12 +1627,7 @@ Parcellite and adds bugfixes and features.")
                (base32 
"1zd2daj7y590wnzn4jw0niyc4fnzgxrcl9i7nwhy8b25ks2hz5wq"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:configure-flags '("--enable-introspection=yes")
-       #:phases
-       (modify-phases %standard-phases
-         (add-before 'configure 'autogen
-           (lambda _
-             (zero? (system* "./autogen.sh")))))))
+     `(#:configure-flags '("--enable-introspection=yes")))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("which" ,which)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]