* Well-typedness.

svn path=/nixpkgs/trunk/; revision=6296
This commit is contained in:
Eelco Dolstra 2006-08-28 21:23:36 +00:00
parent 0af8111262
commit 9b3c21b9a4

View File

@ -109,7 +109,7 @@ rec {
body = derivation {
name = "stdenv-linux-initial";
builder = ./tools/bash;
args = ./scripts/builder-stdenv-initial.sh;
args = [ ./scripts/builder-stdenv-initial.sh ];
inherit system staticTools;
} // {
mkDerivation = attrs: derivation ((removeAttrs attrs ["meta"]) // {