about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2006-08-26 09:48:21 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2006-08-26 09:48:21 +0000
commitea7977eb84635a46c478957fd55cf4e043fb9572 (patch)
tree5ded30c5e7b56fc9f8356454b9b33b9ac424b0bc /maintainers
parenta5d5c22b6acf7eee09705654d3e7a95f7c453c56 (diff)
downloadnixlib-ea7977eb84635a46c478957fd55cf4e043fb9572.tar
nixlib-ea7977eb84635a46c478957fd55cf4e043fb9572.tar.gz
nixlib-ea7977eb84635a46c478957fd55cf4e043fb9572.tar.bz2
nixlib-ea7977eb84635a46c478957fd55cf4e043fb9572.tar.lz
nixlib-ea7977eb84635a46c478957fd55cf4e043fb9572.tar.xz
nixlib-ea7977eb84635a46c478957fd55cf4e043fb9572.tar.zst
nixlib-ea7977eb84635a46c478957fd55cf4e043fb9572.zip
bash, bzip2 and findutils instructions
svn path=/nixpkgs/trunk/; revision=6251
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/docs/create-new-static-env12
1 files changed, 12 insertions, 0 deletions
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.