pythonPackages.boost: restore

This commit is contained in:
Jonathan Ringer 2020-08-31 10:30:10 -07:00 committed by Jon
parent e221aa9cba
commit d33f721ffa

@ -876,6 +876,13 @@ in {
boolean-py = callPackage ../development/python-modules/boolean-py { };
# Build boost for this specific Python version
# TODO: use separate output for libboost_python.so
boost = toPythonModule (pkgs.boost.override {
inherit (self) python numpy;
enablePython = true;
});
boto3 = callPackage ../development/python-modules/boto3 { };
boto = callPackage ../development/python-modules/boto { };