Commit 36d2ddb2 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

luaPackages.fennel: remove explicit installation of the man page

Not needed I guess...
parent 4a4afe2d
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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: {