mathlibtools: fix build

+2 -2
+2 -2
pkgs/development/python-modules/mathlibtools/default.nix
··· 1 { lib, buildPythonPackage, fetchPypi, PyGithub, GitPython, toml, click, tqdm, 2 - paramiko, networkx, pydot, pyyaml }: 3 4 buildPythonPackage rec { 5 pname = "mathlibtools"; ··· 11 }; 12 13 propagatedBuildInputs = [ 14 - PyGithub GitPython toml click tqdm paramiko networkx pydot pyyaml 15 ]; 16 17 # requires internet access
··· 1 { lib, buildPythonPackage, fetchPypi, PyGithub, GitPython, toml, click, tqdm, 2 + networkx, pydot, pyyaml, atomicwrites }: 3 4 buildPythonPackage rec { 5 pname = "mathlibtools"; ··· 11 }; 12 13 propagatedBuildInputs = [ 14 + PyGithub GitPython toml click tqdm networkx pydot pyyaml atomicwrites 15 ]; 16 17 # requires internet access