* man -> man-db.

svn path=/nixpkgs/branches/stdenv-updates/; revision=10601
This commit is contained in:
Yury G. Kudryashov 2008-02-10 17:40:46 +00:00
parent 71dd78fe64
commit 38fc3e6259
3 changed files with 1 additions and 1 deletions

View file

@ -627,7 +627,7 @@ rec {
inherit fetchurl stdenv;
};
man = import ../tools/misc/man {
man_db = import ../tools/misc/man-db {
inherit fetchurl stdenv db4 groff;
};