luaPackages.fennel: fix installShellFiles reference
This commit is contained in:
parent
2372c80a1e
commit
e98771bc7e
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ with prev;
|
|||
|
||||
fennel = prev.fennel.overrideAttrs(oa: {
|
||||
nativeBuildInputs = oa.nativeBuildInputs ++ [
|
||||
pkgs.installShellFiles
|
||||
installShellFiles
|
||||
];
|
||||
postInstall = ''
|
||||
installManPage fennel.1
|
||||
|
|
Loading…
Reference in a new issue