irrlicht: fix build w/glibc-2.32

gstqt5
Maximilian Bosch 2020-08-17 20:16:13 +02:00
parent a76e699250
commit 5a3dd6b2d0
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
1 changed files with 4 additions and 0 deletions

View File

@ -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
'';