summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-02-12 13:32:37 +0000
committerLudovic Courtès <ludo@gnu.org>2008-02-12 13:32:37 +0000
commit79cc1c73076af0b531fb9713d71744f5052c5943 (patch)
tree24563800e64c1c51f7280f7700d8fa4597c760fa /pkgs/top-level
parent6e489f88145c0af43b18898591599e2b6bf39cfb (diff)
Add ccache, a compiler cache.
svn path=/nixpkgs/trunk/; revision=10644
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index a98ebeb7a6082..c2f9c0010fc42 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1731,6 +1731,10 @@ rec {
     inherit fetchurl stdenv m4;
   };
 
+  ccache = import ../development/tools/misc/ccache {
+    inherit fetchurl stdenv;
+  };
+
   ctags = import ../development/tools/misc/ctags {
     inherit fetchurl stdenv;
   };