app2unit: fix missing man page

Ali Rizvi 25140af8 c4e90b66

+6 -1
+6 -1
pkgs/by-name/ap/app2unit/package.nix
··· 5 5 scdoc, 6 6 fetchFromGitHub, 7 7 nix-update-script, 8 + installShellFiles, 8 9 }: 9 10 stdenvNoCC.mkDerivation (finalAttrs: { 10 11 pname = "app2unit"; ··· 19 20 20 21 passthru.updateScript = nix-update-script { }; 21 22 22 - nativeBuildInputs = [ scdoc ]; 23 + nativeBuildInputs = [ 24 + scdoc 25 + installShellFiles 26 + ]; 23 27 24 28 buildPhase = '' 25 29 scdoc < app2unit.1.scd > app2unit.1 ··· 27 31 28 32 installPhase = '' 29 33 install -Dt $out/bin app2unit 34 + installManPage app2unit.1 30 35 31 36 for link in \ 32 37 app2unit-open \