forked from mirrors/nixpkgs
pythonPackages.eventlib: Disable python 3
This commit is contained in:
parent
b23586919c
commit
2e5ec8d35c
|
@ -4948,6 +4948,9 @@ in modules // {
|
|||
name = "python-eventlib-${version}";
|
||||
version = "0.2.1";
|
||||
|
||||
# Judging from SyntaxError
|
||||
disabled = isPy3k;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://download.ag-projects.com/SipClient/${name}.tar.gz";
|
||||
sha256 = "25224794420f430946fe46932718b521a6264903fe8c0ed3563dfdb844c623e7";
|
||||
|
|
Loading…
Reference in a new issue