Merge pull request #16739 from vrthra/15994

zandronum: fix build
wip/yesman
Nikolay Amiantov 8 years ago committed by GitHub
commit 369f255e95
  1. 2
      pkgs/games/zandronum/default.nix

@ -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 =

Loading…
Cancel
Save