* Added lcov (from CVS).

svn path=/nixpkgs/trunk/; revision=1593
This commit is contained in:
Eelco Dolstra
2004-10-22 14:34:58 +00:00
parent 342c818833
commit 7ee62b0bd9
4 changed files with 202 additions and 0 deletions

View File

@@ -230,6 +230,10 @@ rec {
inherit fetchurl stdenv;
};
lcov = (import ../development/tools/misc/lcov) {
inherit fetchurl stdenv perl;
};
octave = (import ../development/interpreters/octave) {
inherit fetchurl stdenv readline ncurses g77 perl;
};