autojump: fixup python shebang after cross fix

we need python also in buildInputs for the shebang to get fixed properly
This commit is contained in:
Jörg Thalheim 2022-11-22 16:19:35 +01:00
parent 353a64f7ba
commit f6b4b52a17

View file

@ -11,8 +11,10 @@ stdenv.mkDerivation rec {
sha256 = "1rgpsh70manr2dydna9da4x7p8ahii7dgdgwir5fka340n1wrcws";
};
buildInputs = [ python3 ];
nativeBuildInputs = [ python3 ];
dontBuild = true;
strictDeps = true;
installPhase = ''
python ./install.py -d "$out" -p "" -z "$out/share/zsh/site-functions/"