mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
sox: fix build with enableOpusfile = false
pkg-config seems to now always be required.
This commit is contained in:
parent
220973fa7c
commit
fd41fdd34a
@ -59,8 +59,6 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
autoconf-archive
|
||||
] ++ lib.optionals enableOpusfile [
|
||||
# configure.ac uses pkg-config only to locate libopusfile
|
||||
pkg-config
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user