ogrepaged: mark as broken

This commit is contained in:
Nikolay Amiantov
2016-04-12 03:12:49 +03:00
parent 1365492424
commit 36a8c35461
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ ois ogre libX11 boost ];
nativeBuildInputs = [ cmake pkgconfig ];
cmakeFlags = "-DPAGEDGEOMETRY_BUILD_SAMPLES=OFF";
cmakeFlags = [ "-DPAGEDGEOMETRY_BUILD_SAMPLES=OFF" ];
enableParallelBuilding = true;
@@ -19,5 +19,7 @@ stdenv.mkDerivation rec {
description = "Paged Geometry for Ogre3D";
homepage = http://code.google.com/p/ogre-paged/;
license = stdenv.lib.licenses.mit;
# Build failures
broken = true;
};
}