Unverified Commit df6d9466 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #202363 from Mic92/autojump

autojump: fixup python shebang after cross fix
parents bae852e9 f6b4b52a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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/"