ogrepaged: mark as broken
This commit is contained in:
parent
1365492424
commit
36a8c35461
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ ois ogre libX11 boost ];
|
buildInputs = [ ois ogre libX11 boost ];
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
|
|
||||||
cmakeFlags = "-DPAGEDGEOMETRY_BUILD_SAMPLES=OFF";
|
cmakeFlags = [ "-DPAGEDGEOMETRY_BUILD_SAMPLES=OFF" ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
@ -19,5 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Paged Geometry for Ogre3D";
|
description = "Paged Geometry for Ogre3D";
|
||||||
homepage = http://code.google.com/p/ogre-paged/;
|
homepage = http://code.google.com/p/ogre-paged/;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
|
# Build failures
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user