gst_all_1: fix botched merge

23741692 merged staging incorrectly
This commit is contained in:
Jan Tojnar
2018-04-26 20:40:35 +02:00
parent f925480215
commit 6c5d860c8b
2 changed files with 3 additions and 10 deletions
@@ -12,7 +12,7 @@
assert gtkSupport -> gtk3 != null;
let
inherit (stdenv.lib) optionals optionalString;
inherit (stdenv.lib) optional optionals optionalString;
in
stdenv.mkDerivation rec {
name = "gst-plugins-good-1.14.0";
@@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
libsoup libshout lame mpg123 twolame libintl
ncurses
]
++ optional gtkSupport gtk3 # for gtksink
++ optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Cocoa ]
++ optionals stdenv.isLinux [ libv4l libpulseaudio libavc1394 libiec61883 ];