mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
exult: fix build, same as 4b263946d
This commit is contained in:
parent
df99ec18dc
commit
a1a6414b9b
|
@ -36,7 +36,7 @@ stdenv.mkDerivation {
|
|||
./64bits.patch
|
||||
];
|
||||
|
||||
buildInputs = [SDL SDL_mixer zlib libpng unzip];
|
||||
buildInputs = [libpng SDL SDL_mixer zlib unzip];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-I${SDL_mixer}/include/SDL";
|
||||
|
||||
|
|
Loading…
Reference in a new issue