guix-commits
[Top][All Lists]
Advanced

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

11/16: gnu: cheese: Remove input labels.


From: guix-commits
Subject: 11/16: gnu: cheese: Remove input labels.
Date: Thu, 1 Sep 2022 16:24:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ebcb752d4bdc1f5dd59d548664f5bfc7b60b483e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Sep 1 20:37:06 2022 +0200

    gnu: cheese: Remove input labels.
    
    * gnu/packages/gnome.scm (cheese)[native-inputs]: Remove labels.
---
 gnu/packages/gnome.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 13b046bca9..5f0394d340 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10762,16 +10762,16 @@ photo-booth-like software, such as Cheese.")
              #t)))))
     (build-system meson-build-system)
     (native-inputs
-     `(("docbook-xsl" ,docbook-xsl)
-       ("docbook-xml" ,docbook-xml-4.3)
-       ("gettext" ,gettext-minimal)
-       ("glib:bin" ,glib "bin")
-       ("gtk-doc" ,gtk-doc/stable)
-       ("itstool" ,itstool)
-       ("libxml2" ,libxml2)
-       ("libxslt" ,libxslt)
-       ("pkg-config" ,pkg-config)
-       ("vala" ,vala)))
+     (list docbook-xsl
+           docbook-xml-4.3
+           gettext-minimal
+           `(,glib "bin")
+           gtk-doc/stable
+           itstool
+           libxml2
+           libxslt
+           pkg-config
+           vala))
     (propagated-inputs
      (list gnome-video-effects
            clutter



reply via email to

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