get rid of nasty CC stuff
This commit is contained in:
@@ -7,6 +7,7 @@ stdenv.mkDerivation {
|
||||
url = http://tarballs.nixos.org/getopt-1.1.4.tar.gz;
|
||||
md5 = "02188ca68da27c4175d6e9f3da732101";
|
||||
};
|
||||
|
||||
buildFlags = stdenv.lib.optional stdenv.isDarwin [ "CC=clang" ];
|
||||
preBuild = ''
|
||||
export buildFlags=CC="$CC" # for darwin
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user