gst_all_1.gst-plugins-good: fix build with gtkSupport (#74350)

gst_all_1.gst-plugins-good: fix build with gtkSupport
This commit is contained in:
Jan Tojnar 2019-11-28 00:20:21 +01:00 committed by GitHub
commit 14111de3cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@
assert gtkSupport -> gtk3 != null;
let
inherit (stdenv.lib) optional optionals;
inherit (stdenv.lib) optionals;
in
stdenv.mkDerivation rec {
pname = "gst-plugins-good";
@ -93,7 +93,7 @@ stdenv.mkDerivation rec {
xorg.libXfixes
xorg.libXdamage
wavpack
] ++ optional gtkSupport [
] ++ optionals gtkSupport [
# for gtksink
gtk3
] ++ optionals stdenv.isDarwin [