qt-gstreamer: fix build and do not mark wrong pkgs as broken
This commit is contained in:
parent
80c916b6ce
commit
f9a1060199
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, gstreamer, gst-plugins-base, boost, glib, qt4, cmake
|
{ stdenv, fetchurl, gstreamer, gst-plugins-base, boost155, glib, qt4, cmake
|
||||||
, automoc4, flex, bison, pkgconfig }:
|
, automoc4, flex, bison, pkgconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gstreamer gst-plugins-base glib qt4 ];
|
buildInputs = [ gstreamer gst-plugins-base glib qt4 ];
|
||||||
propagatedBuildInputs = [ boost ];
|
propagatedBuildInputs = [ boost155 ];
|
||||||
nativeBuildInputs = [ cmake automoc4 flex bison pkgconfig ];
|
nativeBuildInputs = [ cmake automoc4 flex bison pkgconfig ];
|
||||||
|
|
||||||
cmakeFlags = "-DUSE_QT_PLUGIN_DIR=OFF -DUSE_GST_PLUGIN_DIR=OFF";
|
cmakeFlags = "-DUSE_QT_PLUGIN_DIR=OFF -DUSE_GST_PLUGIN_DIR=OFF";
|
||||||
|
@ -27,6 +27,5 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user