python.pkgs.WSGIProxy: disable python3

This commit is contained in:
Frederik Rietdijk
2017-08-25 19:36:18 +02:00
parent 997043c137
commit 63b66bf960
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
with python.pkgs;
buildPythonPackage rec {
buildPythonApplication rec {
pname = "bepasty";
version = "0.4.0";
name = "${pname}-${version}";