summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/httpserver
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-05-22 18:02:13 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-05-22 18:02:13 +0200
commit9b4fb239930f3ec1bbbe6aae4404e09d69272d97 (patch)
treeb775fecba2a2671aa59ec661a7e091dd06fcfd9f /pkgs/development/python-modules/httpserver
parent38df468246bdd4cf3af2daf496326d690c4483e5 (diff)
parent9f46451cf3d158323809a874a02b0d2892cb2a35 (diff)
Merge remote-tracking branch 'origin/master' into staging-next
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";