mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 19:24:20 +00:00
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;
|
||||
};
|
||||
|
||||
ctags = (import ../development/tools/misc/ctags) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
lcov = (import ../development/tools/misc/lcov) {
|
||||
inherit fetchurl stdenv perl;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user