faust: 2.40.0 -> 2.41.1

This commit is contained in:
Bart Brouns 2022-07-04 17:35:39 +02:00
parent b084905057
commit 1271b83b63
2 changed files with 7 additions and 8 deletions

View File

@ -20,13 +20,13 @@ with lib.strings;
let let
version = "2.40.0"; version = "2.41.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "grame-cncm"; owner = "grame-cncm";
repo = "faust"; repo = "faust";
rev = version; rev = version;
sha256 = "sha256-IsrLaoMDwrDPxtqCXIy/7tZCdogTUkJ00obSco9SR/A="; sha256 = "sha256-x0nBWyILrNJijs7CIvRrgYG6vgB3UlxLj9i7E4cHr9I=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -58,9 +58,10 @@ let
cd build cd build
''; '';
cmakeFlags = '' cmakeFlags = [
-C ../backends/all.cmake -C ../targets/all.cmake .. "-C../backends/all.cmake"
''; "-C../targets/all.cmake"
];
postInstall = '' postInstall = ''
# syntax error when eval'd directly # syntax error when eval'd directly

View File

@ -34406,9 +34406,7 @@ with pkgs;
faust1 = callPackage ../applications/audio/faust/faust1.nix { }; faust1 = callPackage ../applications/audio/faust/faust1.nix { };
faust2 = callPackage ../applications/audio/faust/faust2.nix { faust2 = callPackage ../applications/audio/faust/faust2.nix { };
llvm = llvm_10;
};
faust2alqt = callPackage ../applications/audio/faust/faust2alqt.nix { }; faust2alqt = callPackage ../applications/audio/faust/faust2alqt.nix { };