summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/httpserver
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-05-23 00:13:17 +0000
committerGitHub <noreply@github.com>2024-05-23 00:13:17 +0000
commit91c2e446669331ea416f5c9043839f7e73208413 (patch)
tree2676a45187fcb97982aedd3f0fc7b6537ffe61ed /pkgs/development/python-modules/httpserver
parent7707b7468c62aa4abf0232a25d9546336b6098f6 (diff)
parent06b2dd21c06a753983a26ecfee51e8662c930ec7 (diff)
Merge master into haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
-rw-r--r--pkgs/development/python-modules/httpserver/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/httpserver/default.nix b/pkgs/development/python-modules/httpserver/default.nix
index 59530ab5a704..9b65a6341ced 100644
--- a/pkgs/development/python-modules/httpserver/default.nix
+++ b/pkgs/development/python-modules/httpserver/default.nix
@@ -1,4 +1,9 @@
-{ lib, fetchPypi, buildPythonPackage, docopt }:
+{
+ lib,
+ fetchPypi,
+ buildPythonPackage,
+ docopt,
+}:
buildPythonPackage rec {
pname = "httpserver";