* Added lcov (from CVS).
svn path=/nixpkgs/trunk/; revision=1593
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user