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
@@ -487,7 +487,7 @@ stdenv.mkDerivation ({
else null;
passthru =
{ inherit langC langCC langObjC langObjCpp langAda langFortran langVhdl langGo version; };
{ inherit langC langCC langObjC langObjCpp langAda langFortran langVhdl langGo version; isGNU = true; };
inherit enableParallelBuilding enableMultilib;