nix/pkgs/sheepshaver: ensure STDC_HEADERS is set
This commit is contained in:
parent
0c713bbf64
commit
1e8eec28b1
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ pkgs.stdenv.mkDerivation rec {
|
|||
configureFlags = [
|
||||
"--enable-sdl-audio"
|
||||
];
|
||||
CPPFLAGS = "-DSTDC_HEADERS";
|
||||
|
||||
preConfigure = ''
|
||||
NO_CONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue