python311Packages.ase: fix darwin build

Ase requires tkinter in gui/tests.
This commit is contained in:
Stanisław Pitucha
2024-06-06 22:19:55 +10:00
parent 4f0a1d2245
commit 0a0534b46b
@@ -1,5 +1,6 @@
{
lib,
stdenv,
fetchPypi,
buildPythonPackage,
isPy27,
@@ -11,6 +12,7 @@
flask,
pillow,
psycopg2,
tkinter,
pytestCheckHook,
pytest-mock,
pytest-xdist,
@@ -37,6 +39,8 @@ buildPythonPackage rec {
flask
pillow
psycopg2
] ++ lib.optionals stdenv.isDarwin [
tkinter
];
nativeCheckInputs = [