mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-30 13:05:15 +03:00
add ctags
svn path=/nixpkgs/trunk/; revision=4299
This commit is contained in:
parent
7ba4b74bef
commit
b8045f9dd2
1 changed files with 9 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue