gst_all_1.gst-plugins-good: fix build with gtkSupport

Fixes regression from https://github.com/NixOS/nixpkgs/pull/70690
This commit is contained in:
Jan Tojnar 2019-11-27 18:51:03 +01:00
parent a03b7ebaa6
commit 4ea81e7891
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

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 [