Add isGNU attribute to gccs

This commit is contained in:
Shea Levy
2015-01-14 20:26:57 -08:00
committed by Eric Seidel
parent 48f63c2f2e
commit 16fe4be790
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
, withGd ? false, gd ? null, libpng ? null
}:
assert stdenv.cc ? gcc;
assert stdenv.cc.cc.isGNU or false;
let
build = import ./common.nix;