Author: viric
Date: Sat Mar  3 09:55:08 2012
New Revision: 32750
URL: https://nixos.org/websvn/nix/?rev=32750&sc=1

Log:
Setting gnutarWithMan in the system path, instead of gnutar. Thus 'man tar'
would work by default.

Modified:
   nixos/trunk/modules/config/system-path.nix

Modified: nixos/trunk/modules/config/system-path.nix
==============================================================================
--- nixos/trunk/modules/config/system-path.nix  Sat Mar  3 09:52:55 2012        
(r32749)
+++ nixos/trunk/modules/config/system-path.nix  Sat Mar  3 09:55:08 2012        
(r32750)
@@ -29,7 +29,7 @@
       pkgs.gnugrep
       pkgs.gnupatch
       pkgs.gnused
-      pkgs.gnutar
+      pkgs.gnutarWithMan
       pkgs.gzip
       pkgs.less
       pkgs.libcap
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to