python3Packages.tblite: fix passing dftd4 dep (#456452)
This commit is contained in:
@@ -18124,7 +18124,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 { };
|
||||
|
||||
Reference in New Issue
Block a user