diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-08 11:16:41 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-13 02:04:37 -0400 |
commit | 5808a8ba3effed3e660eb717632e1358e9921d59 (patch) | |
tree | 23afe343e4146d00df0a2214f8510d9ae0cde516 | |
parent | ddc0c5e961c84dc703537a9a1b1d78b0aa59630d (diff) |
gnu: gnome-dictionary: Use latest meson.
* gnu/packages/gnome.scm (gnome-dictionary)
[meson]: Delete argument.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cd0254ff1c..5d27adb4a7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10119,7 +10119,6 @@ to perfectly fit the GNOME desktop.") (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t - #:meson ,meson-0.59 #:phases (modify-phases %standard-phases (add-after 'unpack 'skip-gtk-update-icon-cache @@ -10135,7 +10134,8 @@ to perfectly fit the GNOME desktop.") pkg-config libxml2)) (inputs - (list gsettings-desktop-schemas gtk+)) + (list gsettings-desktop-schemas + gtk+)) (home-page "https://wiki.gnome.org/Apps/Dictionary") (synopsis "Look up words in dictionary sources") (description |