Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python.pkgs.WSGIProxy: disable python3

+3 -1
+1 -1
pkgs/tools/misc/bepasty/default.nix
··· 4 4 5 5 with python.pkgs; 6 6 7 - buildPythonPackage rec { 7 + buildPythonApplication rec { 8 8 pname = "bepasty"; 9 9 version = "0.4.0"; 10 10 name = "${pname}-${version}";
+2
pkgs/top-level/python-packages.nix
··· 26213 26213 paste six 26214 26214 ]; 26215 26215 26216 + disabled = isPy3k; # Judging from SyntaxError 26217 + 26216 26218 meta = with stdenv.lib; { 26217 26219 description = "WSGIProxy gives tools to proxy arbitrary(ish) WSGI requests to other"; 26218 26220 homepage = "http://pythonpaste.org/wsgiproxy/";