summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2010-08-16 08:00:18 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2010-08-16 08:00:18 +0000
commit1fcefe39a185d8a79a66cdbc358eae5a5329a82e (patch)
tree1294d5eccf2f679d13a4a70f6eec621c67fbfc57
parent751ec4f845bf614a37faf9b56c76ccb344a94584 (diff)
downloadnixpkgs-1fcefe39a185d8a79a66cdbc358eae5a5329a82e.tar
nixpkgs-1fcefe39a185d8a79a66cdbc358eae5a5329a82e.tar.gz
nixpkgs-1fcefe39a185d8a79a66cdbc358eae5a5329a82e.tar.bz2
nixpkgs-1fcefe39a185d8a79a66cdbc358eae5a5329a82e.tar.lz
nixpkgs-1fcefe39a185d8a79a66cdbc358eae5a5329a82e.tar.xz
nixpkgs-1fcefe39a185d8a79a66cdbc358eae5a5329a82e.tar.zst
nixpkgs-1fcefe39a185d8a79a66cdbc358eae5a5329a82e.zip
* Add share/emacs to the paths to symlink.
svn path=/nixos/trunk/; revision=23184
-rw-r--r--modules/config/system-path.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/config/system-path.nix b/modules/config/system-path.nix
index 1bc7ccc2326..80602468869 100644
--- a/modules/config/system-path.nix
+++ b/modules/config/system-path.nix
@@ -123,5 +123,5 @@ in
   require = [options];
 
   environment.systemPackages = requiredPackages;
-  environment.pathsToLink = ["/bin" "/sbin" "/lib" "/share/man" "/share/info" "/man" "/info" "/etc/xdg"];
+  environment.pathsToLink = ["/bin" "/sbin" "/lib" "/share/man" "/share/info" "/share/emacs" "/man" "/info" "/etc/xdg"];
 }