Commit 0967f952 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.pipx: add input

parent 8624b3d2
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
{ lib
, argcomplete
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, hatchling
, userpath
, argcomplete
, packaging
, importlib-metadata
, packaging
, pip
, platformdirs
, pytestCheckHook
, pythonOlder
, userpath
}:

buildPythonPackage rec {
@@ -30,9 +31,10 @@ buildPythonPackage rec {
  ];

  propagatedBuildInputs = [
    userpath
    argcomplete
    packaging
    platformdirs
    userpath
  ] ++ lib.optionals (pythonOlder "3.8") [
    importlib-metadata
  ];