mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
csound: 6.08.1 -> 6.09.0
This commit is contained in:
parent
a9f66fa4cf
commit
9007ebd627
1 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,8 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "csound-6.08.1";
|
||||
version = "6.08.1";
|
||||
name = "csound-${version}";
|
||||
version = "6.09.0";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||
owner = "csound";
|
||||
repo = "csound";
|
||||
rev = version;
|
||||
sha256 = "03xnva17sw35ga3n96x1zdfgw913dga1hccly85wzfn0kxz4rld9";
|
||||
sha256 = "1vfb0mab89psfwidadjrn5mbzq3bhjbyrrmyp98yp0xm6a8cssih";
|
||||
};
|
||||
|
||||
cmakeFlags = [ "-DBUILD_CSOUND_AC=0" ] # fails to find Score.hpp
|
||||
|
|
Loading…
Reference in a new issue