From 13cb7350a44b4f322f476171f3526230ae83ca6e Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Thu, 16 Jul 2026 10:16:41 -0300 Subject: [PATCH] refactor(pkgs/runescape): simplify packaging commands --- pkgs/runescape/default.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pkgs/runescape/default.nix b/pkgs/runescape/default.nix index 228892eb..63403997 100644 --- a/pkgs/runescape/default.nix +++ b/pkgs/runescape/default.nix @@ -52,8 +52,7 @@ installPhase = '' runHook preInstall - install -Dm755 usr/share/games/runescape-launcher/runescape \ - $out/libexec/runescape + install -Dm755 usr/share/games/runescape-launcher/runescape $out/libexec/runescape mkdir -p $out/share cp -r usr/share/icons $out/share/icons @@ -109,10 +108,7 @@ in runScript = "runescape"; extraInstallCommands = '' - mkdir -p $out/share/applications - ln -s ${client}/share/applications/runescape.desktop \ - $out/share/applications/runescape.desktop - ln -s ${client}/share/icons $out/share/icons + ln -s ${client}/share -T $out/share ''; meta = {