python.pkgs.WSGIProxy: disable python3

This commit is contained in:
Frederik Rietdijk 2017-08-25 17:53:19 +02:00
parent 997043c137
commit 63b66bf960
2 changed files with 3 additions and 1 deletions

View file

@ -4,7 +4,7 @@
with python.pkgs;
buildPythonPackage rec {
buildPythonApplication rec {
pname = "bepasty";
version = "0.4.0";
name = "${pname}-${version}";

View file

@ -26213,6 +26213,8 @@ EOF
paste six
];
disabled = isPy3k; # Judging from SyntaxError
meta = with stdenv.lib; {
description = "WSGIProxy gives tools to proxy arbitrary(ish) WSGI requests to other";
homepage = "http://pythonpaste.org/wsgiproxy/";