mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
Removed unneeded cmake dependency for blender
svn path=/nixpkgs/trunk/; revision=10332
This commit is contained in:
parent
10a1a685a0
commit
8779bd4232
@ -12,7 +12,7 @@ args.stdenv.mkDerivation {
|
|||||||
inherit (args) scons SDL freetype openal python openexr mesa;
|
inherit (args) scons SDL freetype openal python openexr mesa;
|
||||||
|
|
||||||
buildInputs =(with args; [python scons
|
buildInputs =(with args; [python scons
|
||||||
gettext libjpeg libpng zlib freetype /* fmod smpeg */ freealut openal x11 mesa inputproto libtiff cmake libXi ]);
|
gettext libjpeg libpng zlib freetype /* fmod smpeg */ freealut openal x11 mesa inputproto libtiff libXi ]);
|
||||||
|
|
||||||
# patch SConstruct so that we can pass on additional include. Either blender
|
# patch SConstruct so that we can pass on additional include. Either blender
|
||||||
# or openEXR is broken. I think OpenEXR should use include "" isntead of <> to
|
# or openEXR is broken. I think OpenEXR should use include "" isntead of <> to
|
||||||
|
Loading…
Reference in New Issue
Block a user