guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: graphene: Remove custom autogen phase.


From: guix-commits
Subject: 10/10: gnu: graphene: Remove custom autogen phase.
Date: Fri, 18 Jan 2019 14:45:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 64a1ddba7ad5727c13af639bf36b25d40810f7a2
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 48208ea..22dd549 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1615,12 +1615,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]