Fix-up cherry-pick of plotly python library.

This commit is contained in:
Rob Vermaas 2015-12-01 08:27:07 +00:00
parent ca02d1aace
commit 7f4fcbae78

View File

@ -5412,7 +5412,7 @@ in modules // {
};
};
plotly = pythonPackages.buildPythonPackage rec {
plotly = buildPythonPackage rec {
name = "plotly-1.9.1";
disabled = isPy3k;