mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
guile-sdl: fix after multiple-outputs change
This commit is contained in:
parent
f76a8fbbac
commit
1c7cb20fb1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
nativeBuildInputs = [ guile ];
|
nativeBuildInputs = [ guile ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
SDL SDL_image SDL_ttf SDL_mixer
|
SDL.dev SDL_image SDL_ttf SDL_mixer
|
||||||
];
|
];
|
||||||
|
|
||||||
GUILE_AUTO_COMPILE = 0;
|
GUILE_AUTO_COMPILE = 0;
|
||||||
|
|
Loading…
Reference in a new issue