* Fix nix-env evaluation.

svn path=/nixpkgs/trunk/; revision=19122
This commit is contained in:
Eelco Dolstra 2009-12-25 19:20:38 +00:00
parent c185c06243
commit 4877e003b2

View File

@ -12,6 +12,7 @@
assert nativeTools -> nativePrefix != ""; assert nativeTools -> nativePrefix != "";
assert !nativeTools -> gcc != null && binutils != null; assert !nativeTools -> gcc != null && binutils != null;
assert !nativeLibc -> libc != null; assert !nativeLibc -> libc != null;
assert gcc != null;
let let