Update vcv-rack
This commit is contained in:
parent
b336b07296
commit
2f98669633
1 changed files with 3 additions and 4 deletions
|
@ -17,13 +17,13 @@ in
|
|||
# for those plugins which were built with v11
|
||||
with lib; gcc11Stdenv.mkDerivation rec {
|
||||
pname = "VCV-Rack";
|
||||
version = "2";
|
||||
version = "2.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "VCVRack";
|
||||
repo = "Rack";
|
||||
rev = "v${version}";
|
||||
sha256 = "HRy0IFi384/TpXYVhrKieITb2kOeSYLd/ujC93/kGv4=";
|
||||
sha256 = "gy+YiYhgBO9eoEBP0PmteVjfaJWWIa/Ye9tvJG1b6aw=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -31,8 +31,7 @@ with lib; gcc11Stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
prePatch = ''
|
||||
# As we can't use `make dep` to set up the dependencies (as explained
|
||||
# above), we do it here manually
|
||||
# Not sure if it's possible to use make dep yet
|
||||
mkdir -p dep/include
|
||||
|
||||
cp dep/pffft/*.h dep/include
|
||||
|
|
Loading…
Reference in a new issue