mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 00:38:16 +03:00
protege-distribution: extend desktop file for grouping
Specifying 'categories' allows Protege to be consistently grouped inside application launcher submenus.
This commit is contained in:
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";
|
||||
})
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user