1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

Propagate SDL_mixer's build inputs, because otherwise every dependent package must add libvorbis etc. to its buildInputs which is inconvenient

This commit is contained in:
Sander van der Burg 2014-05-17 13:23:20 +02:00
parent 79250d01e9
commit d9cf906516

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0nvjdxjchrajrn0jag877hdx9zb788hsd315zzg1lyck2wb0xkm8";
};
buildInputs = [SDL2 libogg libvorbis];
propagatedBuildInputs = [SDL2 libogg libvorbis];
configureFlags = "--disable-music-ogg-shared" + stdenv.lib.optionalString enableNativeMidi "--enable-music-native-midi-gpl";