qrtool: fix docs after upgrade (#434088)

This commit is contained in:
Philip Taron
2025-08-15 19:49:25 -07:00
committed by GitHub
+2 -2
View File
@@ -26,8 +26,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
];
postInstall = ''
# Built by ./build.rs using `asciidoctor`
installManPage ./target/*/release/build/qrtool*/out/*.?
asciidoctor -b manpage docs/man/man1/*.1.adoc
installManPage docs/man/man1/*.1
''
+ lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
installShellCompletion --cmd qrtool \