irrlicht: fix build w/glibc-2.32
This commit is contained in:
parent
a76e699250
commit
5a3dd6b2d0
@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
src = common.src;
|
||||
|
||||
postPatch = ''
|
||||
sed -ie '/sys\/sysctl.h/d' source/Irrlicht/COSOperator.cpp
|
||||
'';
|
||||
|
||||
preConfigure = ''
|
||||
cd source/Irrlicht
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user