protege-distribution: extend desktop file for grouping

Specifying 'categories' allows Protege to be consistently grouped
inside application launcher submenus.
This commit is contained in:
Tomas Antonio Lopez
2021-06-26 13:18:59 +09:00
parent 810f43cd15
commit 0cd20c12ec
@@ -60,6 +60,7 @@ stdenv.mkDerivation rec {
desktopName = "Protege Desktop";
icon = "protege";
comment = "OWL2 ontology editor";
categories = "Development";
exec = "run-protege";
})
];