me
/
guix
Archived
1
0
Fork 0

gnu: rygel: Remove input labels.

* gnu/packages/gnome.scm (rygel)[native-inputs]:
Remove input labels.
master
Tobias Geerinckx-Rice 2022-01-16 01:00:01 +01:00
parent dfdf20aa05
commit 2b6af630d6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 10 additions and 10 deletions

View File

@ -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