Unverified Commit 1924b4eb authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

qrtool: fix docs after upgrade (#434088)

parents 32dff862 96f70fe1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 \