Merge pull request #96491 from magnetophon/faust

Faust: fixup and upgrade
This commit is contained in:
Lassulus 2020-08-27 22:48:58 +02:00 committed by GitHub
commit eef944c12a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View File

@ -21,13 +21,13 @@ with stdenv.lib.strings;
let let
version = "unstable-2020-08-03"; version = "unstable-2020-08-27";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "grame-cncm"; owner = "grame-cncm";
repo = "faust"; repo = "faust";
rev = "b6045f4592384076d3b383d116e602a95a000eb3"; rev = "c10f316fa90f338e248787ebf55e3795c3a0d70e";
sha256 = "1wcpilwnkc7rrbv9gbkj5hb7kamkh8nrc3r4hbcvbz5ar2pfc6d5"; sha256 = "068pm04ddafbsj2r8akdpqyzb0m8mp9ql0rgi83hcqs4ndr8v7sb";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -4,6 +4,7 @@
, alsaLib , alsaLib
, opencv2 , opencv2
, libsndfile , libsndfile
, which
}: }:
faust.wrapWithBuildEnv { faust.wrapWithBuildEnv {
@ -21,6 +22,7 @@ faust.wrapWithBuildEnv {
alsaLib alsaLib
opencv2 opencv2
libsndfile libsndfile
which
]; ];
} }

View File

@ -3,6 +3,7 @@
, opencv2 , opencv2
, qt4 , qt4
, libsndfile , libsndfile
, alsaLib
, which , which
}: }:
@ -20,6 +21,7 @@ faust.wrapWithBuildEnv {
opencv2 opencv2
qt4 qt4
libsndfile libsndfile
alsaLib
which which
]; ];