mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 14:41:27 +00:00
Fix-up cherry-pick of plotly python library.
This commit is contained in:
parent
ca02d1aace
commit
7f4fcbae78
@ -5412,7 +5412,7 @@ in modules // {
|
||||
};
|
||||
};
|
||||
|
||||
plotly = pythonPackages.buildPythonPackage rec {
|
||||
plotly = buildPythonPackage rec {
|
||||
name = "plotly-1.9.1";
|
||||
disabled = isPy3k;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user