Skip to content

Commit

Permalink
Desktopitem for the Skype package.
Browse files Browse the repository at this point in the history
svn path=/nixpkgs/trunk/; revision=31522
  • Loading branch information
a-middelk committed Jan 13, 2012
1 parent e3796d5 commit 0368987
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/networking/skype/default.nix
Expand Up @@ -53,6 +53,18 @@ stdenv.mkDerivation rec {
EOF
chmod +x $out/bin/skype
# Desktop icon for Skype
patch skype.desktop << EOF
5c5
< Icon=skype.png
---
> Icon=$out/opt/skype/icons/SkypeBlue_48x48.png
EOF
echo hi
cat skype.desktop
ensureDir $out/share/applications
mv skype.desktop $out/share/applications
'';

meta = {
Expand Down

0 comments on commit 0368987

Please sign in to comment.