Skip to content

Commit

Permalink
Merge pull request #280960 from bryango/pipx-fix-test
Browse files Browse the repository at this point in the history
pipx: fix check & build failure
  • Loading branch information
NickCao authored Jan 14, 2024
2 parents ceede53 + 2952f4a commit 2776c73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/pipx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
, pytestCheckHook
, pythonOlder
, userpath
, git
}:

buildPythonPackage rec {
Expand Down Expand Up @@ -41,6 +42,7 @@ buildPythonPackage rec {

nativeCheckInputs = [
pytestCheckHook
git
];

preCheck = ''
Expand Down

0 comments on commit 2776c73

Please sign in to comment.