mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
Merge pull request #212671 from alyssais/wavpack-iconv
wavpack: depend on libiconv unconditionally
This commit is contained in:
commit
17372f3328
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = lib.optional stdenv.isDarwin libiconv;
|
||||
buildInputs = [ libiconv ];
|
||||
|
||||
# autogen.sh:9
|
||||
preAutoreconf = "cp ${gettext}/share/gettext/config.rpath .";
|
||||
|
Loading…
Reference in New Issue
Block a user