diff options
| author | s1ls <sils@sils.li> | 2024-02-15 19:37:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-15 19:37:22 +0100 |
| commit | 753c94245e4e3e2c72d759db5d67af3a9bc6571d (patch) | |
| tree | b634be3d093a3400f2f973bbf57c04becc915002 /pkgs/development/python-modules/httpserver | |
| parent | 0049424c0b2cbcaa276596d79fbb65a77d9f3773 (diff) | |
| parent | 58f563b14d2b474a41efc65bf05bc86ae329fed1 (diff) | |
Merge branch 'NixOS:master' into briar-update
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 ]; |
