add ctags
svn path=/nixpkgs/trunk/; revision=4299
This commit is contained in:
parent
7ba4b74bef
commit
b8045f9dd2
9
pkgs/development/tools/misc/ctags/default.nix
Normal file
9
pkgs/development/tools/misc/ctags/default.nix
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "ctags-5.5.4";
|
||||||
|
src = fetchurl {
|
||||||
|
url = http://heanet.dl.sourceforge.net/sourceforge/ctags/ctags-5.5.4.tar.gz;
|
||||||
|
md5 = "a84124caadd4103270e0b84596ecfe83";
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user