mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
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:
parent
0c713dbed4
commit
cb2cfba6f7
241 changed files with 463 additions and 504 deletions
|
@ -129,7 +129,7 @@ let
|
|||
genericName = "View NixOS documentation in a web browser";
|
||||
icon = "nix-snowflake";
|
||||
exec = "nixos-help";
|
||||
categories = "System";
|
||||
categories = ["System"];
|
||||
};
|
||||
|
||||
in pkgs.symlinkJoin {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue