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:
parent
79250d01e9
commit
d9cf906516
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue