ccache: set attribute isGNU = true

This commit is contained in:
Anton Fedotov 2015-07-31 16:58:03 +03:00 committed by Anton Fedotov
parent 5945655fd6
commit 09b611ee8e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation {
passthru = {
# A derivation that provides gcc and g++ commands, but that
# will end up calling ccache for the given cacheDir
links = extraConfig : (runCommand "ccache-links" { passthru.gcc = gcc; }
links = extraConfig : (runCommand "ccache-links" { passthru.gcc = gcc; passthru.isGNU = true; }
''
mkdir -p $out/bin
if [ -x "${gcc.cc}/bin/gcc" ]; then