guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: cinnamon-desktop: Use Guix's built-in bootstrap phase.


From: Tobias Geerinckx-Rice
Subject: 02/09: gnu: cinnamon-desktop: Use Guix's built-in bootstrap phase.
Date: Tue, 18 Sep 2018 09:40:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b22c44f1ea7a06fefdbe80b579f1c9a1bad2213f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Sep 17 13:51:12 2018 +0200

    gnu: cinnamon-desktop: Use Guix's built-in bootstrap phase.
    
    * gnu/packages/cinnamon.scm (cinnamon-desktop)[arguments]: Remove
    'autoconf' phase. Add 'skip-premature-configure' phase.
---
 gnu/packages/cinnamon.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/cinnamon.scm b/gnu/packages/cinnamon.scm
index 65aea47..7cac863 100644
--- a/gnu/packages/cinnamon.scm
+++ b/gnu/packages/cinnamon.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2017 Nils Gillmann <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -50,13 +51,10 @@
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'autoconf
+         (add-before 'bootstrap 'skip-premature-configure
            (lambda _
-             (mkdir-p "m4")
-             (zero?
-              (and (system* "glib-gettextize" "--force" "--copy")
-                   (system* "intltoolize" "--force" "--copy" "--automake")
-                   (system* "autoreconf" "--verbose" "--force" 
"--install"))))))))
+             (setenv "NOCONFIGURE" "set")
+             #t)))))
     ;; TODO: package 'libgsystem'.
     (inputs
      `(("accountsservice" ,accountsservice)



reply via email to

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