* Add the programs provided by the acl, attr and libcap libraries to

the system path.  (They were in the closure already anyway so it
  doesn't cost us anything.)

svn path=/nixos/trunk/; revision=14973
This commit is contained in:
Eelco Dolstra 2009-04-09 14:11:55 +00:00
parent 5e7a768336
commit bec0e32034

View file

@ -182,6 +182,8 @@ rec {
setuidWrapper
]
++ pkgs.lib.optionals (!config.environment.cleanStart) [
pkgs.acl
pkgs.attr
pkgs.bashInteractive # bash with ncurses support
pkgs.bzip2
pkgs.coreutils
@ -197,6 +199,7 @@ rec {
pkgs.gzip
pkgs.iputils
pkgs.less
pkgs.libcap
pkgs.lvm2
pkgs.man
pkgs.mdadm