Skip to content

Commit

Permalink
qt-gstreamer: fix build and do not mark wrong pkgs as broken
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Mar 30, 2017
1 parent 80c916b commit f9a1060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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 }:

stdenv.mkDerivation rec {
Expand All @@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
};

buildInputs = [ gstreamer gst-plugins-base glib qt4 ];
propagatedBuildInputs = [ boost ];
propagatedBuildInputs = [ boost155 ];
nativeBuildInputs = [ cmake automoc4 flex bison pkgconfig ];

cmakeFlags = "-DUSE_QT_PLUGIN_DIR=OFF -DUSE_GST_PLUGIN_DIR=OFF";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ stdenv.mkDerivation rec {

meta = {
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}

0 comments on commit f9a1060

Please sign in to comment.