Merge pull request #55351 from timor/kio-extras-man-protocol

kio-extras: enable man protocol
This commit is contained in:
Thomas Tuegel
2019-02-16 13:47:56 -06:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -156,6 +156,7 @@ in
environment.systemPackages = [ pkgs.man-db ];
environment.pathsToLink = [ "/share/man" ];
environment.extraOutputsToInstall = [ "man" ] ++ optional cfg.dev.enable "devman";
environment.etc."man.conf".source = "${pkgs.man-db}/etc/man_db.conf";
})
(mkIf cfg.info.enable {