about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-14 14:40:44 -0500
committerGitHub <noreply@github.com>2024-01-14 14:40:44 -0500
commit2776c7306b0501382d1b37354cfa0a88e152d109 (patch)
treeb78ff79aaffba3d2ee557337a694e2709e16fece
parentceede53bfa838590efe2d5885986788db2d0105a (diff)
parent2952f4a579e8f32d64ead60bfd7d71f762778b57 (diff)
Merge pull request #280960 from bryango/pipx-fix-test
pipx: fix check & build failure
-rw-r--r--pkgs/development/python-modules/pipx/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pipx/default.nix b/pkgs/development/python-modules/pipx/default.nix
index ae575ec0a2635..330abf560fb75 100644
--- a/pkgs/development/python-modules/pipx/default.nix
+++ b/pkgs/development/python-modules/pipx/default.nix
@@ -10,6 +10,7 @@
 , pytestCheckHook
 , pythonOlder
 , userpath
+, git
 }:
 
 buildPythonPackage rec {
@@ -41,6 +42,7 @@ buildPythonPackage rec {
 
   nativeCheckInputs = [
     pytestCheckHook
+    git
   ];
 
   preCheck = ''