diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-13 01:57:26 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-13 02:05:00 -0400 |
commit | 51ea0a7958870046ce2f8a84a72f08474e10ff29 (patch) | |
tree | d8f4a7fc843f3904177ab3363cfac02f3611295a /gnu/packages | |
parent | 7d59dbfb8bb1a905ae77e5321ca13a6fb91d160e (diff) | |
download | guix-51ea0a7958870046ce2f8a84a72f08474e10ff29.tar guix-51ea0a7958870046ce2f8a84a72f08474e10ff29.tar.gz |
gnu: glade: Remove meson argument.
* gnu/packages/gnome.scm (glade3)[meson]: Delete argument.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 65767b7401..a482880195 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3201,7 +3201,6 @@ API add-ons to make GTK+ widgets OpenGL-capable.") (build-system meson-build-system) (arguments (list - #:meson meson-0.60 #:phases #~(modify-phases %standard-phases (add-after 'unpack 'skip-gtk-update-icon-cache |