mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
Merge pull request #317726 from viraptor/ase-darwin
This commit is contained in:
commit
7c738b5104
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user