forked from mirrors/nixpkgs
nixos/manual: remove sources input from manpages drv
it's not used. holdover from when manpages were written in docbook.
This commit is contained in:
parent
65b4c3de4d
commit
10f2c3cacf
|
@ -255,8 +255,7 @@ in rec {
|
|||
|
||||
# Generate the NixOS manpages.
|
||||
manpages = runCommand "nixos-manpages"
|
||||
{ inherit sources;
|
||||
nativeBuildInputs = [
|
||||
{ nativeBuildInputs = [
|
||||
buildPackages.installShellFiles
|
||||
] ++ lib.optionals allowDocBook [
|
||||
buildPackages.libxml2.bin
|
||||
|
|
Loading…
Reference in a new issue