guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: malcontent: Remove input labels.


From: guix-commits
Subject: 02/02: gnu: malcontent: Remove input labels.
Date: Wed, 16 Aug 2023 13:45:58 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 22bba8297a2bf1412c284416540e74ac3e2eaf44
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Aug 16 20:20:48 2023 +0300

    gnu: malcontent: Remove input labels.
    
    * gnu/packages/freedesktop.scm (malcontent)[native-inputs]: Remove input
    labels.
---
 gnu/packages/freedesktop.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 3a5fdaac97..2841c1702f 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -360,15 +360,15 @@ tests.")
                (("g_test_add_func \\(\"/app-filter/appinfo\", 
test_app_filter_appinfo\\);")
                  "")))))))
     (native-inputs
-     `(("desktop-file-utils" ,desktop-file-utils)
-       ("gettext" ,gettext-minimal)
-       ("glib:bin" ,glib "bin")
-       ("gobject-introspection" ,gobject-introspection)
-       ("gtk:bin" ,gtk "bin")
-       ("itstool" ,itstool)
-       ("libglib-testing" ,libglib-testing)
-       ("libxml2" ,libxml2)
-       ("pkg-config" ,pkg-config)))
+     (list desktop-file-utils
+           gettext-minimal
+           `(,glib "bin")
+           gobject-introspection
+           `(,gtk "bin")
+           itstool
+           libglib-testing
+           libxml2
+           pkg-config))
     (inputs
      (list accountsservice
            appstream



reply via email to

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