app2unit: fix missing man page

This commit is contained in:
Ali Rizvi
2025-09-28 23:32:53 -04:00
parent c4e90b66d6
commit 25140af8ea
+6 -1
View File
@@ -5,6 +5,7 @@
scdoc,
fetchFromGitHub,
nix-update-script,
installShellFiles,
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "app2unit";
@@ -19,7 +20,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
passthru.updateScript = nix-update-script { };
nativeBuildInputs = [ scdoc ];
nativeBuildInputs = [
scdoc
installShellFiles
];
buildPhase = ''
scdoc < app2unit.1.scd > app2unit.1
@@ -27,6 +31,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
installPhase = ''
install -Dt $out/bin app2unit
installManPage app2unit.1
for link in \
app2unit-open \