mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
* man -> man-db.
svn path=/nixpkgs/trunk/; revision=10543
This commit is contained in:
parent
3918ffc86d
commit
f21f531e4e
@ -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;
|
||||
};
|
||||
|
||||
|
@ -102,7 +102,7 @@ let {
|
||||
libxslt
|
||||
lvm2
|
||||
lynx
|
||||
man
|
||||
man_db
|
||||
mdadm
|
||||
mesa
|
||||
mingetty
|
||||
|
Loading…
Reference in New Issue
Block a user