diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-05 15:58:36 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-11 12:18:36 -0500 |
commit | d5c79f53d307a3c2d9e433028513d5243e247512 (patch) | |
tree | 3cc20978f7c6e99f4b61149d219672b1d4108a23 /gnu | |
parent | d2dff53dfbe9ba645ef0bded98fca231f36d4323 (diff) |
gnu: network-manager-applet: Use meson-0.59.
* gnu/packages/gnome.scm (network-manager-applet)[meson]: Use meson-0.59.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3ae2caed9d..100d284deb 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8112,7 +8112,8 @@ Cisco's AnyConnect SSL VPN.") "1gj6lqqi613j2m49v9i82lqg1rv7kwwc8z4nxjcwpaa0ins803f7")))) (build-system meson-build-system) (arguments - '(#:glib-or-gtk? #t + `(#:meson ,meson-0.59 + #:glib-or-gtk? #t #:configure-flags '("-Dappindicator=yes"))) (native-inputs |