abduco: split man output

This commit is contained in:
Doron Behar
2026-01-28 18:45:27 +02:00
parent 2e04ce74b9
commit 62776b2948
+5
View File
@@ -29,6 +29,11 @@ stdenv.mkDerivation {
installFlags = [ "install-completion" ];
outputs = [
"out"
"man"
];
patches = [
# https://github.com/martanne/abduco/pull/22
(fetchpatch {