mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
wargus: fixup path in .desktop file
This commit is contained in:
parent
6333128137
commit
7727c70a52
@ -46,6 +46,8 @@ stdenv.mkDerivation rec {
|
||||
postInstall = ''
|
||||
makeWrapper $out/games/wargus $out/bin/wargus \
|
||||
--prefix PATH : ${lib.makeBinPath [ "$out" ]}
|
||||
substituteInPlace $out/share/applications/wargus.desktop \
|
||||
--replace $out/games/wargus $out/bin/wargus
|
||||
|
||||
$out/bin/wartool -v -r ${data} $out/share/games/stratagus/wargus
|
||||
ln -s $out/share/games/stratagus/wargus/{contrib/black_title.png,graphics/ui/black_title.png}
|
||||
|
Loading…
Reference in New Issue
Block a user