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>2016-09-05 14:16:33 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-09-05 14:53:27 +0200
commitab49ebe6fa2f502844cc6f655f02b00c052c6dd0 (patch)
tree5278821c4a453769c7b3492504dc969cacc7a4c9 /nixos/modules/config/system-path.nix
parent5e5df88457d6a44da9e2856b82a51573aaa0d1da (diff)
downloadnixpkgs-ab49ebe6fa2f502844cc6f655f02b00c052c6dd0.tar
nixpkgs-ab49ebe6fa2f502844cc6f655f02b00c052c6dd0.tar.gz
nixpkgs-ab49ebe6fa2f502844cc6f655f02b00c052c6dd0.tar.bz2
nixpkgs-ab49ebe6fa2f502844cc6f655f02b00c052c6dd0.tar.lz
nixpkgs-ab49ebe6fa2f502844cc6f655f02b00c052c6dd0.tar.xz
nixpkgs-ab49ebe6fa2f502844cc6f655f02b00c052c6dd0.tar.zst
nixpkgs-ab49ebe6fa2f502844cc6f655f02b00c052c6dd0.zip
Make it possible to disable "info"
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 3587f8c643b..775d0c39c4f 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -38,7 +38,6 @@ let
       pkgs.strace
       pkgs.su
       pkgs.time
-      pkgs.texinfoInteractive
       pkgs.utillinux
       pkgs.which # 88K size
     ];
@@ -105,7 +104,6 @@ in
         "/etc/xdg"
         "/etc/gtk-2.0"
         "/etc/gtk-3.0"
-        "/info"
         "/lib" # FIXME: remove and update debug-info.nix
         "/sbin"
         "/share/applications"
@@ -113,7 +111,6 @@ in
         "/share/doc"
         "/share/emacs"
         "/share/icons"
-        "/share/info"
         "/share/menus"
         "/share/mime"
         "/share/nano"