zandronum: fix build

Fixes #15994
This commit is contained in:
Rahul Gopinath 2016-07-05 15:17:27 -07:00
parent 570da9662b
commit 97dd3b3e62

View file

@ -24,6 +24,8 @@ in stdenv.mkDerivation {
preConfigure = ''
ln -s ${sqlite-amalgamation}/* sqlite/
sed -ie 's| restrict| _restrict|g' dumb/include/dumb.h \
dumb/src/it/*.c
'';
cmakeFlags =