qt48, gstreamer: attempt to fix on non-Linux

This commit is contained in:
Vladimír Čunát
2013-06-18 18:34:25 +02:00
parent 3adf8e6429
commit 92ecf99373
2 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
{ fetchurl, stdenv, perl, bison, flex, pkgconfig, glib, libxml2 }:
{ fetchurl, stdenv, perl, bison, flex, pkgconfig, glib, libxml2, libintlOrEmpty }:
stdenv.mkDerivation rec {
name = "gstreamer-0.10.36";
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ perl bison flex pkgconfig ];
propagatedBuildInputs = [ glib libxml2 ];
propagatedBuildInputs = [ glib libxml2 ] ++ libintlOrEmpty;
patchPhase = ''
sed -i -e 's/^ /\t/' docs/gst/Makefile.in docs/libs/Makefile.in docs/plugins/Makefile.in