python312Packages.tblite: fix build

This commit is contained in:
Nick Cao 2024-03-26 16:53:23 -04:00
parent af01b1e01e
commit ab2cbefcf9
No known key found for this signature in database

View File

@ -1,4 +1,6 @@
{ buildPythonPackage
{ lib
, buildPythonPackage
, pythonAtLeast
, fetchpatch
, meson
, ninja
@ -15,6 +17,7 @@
, toml-f
, multicharge
, dftd4
, setuptools
}:
buildPythonPackage {
@ -27,6 +30,8 @@ buildPythonPackage {
pkg-config
gfortran
mctc-lib
] ++ lib.optionals (pythonAtLeast "3.12") [
setuptools
];
buildInputs = [