Merge pull request #306629 from magnetophon/faust

faust: 2.70.3 -> 2.72.14
This commit is contained in:
Robert Scott 2024-04-26 00:56:04 +01:00 committed by GitHub
commit 55cd74c13b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 10 deletions

View File

@ -23,13 +23,13 @@ with lib.strings;
let
version = "2.70.3";
version = "2.72.14";
src = fetchFromGitHub {
owner = "grame-cncm";
repo = "faust";
rev = version;
sha256 = "sha256-z6fW/T7wJZxugmvABlpvyMXvR4WkmC16INOKyyfKx8k=";
sha256 = "sha256-RdSXiOYwKsfyrfHEughCeSwa9VFM6/3pMg54yCMpzLU=";
fetchSubmodules = true;
};
@ -63,14 +63,6 @@ let
ncurses_static
];
patches = [
(fetchpatch {
name = "fix-CsigFFun-API-declaration.patch";
url = "https://github.com/grame-cncm/faust/commit/10ce960e91a6237c7bff14a338e770757076ce9e.patch";
hash = "sha256-WMFLpLGTZpG7ni3lhI5VJHsmJViWZf4pAFuhYmFVRCE=";
})
];
passthru = { inherit wrap wrapWithBuildEnv faust2ApplBase; };
preConfigure = ''