sox: musl does not support pipe rewind
Disable the pipe rewind related feature since musl has no support for it.
This commit is contained in:
committed by
Symphorien Gibol
parent
92225849b0
commit
42e689e5bd
@@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
|
||||
# configure.ac uses pkg-config only to locate libopusfile
|
||||
nativeBuildInputs = optional enableOpusfile pkg-config;
|
||||
|
||||
patches = [ ./0001-musl-rewind-pipe-workaround.patch ];
|
||||
|
||||
buildInputs =
|
||||
optional (enableAlsa && stdenv.isLinux) alsaLib ++
|
||||
optional enableLibao libao ++
|
||||
|
||||
Reference in New Issue
Block a user