mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
rott: update commentary citing SDL_classic
This commit is contained in:
parent
27e300bca2
commit
36d40dfc48
@ -40,8 +40,8 @@ stdenv.mkDerivation rec {
|
|||||||
"SHAREWARE=${if buildShareware then "1" else "0"}"
|
"SHAREWARE=${if buildShareware then "1" else "0"}"
|
||||||
];
|
];
|
||||||
|
|
||||||
# when using SDL_compat instead of SDL_classic, SDL_mixer isn't correctly
|
# when using SDL_compat instead of SDL1, SDL_mixer isn't correctly detected,
|
||||||
# detected, but there is no harm just specifying it
|
# but there is no harm just specifying it
|
||||||
env.NIX_CFLAGS_COMPILE = toString [
|
env.NIX_CFLAGS_COMPILE = toString [
|
||||||
"-I${lib.getDev SDL_mixer}/include/SDL"
|
"-I${lib.getDev SDL_mixer}/include/SDL"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user