also add ctags here...I keep forgetting to do it in one go...

svn path=/nixpkgs/trunk/; revision=4300
This commit is contained in:
Armijn Hemel 2005-11-21 12:50:37 +00:00
parent b8045f9dd2
commit 39b9f03964

View file

@ -394,6 +394,10 @@ rec {
inherit fetchurl stdenv;
};
ctags = (import ../development/tools/misc/ctags) {
inherit fetchurl stdenv;
};
lcov = (import ../development/tools/misc/lcov) {
inherit fetchurl stdenv perl;
};