mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
openmpt123: don't build pulseaudio driver
This commit is contained in:
parent
0e93069c7f
commit
a3539a0dc6
@ -9,7 +9,7 @@ in stdenv.mkDerivation rec {
|
|||||||
sha256 = "0qp2nnz6pnl1d7yv9hcjyim7q6yax5881k1jxm8jfgjqagmz5k6p";
|
sha256 = "0qp2nnz6pnl1d7yv9hcjyim7q6yax5881k1jxm8jfgjqagmz5k6p";
|
||||||
};
|
};
|
||||||
buildInputs = [ SDL2 pkgconfig flac libsndfile ];
|
buildInputs = [ SDL2 pkgconfig flac libsndfile ];
|
||||||
makeFlags = [ "NO_LTDL=1 TEST=0 EXAMPLES=0" ]
|
makeFlags = [ "NO_PULSEAUDIO=1 NO_LTDL=1 TEST=0 EXAMPLES=0" ]
|
||||||
++ stdenv.lib.optional (stdenv.isDarwin) "SHARED_SONAME=0";
|
++ stdenv.lib.optional (stdenv.isDarwin) "SHARED_SONAME=0";
|
||||||
installFlags = "PREFIX=\${out}";
|
installFlags = "PREFIX=\${out}";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user