remove all references to stdenv.cc.cc.is{GNU,Clang}
use the new `stdenv.cc.is{GNU,Clang}` instead, which will always be
defined.
This commit is contained in:
@@ -10,7 +10,7 @@ in
|
||||
|
||||
(
|
||||
assert a.stdenv ? cc ;
|
||||
assert a.stdenv.cc.cc.isGNU or false ;
|
||||
assert a.stdenv.cc.isGNU ;
|
||||
assert a.stdenv.cc ? libc ;
|
||||
assert a.stdenv.cc.libc != null ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user