* 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:
parent
5e7a768336
commit
bec0e32034
@ -182,6 +182,8 @@ rec {
|
|||||||
setuidWrapper
|
setuidWrapper
|
||||||
]
|
]
|
||||||
++ pkgs.lib.optionals (!config.environment.cleanStart) [
|
++ pkgs.lib.optionals (!config.environment.cleanStart) [
|
||||||
|
pkgs.acl
|
||||||
|
pkgs.attr
|
||||||
pkgs.bashInteractive # bash with ncurses support
|
pkgs.bashInteractive # bash with ncurses support
|
||||||
pkgs.bzip2
|
pkgs.bzip2
|
||||||
pkgs.coreutils
|
pkgs.coreutils
|
||||||
@ -197,6 +199,7 @@ rec {
|
|||||||
pkgs.gzip
|
pkgs.gzip
|
||||||
pkgs.iputils
|
pkgs.iputils
|
||||||
pkgs.less
|
pkgs.less
|
||||||
|
pkgs.libcap
|
||||||
pkgs.lvm2
|
pkgs.lvm2
|
||||||
pkgs.man
|
pkgs.man
|
||||||
pkgs.mdadm
|
pkgs.mdadm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user