guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 02/02: gnu: rygel: Remove input labels.
Date: Wed, 19 Jan 2022 17:46:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2b6af630d61dd5b16424be55088de2b079e9fbaf
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 16 01:00:01 2022 +0100

    gnu: rygel: Remove input labels.
    
    * gnu/packages/gnome.scm (rygel)[native-inputs]:
    Remove input 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 66fe10aa7c..7de62c5a30 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1659,16 +1659,16 @@ to preview files on the GNOME desktop.")
        (list "-Dplugins=external,gst-launch,lms,media-export,
 mpris,playbin,ruih,tracker3")))
     (native-inputs
-     `(("gettext" ,gettext-minimal)
-       ("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
-       ("gobject-introspection" ,gobject-introspection)
-       ("gtk-doc" ,gtk-doc/stable)
-       ("pkg-config" ,pkg-config)
-       ("python" ,python)
-       ("vala" ,vala)
-       ("docbook-xml" ,docbook-xml)
-       ("dockbook-xsl" ,docbook-xsl)
-       ("xsltproc" ,libxslt)))
+     (list gettext-minimal
+           `(,glib "bin")               ; for glib-compile-schemas, etc.
+           gobject-introspection
+           gtk-doc/stable
+           pkg-config
+           python
+           vala
+           docbook-xml
+           docbook-xsl
+           libxslt))
     (inputs
      (list gdk-pixbuf
            gssdp



reply via email to

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