python3Packages.tblite: fix passing dftd4 dep

This commit is contained in:
Phillip Seeber
2025-10-28 14:39:24 +01:00
parent 60990b8723
commit 82814dc93b
+6 -1
View File
@@ -18106,7 +18106,12 @@ self: super: with self; {
tblib = callPackage ../development/python-modules/tblib { };
tblite = callPackage ../development/libraries/science/chemistry/tblite/python.nix {
inherit (pkgs) tblite meson simple-dftd3;
inherit (pkgs)
tblite
meson
simple-dftd3
dftd4
;
};
tbm-utils = callPackage ../development/python-modules/tbm-utils { };