Loading pkgs/tools/misc/autojump/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/tools/misc/autojump/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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