* Just call it "man".

svn path=/nixpkgs/trunk/; revision=7590
This commit is contained in:
Eelco Dolstra 2007-01-09 17:24:58 +00:00
parent 1d468f451e
commit 508a0bb329

View File

@ -1,7 +1,7 @@
{stdenv, fetchurl, db4, groff}:
stdenv.mkDerivation {
name = "man_db-2.4.3";
name = "man-2.4.3";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/man-db-2.4.3.tar.gz;
md5 = "30814a47f209f43b152659ba51fc7937";