add pythonImportsCheck

This commit is contained in:
Daniel Goertzen
2020-05-07 14:12:34 -05:00
parent 6adf6268ae
commit 5f57e9fcbe
2 changed files with 3 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ buildPythonPackage rec {
];
doCheck = false; # otherwise runs OSX code on linux.
pythonImportsCheck = [ "vispy" ];
meta = with lib; {
homepage = "http://vispy.org/index.html";