From d81e45ced70fe8eabb91f50ee022449098e26821 Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Tue, 13 Feb 2024 13:12:06 +0000 Subject: [PATCH] reaper: remove broken link to reamote-server ReaMote no longer exists in REAPER 7 --- pkgs/applications/audio/reaper/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/audio/reaper/default.nix b/pkgs/applications/audio/reaper/default.nix index 4eae7ae4c2e3..da26c1570567 100644 --- a/pkgs/applications/audio/reaper/default.nix +++ b/pkgs/applications/audio/reaper/default.nix @@ -92,7 +92,6 @@ stdenv.mkDerivation rec { mkdir $out/bin ln -s $out/opt/REAPER/reaper $out/bin/ - ln -s $out/opt/REAPER/reamote-server $out/bin/ runHook postInstall '';