luaPackages.fennel: remove explicit installation of the man page

Not needed I guess...
This commit is contained in:
Gaetan Lepage 2024-08-07 23:22:29 +02:00
parent 4a4afe2d46
commit 36d2ddb27b

View File

@ -143,15 +143,6 @@ in
'';
});
fennel = prev.fennel.overrideAttrs(oa: {
nativeBuildInputs = oa.nativeBuildInputs ++ [
installShellFiles
];
postInstall = ''
installManPage fennel.1
'';
});
# Until https://github.com/swarn/fzy-lua/pull/8 is merged,
# we have to invoke busted manually
fzy = prev.fzy.overrideAttrs(oa: {