Merge pull request #285509 from sheepforce/tblite-dftd3

python3Packages.tblite: fix simple-dftd3 dependency passing
This commit is contained in:
markuskowa 2024-02-01 16:06:19 +01:00 committed by GitHub
commit 4ecdf857f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14126,8 +14126,7 @@ self: super: with self; {
tblib = callPackage ../development/python-modules/tblib { };
tblite = callPackage ../development/libraries/science/chemistry/tblite/python.nix {
tblite = pkgs.tblite;
meson = pkgs.meson;
inherit (pkgs) tblite meson simple-dftd3;
};
tbm-utils = callPackage ../development/python-modules/tbm-utils { };