* Back out r6830.

svn path=/nixpkgs/trunk/; revision=6846
This commit is contained in:
Eelco Dolstra
2006-10-25 11:06:44 +00:00
parent 3ba5d075a4
commit 371d2ddbf2
3 changed files with 16 additions and 0 deletions
+1
View File
@@ -100,6 +100,7 @@ rec {
import ../generic {
name = "stdenv-linux-boot";
param1 = if staticGlibc then "static" else "dynamic";
preHook = ./scripts/prehook.sh;
stdenv = stdenvInitial;
shell = bootstrapTools.bash;