about summary refs log tree commit diff
path: root/pkgs/tools/misc/autojump
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2022-11-22 16:19:35 +0100
committerJörg Thalheim <joerg@thalheim.io>2022-11-22 16:20:08 +0100
commitf6b4b52a17e47707e9ab6b252c50b663781f34c1 (patch)
tree779a33373e27be4261c7f498569a4c76bd74dd2e /pkgs/tools/misc/autojump
parent353a64f7bac4230a46dfa47a6212902c622b98a2 (diff)
autojump: fixup python shebang after cross fix
we need python also in buildInputs for the shebang to get fixed properly
Diffstat (limited to 'pkgs/tools/misc/autojump')
-rw-r--r--pkgs/tools/misc/autojump/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/misc/autojump/default.nix b/pkgs/tools/misc/autojump/default.nix
index 844e3ba99ea9c..424497ee182b7 100644
--- a/pkgs/tools/misc/autojump/default.nix
+++ b/pkgs/tools/misc/autojump/default.nix
@@ -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/"