git-jump: drop obsolete preFixup (#516788)

This commit is contained in:
yaya
2026-05-05 10:41:15 +00:00
committed by GitHub
-4
View File
@@ -20,10 +20,6 @@ buildNpmPackage (finalAttrs: {
installManPage git-jump.1
'';
preFixup = ''
rm $out/lib/node_modules/git-jump/node_modules/.bin/{tsc,tsserver}
'';
meta = {
description = "Improved navigation between Git branches";
homepage = "https://github.com/mykolaharmash/git-jump";