bash, bzip2 and findutils instructions

svn path=/nixpkgs/trunk/; revision=6251
This commit is contained in:
Armijn Hemel 2006-08-26 09:48:21 +00:00
parent a5d5c22b6a
commit ea7977eb84

View File

@ -17,3 +17,15 @@ have an environment built with Nix (x86-linux: yes, rest: not yet) you should
set the noSysDirs parameter in all-packages.nix. If there is an environment, set the noSysDirs parameter in all-packages.nix. If there is an environment,
leave it, but if the system is still impure (like most systems), set noSysDirs leave it, but if the system is still impure (like most systems), set noSysDirs
to false. to false.
bash
There is an expression for bash-static. Simply build it.
bzip2
There is an expression for bzip2-static. Simply build it.
findutils
There is an expression for findutils-static. Simply build it.