gnu: faba-icon-theme: Fix build.

* gnu/packages/gnome.scm (faba-icon-theme)[arguments]: Do not run
configure during the bootstrap phase.
master
Julien Lepiller 2018-06-19 21:17:49 +02:00
parent 2b94c14c9e
commit 737d1b3cd6
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 6 additions and 0 deletions

View File

@ -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)