faustlive: fix build

This commit is contained in:
Raghav Sood 2020-11-29 09:42:22 +00:00
parent 78378e1f31
commit 39373645ed
No known key found for this signature in database
GPG Key ID: 947862F324C79D21

View File

@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub { stdenv, fetchFromGitHub
, llvm, qt48Full, qrencode, libmicrohttpd, libjack2, alsaLib, faust, curl , llvm, qt48Full, qrencode, libmicrohttpd_0_9_70, libjack2, alsaLib, faust, curl
, bc, coreutils, which, libsndfile, pkg-config , bc, coreutils, which, libsndfile, pkg-config
}: }:
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
}; };
buildInputs = [ buildInputs = [
llvm qt48Full qrencode libmicrohttpd libjack2 alsaLib faust curl llvm qt48Full qrencode libmicrohttpd_0_9_70 libjack2 alsaLib faust curl
bc coreutils which libsndfile pkg-config bc coreutils which libsndfile pkg-config
]; ];