add pythonImportsCheck
This commit is contained in:
parent
6adf6268ae
commit
5f57e9fcbe
@ -20,6 +20,8 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ freetype ];
|
||||
|
||||
pythonImportsCheck = [ "freetype" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/rougier/freetype-py";
|
||||
description = "FreeType (high-level Python API)";
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user