svn path=/nixpkgs/branches/stdenv-updates/; revision=15273

This commit is contained in:
Eelco Dolstra 2009-04-23 12:46:14 +00:00
parent 7a891eabe2
commit 6e32a4cea8

View File

@ -4,6 +4,7 @@
}:
assert stdenv.isLinux;
assert stdenv.gcc.gcc != null;
let lib = import ../../../lib/default.nix; in