mathlibtools: fix build
This commit is contained in:
parent
630e21704e
commit
8fff75df49
@ -1,5 +1,5 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, PyGithub, GitPython, toml, click, tqdm,
|
||||
paramiko, networkx, pydot, pyyaml }:
|
||||
networkx, pydot, pyyaml, atomicwrites }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mathlibtools";
|
||||
@ -11,7 +11,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
PyGithub GitPython toml click tqdm paramiko networkx pydot pyyaml
|
||||
PyGithub GitPython toml click tqdm networkx pydot pyyaml atomicwrites
|
||||
];
|
||||
|
||||
# requires internet access
|
||||
|
Loading…
Reference in New Issue
Block a user