also add ctags here...I keep forgetting to do it in one go...
svn path=/nixpkgs/trunk/; revision=4300
This commit is contained in:
parent
b8045f9dd2
commit
39b9f03964
@ -394,6 +394,10 @@ rec {
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ctags = (import ../development/tools/misc/ctags) {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
};
|
||||||
|
|
||||||
lcov = (import ../development/tools/misc/lcov) {
|
lcov = (import ../development/tools/misc/lcov) {
|
||||||
inherit fetchurl stdenv perl;
|
inherit fetchurl stdenv perl;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user