From 05a49f663ec5e0e95c2388cfc4d94eb07ff8bed0 Mon Sep 17 00:00:00 2001 From: Florian Friesdorf Date: Thu, 29 Dec 2011 19:38:00 +0000 Subject: [PATCH] include /share/terminfo into default pathsToLink svn path=/nixos/trunk/; revision=31144 --- modules/config/system-path.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/config/system-path.nix b/modules/config/system-path.nix index e42f491afcf..b8fcf960209 100644 --- a/modules/config/system-path.nix +++ b/modules/config/system-path.nix @@ -132,6 +132,7 @@ in "/sbin" "/share/emacs" "/share/info" + "/share/terminfo" "/share/man" ]; }