forked from mirrors/nixpkgs
bash, bzip2 and findutils instructions
svn path=/nixpkgs/trunk/; revision=6251
This commit is contained in:
parent
a5d5c22b6a
commit
ea7977eb84
|
@ -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,
|
||||
leave it, but if the system is still impure (like most systems), set noSysDirs
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue