From ea7977eb84635a46c478957fd55cf4e043fb9572 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Sat, 26 Aug 2006 09:48:21 +0000 Subject: [PATCH] bash, bzip2 and findutils instructions svn path=/nixpkgs/trunk/; revision=6251 --- maintainers/docs/create-new-static-env | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/maintainers/docs/create-new-static-env b/maintainers/docs/create-new-static-env index eebbb9496e78..32887e3c20b1 100644 --- a/maintainers/docs/create-new-static-env +++ b/maintainers/docs/create-new-static-env @@ -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.