From bec0e32034493c6bbf08d70a9342d09565e098a9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 9 Apr 2009 14:11:55 +0000 Subject: [PATCH] * 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 --- system/system.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/system.nix b/system/system.nix index 78063113089..43e4bc58156 100644 --- a/system/system.nix +++ b/system/system.nix @@ -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