Merge pull request #202363 from Mic92/autojump

autojump: fixup python shebang after cross fix
This commit is contained in:
Jörg Thalheim 2022-11-22 19:59:01 +01:00 committed by GitHub
commit df6d9466c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/"