Archived
1
0
Fork 0

gnu: gnome-tweaks: Use meson 0.59.

* gnu/packages/gnome.scm (gnome-tweaks)[arguments]: Use meson 0.59.
This commit is contained in:
Ricardo Wurmus 2021-11-14 20:02:04 +00:00
parent 75b5ad6aa3
commit 4c4f982c33
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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