pythonPackages.nevow: disable for python3

This commit is contained in:
Lancelot SIX 2017-04-26 16:02:59 +02:00
parent 3e06c611da
commit 578e1cef93
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -15595,6 +15595,8 @@ in {
name = "${name}.tar.gz"; name = "${name}.tar.gz";
}; };
disabled = isPy3k;
propagatedBuildInputs = with self; [ twisted ]; propagatedBuildInputs = with self; [ twisted ];
postInstall = "twistd --help > /dev/null"; postInstall = "twistd --help > /dev/null";