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:
parent
353a64f7ba
commit
f6b4b52a17
1 changed files with 2 additions and 0 deletions
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue