mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
jack2: depend on libsndfile
This commit is contained in:
parent
d1bf222c14
commit
e1cbfa5415
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchFromGitHub, pkgconfig, python, makeWrapper
|
||||
, bash, libsamplerate, readline
|
||||
, bash, libsamplerate, libsndfile, readline
|
||||
|
||||
# Optional Dependencies
|
||||
, dbus ? null, pythonDBus ? null, libffado ? null, alsaLib ? null
|
||||
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
python
|
||||
|
||||
libsamplerate readline
|
||||
libsamplerate libsndfile readline
|
||||
|
||||
optDbus optPythonDBus optLibffado optAlsaLib optLibopus
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user