mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
nixos/mate: add yelp to systemPackages
Without this the Contents item in the Help menu of applications fails to launch.
This commit is contained in:
parent
b13ccf503b
commit
ba42fef9a7
|
@ -86,6 +86,7 @@ in
|
|||
pkgs.shared-mime-info
|
||||
pkgs.xdg-user-dirs # Update user dirs as described in https://freedesktop.org/wiki/Software/xdg-user-dirs/
|
||||
pkgs.mate.mate-settings-daemon
|
||||
pkgs.yelp # for 'Contents' in 'Help' menus
|
||||
];
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
|
Loading…
Reference in a new issue