mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 12:43:52 +00:00
python3Packages.tblite: fix simple-dftd3 dependency passing
This commit is contained in:
parent
4116f0379e
commit
ff2c2c16e5
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user