luaprompt: install man page (#354424)

This commit is contained in:
7c6f434c
2024-11-15 07:09:44 +00:00
committed by GitHub
+7 -1
View File
@@ -415,11 +415,17 @@ in
];
});
luaprompt = prev.luaprompt.overrideAttrs (_: {
luaprompt = prev.luaprompt.overrideAttrs (oa: {
externalDeps = [
{ name = "READLINE"; dep = readline; }
{ name = "HISTORY"; dep = readline; }
];
nativeBuildInputs = oa.nativeBuildInputs ++ [ installShellFiles ];
postInstall = ''
installManPage luap.1
'';
});
# As a nix user, use this derivation instead of "luarocks_bootstrap"