gnu: faba-icon-theme: Fix build.
* gnu/packages/gnome.scm (faba-icon-theme)[arguments]: Do not run configure during the bootstrap phase.master
parent
2b94c14c9e
commit
737d1b3cd6
|
@ -6486,6 +6486,12 @@ like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.")
|
||||||
(substitute* '("Makefile.am")
|
(substitute* '("Makefile.am")
|
||||||
(("\\$\\(DESTDIR\\)/usr/share")
|
(("\\$\\(DESTDIR\\)/usr/share")
|
||||||
"$(datadir)"))
|
"$(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)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Reference in New Issue