bsd doc
This commit is contained in:
parent
dcd8b1f219
commit
802f1b5c27
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ in {
|
||||||
default = true;
|
default = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
documentation = {
|
documentation = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -32,6 +32,7 @@ in {
|
||||||
man
|
man
|
||||||
man-pages
|
man-pages
|
||||||
man-pages-posix
|
man-pages-posix
|
||||||
|
libbsd # bsd man pages
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue