python312Packages.rdkit: unpin Boost

This commit is contained in:
Emily
2025-01-01 19:39:21 +00:00
parent 01a3482008
commit dc213dbe00
+1 -1
View File
@@ -13830,7 +13830,7 @@ self: super: with self; {
rdflib = callPackage ../development/python-modules/rdflib { };
rdkit = callPackage ../development/python-modules/rdkit {
boost = pkgs.boost182.override {
boost = pkgs.boost.override {
enablePython = true;
inherit python;
};