Merge pull request #259441 from wamserma/fix-typo-installation
treewide: fix typo instalation -> installation
This commit is contained in:
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
releasePath
|
releasePath
|
||||||
else throw "Platform is not supported. Use instalation native to your platform https://www.renoise.com/";
|
else throw "Platform is not supported. Use installation native to your platform https://www.renoise.com/";
|
||||||
|
|
||||||
buildInputs = [ alsa-lib libjack2 libX11 libXcursor libXext libXrandr ];
|
buildInputs = [ alsa-lib libjack2 libX11 libXcursor libXext libXrandr ];
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ mkDerivation rec {
|
|||||||
qmakeFlags = [ "PREFIX=${placeholder "out"}" ];
|
qmakeFlags = [ "PREFIX=${placeholder "out"}" ];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./0001-fix-instalation-paths.patch
|
./0001-fix-installation-paths.patch
|
||||||
./0002-disable-version-check.patch
|
./0002-disable-version-check.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user