diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-05 23:41:44 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-11 12:18:36 -0500 |
commit | 59ca8d6483aedf3df0f112111d7747e47182bee2 (patch) | |
tree | d3c5281aa41d23cdd3ce5ca231b2f4a4f4fdec9c /gnu | |
parent | 2873ad49a05fac668bd0712afc1a7d57a9dfa373 (diff) |
gnu: glade3: Use meson-0.59.
* gnu/packages/gnome.scm (glade3)[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 f1c25f788c..80266b118c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3246,7 +3246,8 @@ API add-ons to make GTK+ widgets OpenGL-capable.") "glade-test-widget-null-icon.patch")))) (build-system meson-build-system) (arguments - `(#:phases + `(#:meson ,meson-0.59 + #:phases (modify-phases %standard-phases (add-after 'unpack 'skip-gtk-update-icon-cache ;; Don't create 'icon-theme.cache'. |