Skip to content

Commit

Permalink
linux-steam-integration: Append "Settings" to settings launcher menu …
Browse files Browse the repository at this point in the history
…item (#34020)
  • Loading branch information
benley committed Jan 24, 2018
1 parent 0e95bed commit 2d57426
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/games/linux-steam-integration/default.nix
Expand Up @@ -27,6 +27,8 @@ in stdenv.mkDerivation rec {
sed -i -e "s|/usr/|$out/|g" src/shim/shim.c
sed -i -e "s|/usr/|$out/|g" data/lsi-steam.desktop
sed -i -e "s|zenity|${zenityBinPath}|g" src/lsi/lsi.c
sed -i -e "s|Name=Linux Steam Integration|Name=Linux Steam Integration Settings|" data/lsi-settings.desktop.in
'';

configurePhase = ''
Expand Down

0 comments on commit 2d57426

Please sign in to comment.