pythonPackages.goobook: Switch to importsCheck
This commit is contained in:
@@ -23,6 +23,10 @@ buildPythonPackage rec {
|
|||||||
installManPage goobook.1
|
installManPage goobook.1
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "goobook" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Access your Google contacts from the command line";
|
description = "Access your Google contacts from the command line";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user