mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
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 New Issue
Block a user