aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/spice-gtk
diff options
context:
space:
mode:
authorgnidorah <gnidorah@users.noreply.github.com>2018-05-11 20:49:14 +0300
committergnidorah <gnidorah@users.noreply.github.com>2018-05-29 19:25:52 +0300
commit30dc2913317b4077912c145cd20fe8804ac67502 (patch)
tree0ae9b7103e57765ad17dcd7e0acd971b2b937bc4 /pkgs/development/libraries/spice-gtk
parentc9e7b380e529e98bfca3887dd5011050515ce937 (diff)
virt-viewer: support ALSA
Diffstat (limited to 'pkgs/development/libraries/spice-gtk')
-rw-r--r--pkgs/development/libraries/spice-gtk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/spice-gtk/default.nix b/pkgs/development/libraries/spice-gtk/default.nix
index 05fd952eb2e8..1b054334c691 100644
--- a/pkgs/development/libraries/spice-gtk/default.nix
+++ b/pkgs/development/libraries/spice-gtk/default.nix
@@ -2,7 +2,7 @@
, openssl, libpulseaudio, pixman, gobjectIntrospection, libjpeg_turbo, zlib
, cyrus_sasl, python2Packages, autoreconfHook, usbredir, libsoup
, withPolkit ? true, polkit, acl, usbutils
-, vala, gtk3, epoxy, libdrm }:
+, vala, gtk3, epoxy, libdrm, gst_all_1 }:
# If this package is built with polkit support (withPolkit=true),
# usb redirection reqires spice-client-glib-usb-acl-helper to run setuid root.
@@ -46,7 +46,7 @@ in stdenv.mkDerivation rec {
'';
buildInputs = [
- spice-protocol celt_0_5_1 openssl libpulseaudio 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
] ++ optionals withPolkit [ polkit acl usbutils ] ;