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";
};
disabled = isPy3k;
propagatedBuildInputs = with self; [ twisted ];
postInstall = "twistd --help > /dev/null";