diff --git a/pkgs/development/python-modules/bx-python/default.nix b/pkgs/development/python-modules/bx-python/default.nix index 89ab2699c89e..4267e09fd538 100644 --- a/pkgs/development/python-modules/bx-python/default.nix +++ b/pkgs/development/python-modules/bx-python/default.nix @@ -3,6 +3,7 @@ fetchFromGitHub, buildPythonPackage, numpy, + pyparsing, cython, zlib, python-lzo, @@ -37,7 +38,10 @@ buildPythonPackage rec { buildInputs = [ zlib ]; - dependencies = [ numpy ]; + dependencies = [ + numpy + pyparsing + ]; nativeCheckInputs = [ python-lzo