jack2: depend on libsndfile
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, python, makeWrapper
|
{ stdenv, fetchFromGitHub, pkgconfig, python, makeWrapper
|
||||||
, bash, libsamplerate, readline
|
, bash, libsamplerate, libsndfile, readline
|
||||||
|
|
||||||
# Optional Dependencies
|
# Optional Dependencies
|
||||||
, dbus ? null, pythonDBus ? null, libffado ? null, alsaLib ? null
|
, dbus ? null, pythonDBus ? null, libffado ? null, alsaLib ? null
|
||||||
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
python
|
python
|
||||||
|
|
||||||
libsamplerate readline
|
libsamplerate libsndfile readline
|
||||||
|
|
||||||
optDbus optPythonDBus optLibffado optAlsaLib optLibopus
|
optDbus optPythonDBus optLibffado optAlsaLib optLibopus
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user