add is{GNU,Clang} attrs to cc-wrapper.
These will be more pleasant to use than the existing
(cc.cc.isClang or false)
nonsense we currently do.
This commit is contained in:
@@ -20,6 +20,7 @@ import ../generic rec {
|
||||
inherit stdenv;
|
||||
binutils = pkgs.binutils;
|
||||
cc = pkgs.gcc.cc;
|
||||
isGNU = true;
|
||||
coreutils = pkgs.coreutils;
|
||||
shell = pkgs.bash + "/bin/sh";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user