mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +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";
|
desktopName = "Protege Desktop";
|
||||||
icon = "protege";
|
icon = "protege";
|
||||||
comment = "OWL2 ontology editor";
|
comment = "OWL2 ontology editor";
|
||||||
|
categories = "Development";
|
||||||
exec = "run-protege";
|
exec = "run-protege";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user