chromium: improvement.

Fixed `*.desktop` refering to nix store for its icon.
This commit is contained in:
Raymond Gauthier 2015-08-13 23:19:38 -04:00
parent 28c79f438e
commit cff84b2a71

View file

@ -42,7 +42,7 @@ let
desktopItem = makeDesktopItem {
name = "chromium";
exec = "chromium %U";
icon = "${chromium.browser}/share/icons/hicolor/48x48/apps/chromium.png";
icon = "chromium";
comment = "An open source web browser from Google";
desktopName = "Chromium";
genericName = "Web browser";