mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
Merge pull request #173739 from OPNA2608/fix/np2kai-darwin
np2kai: Fix Darwin build
This commit is contained in:
commit
87673fe749
|
@ -156,6 +156,9 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
# TODO Remove when bumping past rev22
|
||||||
|
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin "-D_DARWIN_C_SOURCE";
|
||||||
|
|
||||||
buildPhase = optionalString enableSDL ''
|
buildPhase = optionalString enableSDL ''
|
||||||
cd sdl2
|
cd sdl2
|
||||||
for mkfile in ${sdlMakefiles}; do
|
for mkfile in ${sdlMakefiles}; do
|
||||||
|
|
Loading…
Reference in a new issue