me
/
guix
Archived
1
0
Fork 0

gnu: gnome-tweaks: Use meson 0.59.

* gnu/packages/gnome.scm (gnome-tweaks)[arguments]: Use meson 0.59.
master
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
1 changed files with 1 additions and 0 deletions

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)