* Fix powerpc-linux evaluation (does anybody care?).

svn path=/nixpkgs/trunk/; revision=29958
This commit is contained in:
Eelco Dolstra 2011-10-21 16:10:07 +00:00
parent cac34d2be5
commit 75c3c1418d

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, perl, groff, llvm }:
assert stdenv.isLinux;
assert stdenv.isLinux && stdenv.gcc.gcc != null;
let version = "2.9"; in