nixpkgs/pkgs/development/tools/misc/ccache
Frederik Rietdijk 594ca3f1cf ccache.links: make it a function of unwrappedCC
That way we can use a ccacheStdenv with e.g. a different CC:

stdenv = overrideCC gcc8Stdenv (ccacheWrapper.override { unwrappedCC
= gcc8Stdenv.cc.cc; });
2019-07-19 11:27:56 +02:00
..
default.nix ccache.links: make it a function of unwrappedCC 2019-07-19 11:27:56 +02:00
fix-debug-prefix-map-suite.patch ccache: 3.3.5 -> 3.4 2018-03-01 15:36:27 +01:00
skip-fs-dependent-test.patch ccache: 3.3.5 -> 3.4 2018-03-01 15:36:27 +01:00