guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: gnome-dictionary: Simplify inputs.


From: guix-commits
Subject: 02/04: gnu: gnome-dictionary: Simplify inputs.
Date: Sun, 19 Dec 2021 17:40:25 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 7e5ed0884482f5ce55c9face4b081d8b16306cd2
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Dec 19 17:44:01 2021 +0100

    gnu: gnome-dictionary: Simplify inputs.
    
    * gnu/packages/gnome.scm (gnome-dictionary)[native-inputs]: Simplify.
---
 gnu/packages/gnome.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2ee210e..fb048fb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9819,12 +9819,12 @@ fit the GNOME desktop.")
              (substitute* "build-aux/meson/post-install.py"
                (("gtk-update-icon-cache") "true")))))))
     (native-inputs
-     `(("glib:bin" ,glib "bin")
-       ("gobject-introspection" ,gobject-introspection)
-       ("intltool" ,intltool)
-       ("itstool" ,itstool)
-       ("pkg-config" ,pkg-config)
-       ("xmllint" ,libxml2)))
+     (list `(,glib "bin")
+           gobject-introspection
+           intltool
+           itstool
+           pkg-config
+           libxml2))
     (inputs
      (list gsettings-desktop-schemas gtk+))
     (home-page "https://wiki.gnome.org/Apps/Dictionary";)



reply via email to

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