python3Packages.pymatgen: fix build
This commit is contained in:
parent
e897fc34b4
commit
279937fcf4
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi, glibcLocales, numpy, pydispatcher, sympy, requests, monty, ruamel_yaml, six, scipy, tabulate, enum34, matplotlib, palettable, spglib, pandas, networkx }:
|
{ stdenv, buildPythonPackage, fetchPypi, glibcLocales, numpy, pydispatcher, sympy, requests, monty, ruamel_yaml, six, scipy, tabulate, enum34, matplotlib, palettable, spglib, pandas, plotly, networkx }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pymatgen";
|
pname = "pymatgen";
|
||||||
@ -10,7 +10,26 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ glibcLocales ];
|
nativeBuildInputs = [ glibcLocales ];
|
||||||
propagatedBuildInputs = [ numpy pydispatcher sympy requests monty ruamel_yaml six scipy tabulate enum34 matplotlib palettable spglib pandas networkx ];
|
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
enum34
|
||||||
|
matplotlib
|
||||||
|
monty
|
||||||
|
networkx
|
||||||
|
numpy
|
||||||
|
palettable
|
||||||
|
pandas
|
||||||
|
plotly
|
||||||
|
pydispatcher
|
||||||
|
requests
|
||||||
|
ruamel_yaml
|
||||||
|
scipy
|
||||||
|
six
|
||||||
|
spglib
|
||||||
|
sympy
|
||||||
|
tabulate
|
||||||
|
];
|
||||||
|
|
||||||
# No tests in pypi tarball.
|
# No tests in pypi tarball.
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user