diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-12-07 18:00:57 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-07 18:00:57 +0000 |
| commit | 40f2209184fa66523558b26efd0192b8299e69a1 (patch) | |
| tree | ef9ddb9111a2293843e597e852af8a0b8fff8a00 /pkgs/development/python-modules/httpserver | |
| parent | 860e5725bdfc7307b8257cbf9bf4a87dec978cc8 (diff) | |
| parent | 1b6a085e031c2c47a979ee8238decb13831e664b (diff) | |
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
| -rw-r--r-- | pkgs/development/python-modules/httpserver/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/httpserver/default.nix b/pkgs/development/python-modules/httpserver/default.nix index 830e0c9b1bf2..58d6c48c4e8a 100644 --- a/pkgs/development/python-modules/httpserver/default.nix +++ b/pkgs/development/python-modules/httpserver/default.nix @@ -3,6 +3,7 @@ buildPythonPackage rec { pname = "httpserver"; version = "1.1.0"; + format = "setuptools"; buildInputs = [ docopt ]; |
