summary refs log tree commit diff
path: root/nixos/modules/config/system-path.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-10-30 14:15:18 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-10-30 15:21:12 +0100
commitc20403631da45ab4eff6dc803d4701da421ad05a (patch)
tree5e0e9228e44074223d620b70400549641d554e7d /nixos/modules/config/system-path.nix
parent58e9440b8983c2e0dbab667dc7944e8af9955a35 (diff)
downloadnixpkgs-c20403631da45ab4eff6dc803d4701da421ad05a.tar
nixpkgs-c20403631da45ab4eff6dc803d4701da421ad05a.tar.gz
nixpkgs-c20403631da45ab4eff6dc803d4701da421ad05a.tar.bz2
nixpkgs-c20403631da45ab4eff6dc803d4701da421ad05a.tar.lz
nixpkgs-c20403631da45ab4eff6dc803d4701da421ad05a.tar.xz
nixpkgs-c20403631da45ab4eff6dc803d4701da421ad05a.tar.zst
nixpkgs-c20403631da45ab4eff6dc803d4701da421ad05a.zip
Factor out "man" into a separate module and add "man" outputs to system.path
Fixes #10270.
Diffstat (limited to 'nixos/modules/config/system-path.nix')
-rw-r--r--nixos/modules/config/system-path.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index 8701b714eec..f9257f578bf 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -28,7 +28,6 @@ let
       pkgs.xz
       pkgs.less
       pkgs.libcap
-      pkgs.man
       pkgs.nano
       pkgs.ncurses
       pkgs.netcat
@@ -106,7 +105,6 @@ in
         "/info"
         "/lib" # FIXME: remove
         #"/lib/debug/.build-id" # enables GDB to find separated debug info
-        "/man"
         "/sbin"
         "/share/applications"
         "/share/desktop-directories"
@@ -114,7 +112,6 @@ in
         "/share/emacs"
         "/share/icons"
         "/share/info"
-        "/share/man"
         "/share/menus"
         "/share/mime"
         "/share/nano"