skype: Fix syntax error in .desktop-file
This commit is contained in:
parent
0e930058ae
commit
ae573d8501
@ -54,13 +54,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
chmod +x $out/bin/skype
|
chmod +x $out/bin/skype
|
||||||
|
|
||||||
# Desktop icon for Skype
|
# Fixup desktop file
|
||||||
patch skype.desktop << EOF
|
substituteInPlace skype.desktop --replace \
|
||||||
5c5
|
"Icon=skype.png" "Icon=$out/opt/skype/icons/SkypeBlue_48x48.png"
|
||||||
< Icon=skype.png
|
substituteInPlace skype.desktop --replace \
|
||||||
---
|
"Terminal=0" "Terminal=false"
|
||||||
> Icon=$out/opt/skype/icons/SkypeBlue_48x48.png
|
|
||||||
EOF
|
|
||||||
mkdir -p $out/share/applications
|
mkdir -p $out/share/applications
|
||||||
mv skype.desktop $out/share/applications
|
mv skype.desktop $out/share/applications
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user