guix-commits
[Top][All Lists]
Advanced

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

09/77: gnu: graphene: Remove custom autogen phase.


From: Ricardo Wurmus
Subject: 09/77: gnu: graphene: Remove custom autogen phase.
Date: Mon, 6 Aug 2018 14:29:15 -0400 (EDT)

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

commit 02bc0fa12f62b3764209ad59b0e557abede48484
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 aebaff0..ff10bcf 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1641,12 +1641,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]