3
0
Fork 0
forked from mirrors/nixpkgs

skype: Use a larger icon for the .desktop file (#14591)

This commit is contained in:
Nicolas Petton 2016-04-11 14:35:55 +02:00 committed by Domen Kožar
parent 48972763c8
commit a65c6f4932

View file

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
# Fixup desktop file
substituteInPlace skype.desktop --replace \
"Icon=skype.png" "Icon=$out/libexec/skype/icons/SkypeBlue_48x48.png"
"Icon=skype.png" "Icon=$out/libexec/skype/icons/SkypeBlue_128x128.png"
substituteInPlace skype.desktop --replace \
"Terminal=0" "Terminal=false"
mkdir -p $out/share/applications