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 {
name = "dropbox";
exec = "dropbox";
comment = "Online directories";
comment = "Sync your files across computers and to the web";
desktopName = "Dropbox";
genericName = "Online storage";
categories = "Application;Internet;";
genericName = "File Synchronizer";
categories = "Network;FileTransfer;";
startupNotify = "false";
};
in stdenv.mkDerivation {