abduco: split man output (#484782)

This commit is contained in:
Doron Behar
2026-02-02 07:21:01 +00:00
committed by GitHub
+5
View File
@@ -29,6 +29,11 @@ stdenv.mkDerivation {
installFlags = [ "install-completion" ];
outputs = [
"out"
"man"
];
patches = [
# https://github.com/martanne/abduco/pull/22
(fetchpatch {