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:
Walter Franzini
2021-02-12 11:06:29 +01:00
committed by Symphorien Gibol
parent 92225849b0
commit 42e689e5bd
2 changed files with 26 additions and 0 deletions
@@ -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 ++