mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
pythonPackages.nevow: disable for python3
This commit is contained in:
parent
3e06c611da
commit
578e1cef93
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user