mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
Fix-up cherry-pick of plotly python library.
This commit is contained in:
@@ -5412,7 +5412,7 @@ in modules // {
|
||||
};
|
||||
};
|
||||
|
||||
plotly = pythonPackages.buildPythonPackage rec {
|
||||
plotly = buildPythonPackage rec {
|
||||
name = "plotly-1.9.1";
|
||||
disabled = isPy3k;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user