mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 17:12:27 +00:00
python3Packages.rdkit: use boost182 instead of default
This commit is contained in:
@@ -10346,7 +10346,12 @@ self: super: with self; {
|
||||
|
||||
rdflib = callPackage ../development/python-modules/rdflib { };
|
||||
|
||||
rdkit = callPackage ../development/python-modules/rdkit { };
|
||||
rdkit = callPackage ../development/python-modules/rdkit {
|
||||
boost = pkgs.boost182.override {
|
||||
enablePython = true;
|
||||
inherit python;
|
||||
};
|
||||
};
|
||||
|
||||
re-assert = callPackage ../development/python-modules/re-assert { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user