Commit 1bbad171 authored by Emery Hemingway's avatar Emery Hemingway
Browse files

ccache: move to pkgs/by-name

parent fe0309c1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -18667,8 +18667,6 @@ with pkgs;
  cc-tool = callPackage ../development/embedded/cc-tool { };
  ccache = callPackage ../development/tools/misc/ccache { };
  # Wrapper that works as gcc or g++
  # It can be used by setting in nixpkgs config like this, for example:
  #    replaceStdenv = { pkgs }: pkgs.ccacheStdenv;