guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: faba-icon-theme: Fix build.


From: julien lepiller
Subject: 01/02: gnu: faba-icon-theme: Fix build.
Date: Tue, 19 Jun 2018 15:37:10 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 737d1b3cd6fd583903428545cdd6bac0f5f6faab
Author: Julien Lepiller <address@hidden>
Date:   Tue Jun 19 21:17:49 2018 +0200

    gnu: faba-icon-theme: Fix build.
    
    * gnu/packages/gnome.scm (faba-icon-theme)[arguments]: Do not run
    configure during the bootstrap phase.
---
 gnu/packages/gnome.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1d53af7..f66ac74 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6486,6 +6486,12 @@ like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.")
              (substitute* '("Makefile.am")
                (("\\$\\(DESTDIR\\)/usr/share")
                 "$(datadir)"))
+             #t))
+         (add-after 'unpack 'disable-configure-during-bootstrap
+           (lambda _
+             ;; Do not run configure as part of autogen.sh because references
+             ;; to /bin are not fixed yet.
+             (setenv "NOCONFIGURE" "y")
              #t)))))
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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