forked from mirrors/nixpkgs
superTuxKart: fix build with newer mesa
The idea is taken from Arch.
This commit is contained in:
parent
11492176d5
commit
11e8c4ae8c
|
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
|
|||
preConfigure = ''
|
||||
echo Building internal Irrlicht
|
||||
cd lib/irrlicht/source/Irrlicht/
|
||||
cp "${mesa}"/include/GL/{gl,glx,wgl}ext.h .
|
||||
NDEBUG=1 make ''${enableParallelBuilding:+-j''${NIX_BUILD_CORES} -l''${NIX_BUILD_CORES}}
|
||||
cd -
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue