Merge pull request #96491 from magnetophon/faust
Faust: fixup and upgrade
This commit is contained in:
commit
eef944c12a
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user