mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: spice-gtk: Propagate required inputs.
* gnu/packages/spice.scm (spice-gtk)[inputs]: Move GTK+, PIXMAN and OPENSSL ... [propagated-inputs]: ... here. (virt-viewer)[inputs]: Remove OPENSSL.
This commit is contained in:
parent
97b321a69c
commit
a2d2c0bffe
1 changed files with 6 additions and 5 deletions
|
@ -134,20 +134,22 @@ (define-public spice-gtk
|
||||||
("gst-plugins-good" ,gst-plugins-good)
|
("gst-plugins-good" ,gst-plugins-good)
|
||||||
("gst-plugins-bad" ,gst-plugins-bad)
|
("gst-plugins-bad" ,gst-plugins-bad)
|
||||||
("gst-plugins-ugly" ,gst-plugins-ugly)
|
("gst-plugins-ugly" ,gst-plugins-ugly)
|
||||||
("spice-protocol" ,spice-protocol)))
|
("spice-protocol" ,spice-protocol)
|
||||||
|
|
||||||
|
;; These are required by the pkg-config files.
|
||||||
|
("gtk+" ,gtk+)
|
||||||
|
("pixman" ,pixman)
|
||||||
|
("openssl" ,openssl)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib-networking" ,glib-networking)
|
`(("glib-networking" ,glib-networking)
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("gtk+" ,gtk+)
|
|
||||||
("libepoxy" ,libepoxy)
|
("libepoxy" ,libepoxy)
|
||||||
("libjpeg" ,libjpeg)
|
("libjpeg" ,libjpeg)
|
||||||
("libxcb" ,libxcb)
|
("libxcb" ,libxcb)
|
||||||
("lz4" ,lz4)
|
("lz4" ,lz4)
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
("pixman" ,pixman)
|
|
||||||
("pulseaudio" ,pulseaudio)
|
("pulseaudio" ,pulseaudio)
|
||||||
("python" ,python)
|
("python" ,python)
|
||||||
("openssl" ,openssl)
|
|
||||||
("opus" ,opus)
|
("opus" ,opus)
|
||||||
("usbredir" ,usbredir)))
|
("usbredir" ,usbredir)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -291,7 +293,6 @@ (define-public virt-viewer
|
||||||
`(("gtk+" ,gtk+)
|
`(("gtk+" ,gtk+)
|
||||||
("libcap" ,libcap)
|
("libcap" ,libcap)
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("openssl" ,openssl)
|
|
||||||
("spice-gtk" ,spice-gtk)))
|
("spice-gtk" ,spice-gtk)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin")
|
`(("glib:bin" ,glib "bin")
|
||||||
|
|
Loading…
Reference in a new issue