ogrepaged: mark as broken

This commit is contained in:
Nikolay Amiantov 2016-04-11 16:28:03 +03:00
parent 1365492424
commit 36a8c35461

View File

@ -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;
};
}