Merge pull request #101859 from andir/steam-desktop
steam: Do $PATH lookup in steam.desktop instead of hardcoding derivation
This commit is contained in:
commit
c110da169d
@ -223,7 +223,7 @@ in buildFHSUserEnv rec {
|
|||||||
mkdir -p $out/share/applications
|
mkdir -p $out/share/applications
|
||||||
ln -s ${steam}/share/icons $out/share
|
ln -s ${steam}/share/icons $out/share
|
||||||
ln -s ${steam}/share/pixmaps $out/share
|
ln -s ${steam}/share/pixmaps $out/share
|
||||||
sed "s,/usr/bin/steam,$out/bin/steam,g" ${steam}/share/applications/steam.desktop > $out/share/applications/steam.desktop
|
sed "s,/usr/bin/steam,steam,g" ${steam}/share/applications/steam.desktop > $out/share/applications/steam.desktop
|
||||||
'';
|
'';
|
||||||
|
|
||||||
profile = ''
|
profile = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user