Unverified Commit 7c738b51 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #317726 from viraptor/ase-darwin

parents 490bfb0a 0a0534b4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
{
  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 = [