mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
luaPackages.fennel: remove explicit installation of the man page
Not needed I guess...
This commit is contained in:
parent
4a4afe2d46
commit
36d2ddb27b
1 changed files with 0 additions and 9 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue