forked from mirrors/nixpkgs
steam: fix desktop link
This commit is contained in:
parent
473ec944a1
commit
ab91cd998f
|
@ -229,7 +229,7 @@ in buildFHSUserEnv rec {
|
|||
mkdir -p $out/share/applications
|
||||
ln -s ${steam}/share/icons $out/share
|
||||
ln -s ${steam}/share/pixmaps $out/share
|
||||
sed "s,/usr/bin/steam,steam,g" ${steam}/share/applications/steam.desktop > $out/share/applications/steam.desktop
|
||||
ln -s ${steam}/share/applications/steam.desktop $out/share/applications/steam.desktop
|
||||
'';
|
||||
|
||||
profile = ''
|
||||
|
|
Loading…
Reference in a new issue