summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/httpserver
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-01-26 10:51:12 -0500
committerGitHub <noreply@github.com>2019-01-26 10:51:12 -0500
commit8babcc3d44fde254595bb4e33c1a9f79cb2ecb84 (patch)
tree20808d679dfb7a89dadd15cff381869ccfc93905 /pkgs/development/python-modules/httpserver
parent3a21d5bce24ce280f052411e7e47aee73d2c4f49 (diff)
parentb1ddb5fcbd53a4bc245f849f430f93328353ba43 (diff)
Merge branch 'master' into fix/man-in-outputsToInstall
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
-rw-r--r--pkgs/development/python-modules/httpserver/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/httpserver/default.nix b/pkgs/development/python-modules/httpserver/default.nix
index 0e4ae14acd76..3bd61ec8afae 100644
--- a/pkgs/development/python-modules/httpserver/default.nix
+++ b/pkgs/development/python-modules/httpserver/default.nix
@@ -1,7 +1,6 @@
{ lib, fetchPypi, buildPythonPackage, docopt, pythonOlder }:
buildPythonPackage rec {
- name = "${pname}-${version}";
pname = "httpserver";
version = "1.1.0";