lol

protege-distribution: extend desktop file for grouping

Specifying 'categories' allows Protege to be consistently grouped
inside application launcher submenus.

+1
+1
pkgs/development/web/protege-distribution/default.nix
··· 60 60 desktopName = "Protege Desktop"; 61 61 icon = "protege"; 62 62 comment = "OWL2 ontology editor"; 63 + categories = "Development"; 63 64 exec = "run-protege"; 64 65 }) 65 66 ];