We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e300b commit 36d40dfCopy full SHA for 36d40df
pkgs/games/rott/default.nix
@@ -40,8 +40,8 @@ stdenv.mkDerivation rec {
40
"SHAREWARE=${if buildShareware then "1" else "0"}"
41
];
42
43
- # when using SDL_compat instead of SDL_classic, SDL_mixer isn't correctly
44
- # detected, but there is no harm just specifying it
+ # when using SDL_compat instead of SDL1, SDL_mixer isn't correctly detected,
+ # but there is no harm just specifying it
45
env.NIX_CFLAGS_COMPILE = toString [
46
"-I${lib.getDev SDL_mixer}/include/SDL"
47
0 commit comments