mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
Merge pull request #181122 from dpatterbee/master
This commit is contained in:
commit
ccf4d035d9
@ -103,6 +103,13 @@ in
|
||||
];
|
||||
multiPkgs = pkgs: [ libGL ];
|
||||
runScript = "runescape-launcher";
|
||||
extraInstallCommands = ''
|
||||
mkdir -p "$out/share/applications"
|
||||
cp ${runescape}/share/applications/runescape-launcher.desktop "$out/share/applications"
|
||||
cp -r ${runescape}/share/icons "$out/share/icons"
|
||||
substituteInPlace "$out/share/applications/runescape-launcher.desktop" \
|
||||
--replace "/usr/bin/runescape-launcher" "RuneScape"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "RuneScape Game Client (NXT) - Launcher for RuneScape 3";
|
||||
|
Loading…
Reference in New Issue
Block a user