mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
reaper-sws-extension: clean up after x86_64-darwin drop
This commit is contained in:
@@ -16,16 +16,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
|
||||
let
|
||||
plugin = fetchurl {
|
||||
url =
|
||||
let
|
||||
arch = if stdenvNoCC.hostPlatform.system == "x86_64-darwin" then "x86_64" else "arm64";
|
||||
in
|
||||
"https://github.com/reaper-oss/sws/releases/download/v${finalAttrs.version}/reaper_sws-${arch}.dylib";
|
||||
hash =
|
||||
{
|
||||
aarch64-darwin = "sha256-jmuob0qslYhxiE2ShfTwY4RJAKBLJSUb+VBEM0sQPbo=";
|
||||
}
|
||||
.${stdenvNoCC.hostPlatform.system};
|
||||
url = "https://github.com/reaper-oss/sws/releases/download/v${finalAttrs.version}/reaper_sws-arm64.dylib";
|
||||
hash = "sha256-jmuob0qslYhxiE2ShfTwY4RJAKBLJSUb+VBEM0sQPbo=";
|
||||
};
|
||||
in
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user