gnu: faba-icon-theme: Switch to meson-build-system.
* gnu/packages/gnome.scm (faba-icon-theme): [build-system]: Switch to meson-build-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
2eee7ee3ec
commit
f6a9b345a7
1 changed files with 1 additions and 16 deletions
|
@ -6478,22 +6478,7 @@ like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18ln06xl60qzvzz61zq9q72hdbfgjsza3flph8i2asyzx3dffz68"))))
|
"18ln06xl60qzvzz61zq9q72hdbfgjsza3flph8i2asyzx3dffz68"))))
|
||||||
(build-system gnu-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
|
||||||
'(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'patch-makefile.am
|
|
||||||
(lambda _
|
|
||||||
(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
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)))
|
("automake" ,automake)))
|
||||||
|
|
Reference in a new issue