Merge pull request #150174 from r-burns/mandoc

os-specific/netbsd: fix mandoc splicing
This commit is contained in:
Jörg Thalheim
2021-12-11 13:24:19 +00:00
committed by GitHub
+1 -1
View File
@@ -72,7 +72,7 @@ in lib.makeScopeWithSplicing
nativeBuildInputs = with buildPackages.netbsd; [
bsdSetupHook netbsdSetupHook
makeMinimal
install tsort lorder mandoc groff statHook rsync
install tsort lorder buildPackages.mandoc groff statHook rsync
];
buildInputs = with self; compatIfNeeded;