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
|
# for those plugins which were built with v11
|
||||||
with lib; gcc11Stdenv.mkDerivation rec {
|
with lib; gcc11Stdenv.mkDerivation rec {
|
||||||
pname = "VCV-Rack";
|
pname = "VCV-Rack";
|
||||||
version = "2";
|
version = "2.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "VCVRack";
|
owner = "VCVRack";
|
||||||
repo = "Rack";
|
repo = "Rack";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "HRy0IFi384/TpXYVhrKieITb2kOeSYLd/ujC93/kGv4=";
|
sha256 = "gy+YiYhgBO9eoEBP0PmteVjfaJWWIa/Ye9tvJG1b6aw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -31,8 +31,7 @@ with lib; gcc11Stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
# As we can't use `make dep` to set up the dependencies (as explained
|
# Not sure if it's possible to use make dep yet
|
||||||
# above), we do it here manually
|
|
||||||
mkdir -p dep/include
|
mkdir -p dep/include
|
||||||
|
|
||||||
cp dep/pffft/*.h dep/include
|
cp dep/pffft/*.h dep/include
|
||||||
|
|
Loading…
Reference in a new issue