virt-viewer: folder sharing support
This commit is contained in:
parent
ce0d9eecff
commit
62500ec964
@ -2,7 +2,7 @@
|
|||||||
, openssl, libpulseaudio, pixman, gobjectIntrospection, libjpeg_turbo, zlib
|
, openssl, libpulseaudio, pixman, gobjectIntrospection, libjpeg_turbo, zlib
|
||||||
, cyrus_sasl, python2Packages, autoreconfHook, usbredir, libsoup
|
, cyrus_sasl, python2Packages, autoreconfHook, usbredir, libsoup
|
||||||
, withPolkit ? true, polkit, acl, usbutils
|
, withPolkit ? true, polkit, acl, usbutils
|
||||||
, vala, gtk3, epoxy, libdrm, gst_all_1 }:
|
, vala, gtk3, epoxy, libdrm, gst_all_1, phodav }:
|
||||||
|
|
||||||
# If this package is built with polkit support (withPolkit=true),
|
# If this package is built with polkit support (withPolkit=true),
|
||||||
# usb redirection reqires spice-client-glib-usb-acl-helper to run setuid root.
|
# usb redirection reqires spice-client-glib-usb-acl-helper to run setuid root.
|
||||||
@ -47,7 +47,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
spice-protocol celt_0_5_1 openssl libpulseaudio gst_all_1.gst-plugins-base pixman
|
spice-protocol celt_0_5_1 openssl libpulseaudio gst_all_1.gst-plugins-base pixman
|
||||||
libjpeg_turbo zlib cyrus_sasl python pygtk usbredir gtk3 epoxy libdrm
|
libjpeg_turbo zlib cyrus_sasl python pygtk usbredir gtk3 epoxy libdrm phodav
|
||||||
] ++ optionals withPolkit [ polkit acl usbutils ] ;
|
] ++ optionals withPolkit [ polkit acl usbutils ] ;
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig gettext libsoup autoreconfHook vala gobjectIntrospection ];
|
nativeBuildInputs = [ pkgconfig gettext libsoup autoreconfHook vala gobjectIntrospection ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user