pythonPackages.pyalgotrade: incompatible with python3

This commit is contained in:
Franz Pletz 2017-09-29 02:05:28 +02:00
parent 5b8a798137
commit 538b016ae0
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -16108,6 +16108,7 @@ in {
pyalgotrade = buildPythonPackage {
name = "pyalogotrade-0.16";
disabled = isPy3k;
src = pkgs.fetchurl {
url = "mirror://pypi/P/PyAlgoTrade/PyAlgoTrade-0.16.tar.gz";