lol

refind: install man pages (#439147)

authored by

Sandro and committed by
GitHub
8816c2d4 aaff8c16

+12 -1
+12 -1
pkgs/by-name/re/refind/package.nix
··· 9 9 withSbsigntool ? false, # currently, cross compiling sbsigntool is broken, so default to false 10 10 sbsigntool, 11 11 makeWrapper, 12 + installShellFiles, 12 13 }: 13 14 14 15 let ··· 45 46 hash = "sha256-99k86A2na4bFZygeoiW2qHkHzob/dyM8k1elIsEVyPA="; 46 47 }; 47 48 49 + outputs = [ 50 + "out" 51 + "man" 52 + ]; 53 + 48 54 patches = [ 49 55 # Removes hardcoded toolchain for aarch64, allowing successful aarch64 builds. 50 56 ./0001-toolchain.patch ··· 53 59 ./0002-preserve-dates.patch 54 60 ]; 55 61 56 - nativeBuildInputs = [ makeWrapper ]; 62 + nativeBuildInputs = [ 63 + makeWrapper 64 + installShellFiles 65 + ]; 66 + 57 67 buildInputs = [ gnu-efi_3 ]; 58 68 59 69 hardeningDisable = [ "stackprotector" ]; ··· 111 121 # docs 112 122 install -D -m0644 docs/refind/* $out/share/refind/docs/html/ 113 123 install -D -m0644 docs/Styles/* $out/share/refind/docs/Styles/ 124 + installManPage docs/man/*.8 114 125 install -D -m0644 README.txt $out/share/refind/docs/README.txt 115 126 install -D -m0644 NEWS.txt $out/share/refind/docs/NEWS.txt 116 127 install -D -m0644 BUILDING.txt $out/share/refind/docs/BUILDING.txt