diff options
| author | Jörg Thalheim <Mic92@users.noreply.github.com> | 2024-01-07 11:40:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-07 11:40:30 +0100 |
| commit | db59d03371a1ca74896c812e1653d5bccc0bc0f4 (patch) | |
| tree | 59507d6d1cfbbebb6467774befc5656f5a41bc52 /pkgs/development/python-modules/ndg-httpsclient/default.nix | |
| parent | 9598daf31aec96e4a987e2e03d68cf55ce575d0a (diff) | |
| parent | 12c489d36b19907c6def5f73e420cd019857e2eb (diff) | |
Merge branch 'master' into pr/bcachefs
Diffstat (limited to 'pkgs/development/python-modules/ndg-httpsclient/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/ndg-httpsclient/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/ndg-httpsclient/default.nix b/pkgs/development/python-modules/ndg-httpsclient/default.nix index 39429950b71c..d3d129efa2dc 100644 --- a/pkgs/development/python-modules/ndg-httpsclient/default.nix +++ b/pkgs/development/python-modules/ndg-httpsclient/default.nix @@ -7,6 +7,7 @@ buildPythonPackage rec { version = "0.5.1"; + format = "setuptools"; pname = "ndg-httpsclient"; src = fetchFromGitHub { |
