Loading pkgs/development/python-modules/ase/default.nix +4 −0 Original line number Diff line number Diff line { lib, stdenv, fetchPypi, buildPythonPackage, isPy27, Loading @@ -11,6 +12,7 @@ flask, pillow, psycopg2, tkinter, pytestCheckHook, pytest-mock, pytest-xdist, Loading @@ -37,6 +39,8 @@ buildPythonPackage rec { flask pillow psycopg2 ] ++ lib.optionals stdenv.isDarwin [ tkinter ]; nativeCheckInputs = [ Loading Loading
pkgs/development/python-modules/ase/default.nix +4 −0 Original line number Diff line number Diff line { lib, stdenv, fetchPypi, buildPythonPackage, isPy27, Loading @@ -11,6 +12,7 @@ flask, pillow, psycopg2, tkinter, pytestCheckHook, pytest-mock, pytest-xdist, Loading @@ -37,6 +39,8 @@ buildPythonPackage rec { flask pillow psycopg2 ] ++ lib.optionals stdenv.isDarwin [ tkinter ]; nativeCheckInputs = [ Loading