mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Adding missing unistd.h includes
This commit is contained in:
parent
559f5be07d
commit
e4c64d1e17
@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ SDL mesa SDL_image freealut openal libvorbis pkgconfig ];
|
||||
|
||||
postPatch = ''
|
||||
sed -e '1i#include <unistd.h>' -i $(find . -name '*.c' -o -name '*.cpp')
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://www.ultimatestunts.nl/;
|
||||
description = "Remake of the popular racing DOS-game Stunts";
|
||||
|
Loading…
Reference in New Issue
Block a user