diff options
author | Vasile Dumitrascu <va511e@yahoo.com> | 2018-07-11 01:27:32 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-07-13 00:08:56 +0200 |
commit | f6a9b345a739e7512b218bd5c7783779d9c66dd2 (patch) | |
tree | 915243dfad7bb36bac937530442d52b14edce60a /gnu/packages/gnome.scm | |
parent | 2eee7ee3ec6ca1c7d5bae0e288ae51f27ef7cc7e (diff) | |
download | patches-f6a9b345a739e7512b218bd5c7783779d9c66dd2.tar patches-f6a9b345a739e7512b218bd5c7783779d9c66dd2.tar.gz |
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>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 90270146fd..206b52a5c0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6478,22 +6478,7 @@ like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.") (sha256 (base32 "18ln06xl60qzvzz61zq9q72hdbfgjsza3flph8i2asyzx3dffz68")))) - (build-system gnu-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))))) + (build-system meson-build-system) (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake))) |