dropbox: use fields from upstream's desktop item

This commit is contained in:
Thomas Tuegel 2015-12-12 17:26:41 -06:00
parent 623a117bdd
commit 7cdedaaf72

View file

@ -45,10 +45,11 @@ let
desktopItem = makeDesktopItem { desktopItem = makeDesktopItem {
name = "dropbox"; name = "dropbox";
exec = "dropbox"; exec = "dropbox";
comment = "Online directories"; comment = "Sync your files across computers and to the web";
desktopName = "Dropbox"; desktopName = "Dropbox";
genericName = "Online storage"; genericName = "File Synchronizer";
categories = "Application;Internet;"; categories = "Network;FileTransfer;";
startupNotify = "false";
}; };
in stdenv.mkDerivation { in stdenv.mkDerivation {