mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
spice-gtk: propagate gstreamer plugins
Note: there is no sound without gst-plugins-good.
This commit is contained in:
parent
1036dc6641
commit
2f583129e2
@ -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 New Issue
Block a user