diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-14 20:02:04 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-14 20:02:04 +0000 |
commit | 4c4f982c339750c3da5a6073d6fd5874b33c1a3d (patch) | |
tree | 6527dcbf311b120ddf6324248de5154ca557ee77 | |
parent | 75b5ad6aa3b55b2cbd7f333411cbc9e21ab1e186 (diff) | |
download | guix-4c4f982c339750c3da5a6073d6fd5874b33c1a3d.tar.gz |
gnu: gnome-tweaks: Use meson 0.59.
* gnu/packages/gnome.scm (gnome-tweaks)[arguments]: Use meson 0.59.
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 924d1326cc..d66f1606df 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9845,6 +9845,7 @@ existing databases over the internet.") (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t + #:meson ,meson-0.59 #:configure-flags '("-Dlocalstatedir=/tmp" "-Dsysconfdir=/tmp") #:imported-modules ((guix build python-build-system) |