Merge pull request #317726 from viraptor/ase-darwin

This commit is contained in:
Sandro 2024-06-07 01:00:33 +02:00 committed by GitHub
commit 7c738b5104
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [