mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
* 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
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue