pythonPackages.pims: add import check
This commit is contained in:
parent
48752d0cfd
commit
a127f69d23
@ -23,6 +23,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
# not everything packaged with pypi release
|
# not everything packaged with pypi release
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "pims" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/soft-matter/pims";
|
homepage = "https://github.com/soft-matter/pims";
|
||||||
|
Loading…
Reference in New Issue
Block a user