summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2007-01-09 17:24:58 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2007-01-09 17:24:58 +0000
commit508a0bb329f3d6c7349ec80cdca58d2edb0f0a44 (patch)
treead54e063613a8120a8c99e6646a85ae2dde0912d /pkgs/tools
parent1d468f451e6f31e9eea201953cbbb718f08c27ca (diff)
downloadnixlib-508a0bb329f3d6c7349ec80cdca58d2edb0f0a44.tar
nixlib-508a0bb329f3d6c7349ec80cdca58d2edb0f0a44.tar.gz
nixlib-508a0bb329f3d6c7349ec80cdca58d2edb0f0a44.tar.bz2
nixlib-508a0bb329f3d6c7349ec80cdca58d2edb0f0a44.tar.lz
nixlib-508a0bb329f3d6c7349ec80cdca58d2edb0f0a44.tar.xz
nixlib-508a0bb329f3d6c7349ec80cdca58d2edb0f0a44.tar.zst
nixlib-508a0bb329f3d6c7349ec80cdca58d2edb0f0a44.zip
* Just call it "man".
svn path=/nixpkgs/trunk/; revision=7590
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/man/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/man/default.nix b/pkgs/tools/misc/man/default.nix
index fb68df823278..cc5166d6648e 100644
--- a/pkgs/tools/misc/man/default.nix
+++ b/pkgs/tools/misc/man/default.nix
@@ -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";