mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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