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
version = "unstable-2020-08-03";
version = "unstable-2020-08-27";
src = fetchFromGitHub {
owner = "grame-cncm";
repo = "faust";
rev = "b6045f4592384076d3b383d116e602a95a000eb3";
sha256 = "1wcpilwnkc7rrbv9gbkj5hb7kamkh8nrc3r4hbcvbz5ar2pfc6d5";
rev = "c10f316fa90f338e248787ebf55e3795c3a0d70e";
sha256 = "068pm04ddafbsj2r8akdpqyzb0m8mp9ql0rgi83hcqs4ndr8v7sb";
fetchSubmodules = true;
};

View file

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

View file

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