From 39b9f03964671f3d1c39ca9946ddacb63ab5ec79 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Mon, 21 Nov 2005 12:50:37 +0000 Subject: [PATCH] also add ctags here...I keep forgetting to do it in one go... svn path=/nixpkgs/trunk/; revision=4300 --- pkgs/system/all-packages-generic.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 9c24f6e6b2a..c36d7dc6ed3 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -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; };