summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-01-16 01:00:01 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-01-16 01:00:07 +0100
commit2b6af630d61dd5b16424be55088de2b079e9fbaf (patch)
tree73d78b0a7d750fb49783fdb7d8ed5a4beeda96eb
parentdfdf20aa0582b012ec3ff1ce4fd15b2bd15da4b1 (diff)
downloadguix-patches-2b6af630d61dd5b16424be55088de2b079e9fbaf.tar
guix-patches-2b6af630d61dd5b16424be55088de2b079e9fbaf.tar.gz
gnu: rygel: Remove input labels.base-for-series-11039base-for-series-11034
* gnu/packages/gnome.scm (rygel)[native-inputs]: Remove input labels.
-rw-r--r--gnu/packages/gnome.scm20
1 files 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