spice-gtk: propagate gstreamer plugins
Note: there is no sound without gst-plugins-good.
This commit is contained in:
parent
1036dc6641
commit
2f583129e2
1 changed files with 4 additions and 1 deletions
|
@ -87,10 +87,13 @@ stdenv.mkDerivation rec {
|
|||
vala
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
cyrus_sasl
|
||||
epoxy
|
||||
gst_all_1.gst-plugins-base
|
||||
gtk3
|
||||
json-glib
|
||||
libcacard
|
||||
|
|
Loading…
Reference in a new issue