diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-12-08 00:13:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-08 00:13:08 +0000 |
| commit | 31dffd86b89ff54e5ea5b7366c85b444c56c987e (patch) | |
| tree | c36afe984960bda371b000450fd5f596d432a9b7 /pkgs/development/python-modules/httpserver | |
| parent | 0a686c36f166d0cd26994e31b1a451940fe79391 (diff) | |
| parent | 68ef996007335af598934efcc2fa8fb97f0dd672 (diff) | |
Merge master into haskell-updates
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 ]; |
