guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

84/181: gnu: gnome-dictionary: Use latest meson.


From: guix-commits
Subject: 84/181: gnu: gnome-dictionary: Use latest meson.
Date: Tue, 13 Sep 2022 02:25:52 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 5808a8ba3effed3e660eb717632e1358e9921d59
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Sep 8 11:16:41 2022 -0400

    gnu: gnome-dictionary: Use latest meson.
    
    * gnu/packages/gnome.scm (gnome-dictionary)
    [meson]: Delete argument.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]