me
/
guix
Archived
1
0
Fork 0

gnu: spice-gtk: Remove input labels.

* gnu/packages/spice.scm (spice-gtk): Remove input labels.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Maxim Cournoyer 2023-02-16 00:13:06 -05:00
parent f702206a37
commit da6d173980
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 16 additions and 16 deletions

View File

@ -178,23 +178,23 @@ which allows users to view a desktop computing environment.")
`("GST_PLUGIN_SYSTEM_PATH" ":"
prefix (,gst-plugin-path)))))))))
(native-inputs
`(("glib:bin" ,glib "bin")
("intltool" ,intltool)
("pkg-config" ,pkg-config)
("vala" ,vala)))
(list `(,glib "bin")
intltool
pkg-config
vala))
(inputs
`(("glib-networking" ,glib-networking)
("gobject-introspection" ,gobject-introspection)
("json-glib" ,json-glib)
("libepoxy" ,libepoxy)
("libjpeg" ,libjpeg-turbo)
("libxcb" ,libxcb)
("lz4" ,lz4)
("mesa" ,mesa)
("pulseaudio" ,pulseaudio)
("python" ,python)
("opus" ,opus)
("usbredir" ,usbredir)))
(list glib-networking
gobject-introspection
json-glib
libepoxy
libjpeg-turbo
libxcb
lz4
mesa
pulseaudio
python
opus
usbredir))
(propagated-inputs
(list gstreamer
gst-plugins-base