Merge pull request #180130 from magnetophon/faust
Faust: faust: 2.40.0 -> 2.41.1 faustlive: 2.5.10 -> 2.5.11 Closes #180601
This commit is contained in:
commit
d603763bcd
3 changed files with 9 additions and 10 deletions
|
@ -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
|
||||||
|
|
|
@ -5,12 +5,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "faustlive";
|
pname = "faustlive";
|
||||||
version = "2.5.10";
|
version = "2.5.11";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "grame-cncm";
|
owner = "grame-cncm";
|
||||||
repo = "faustlive";
|
repo = "faustlive";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-yLpIJr6A+NIX9RSGfQXT0O0USuRr0Ni9aUA+mbk31/o=";
|
sha256 = "sha256-ldn6st3/iIABjEfAwodOnPrI97DygWbnYmvMktlOgrk=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -34465,9 +34465,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 { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue