treewide: switch all desktop file generators to new API

Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
This commit is contained in:
K900
2022-02-25 13:40:38 -08:00
committed by Jonathan Ringer
parent 0c713dbed4
commit cb2cfba6f7
241 changed files with 463 additions and 504 deletions
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
comment = "Java Troubleshooting Tool";
desktopName = "VisualVM";
genericName = "Java Troubleshooting Tool";
categories = "Development;";
categories = [ "Development" ];
};
nativeBuildInputs = [ makeWrapper ];