* Fix powerpc-linux evaluation (does anybody care?).
svn path=/nixpkgs/trunk/; revision=29958
This commit is contained in:
parent
cac34d2be5
commit
75c3c1418d
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, perl, groff, llvm }:
|
{ stdenv, fetchurl, perl, groff, llvm }:
|
||||||
|
|
||||||
assert stdenv.isLinux;
|
assert stdenv.isLinux && stdenv.gcc.gcc != null;
|
||||||
|
|
||||||
let version = "2.9"; in
|
let version = "2.9"; in
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user