pythonPackages.goobook: Switch to importsCheck

This commit is contained in:
Sandro Jäckel 2020-12-02 20:20:41 +01:00
parent 24c05436e3
commit 48b7dc803e
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -23,6 +23,10 @@ buildPythonPackage rec {
installManPage goobook.1
'';
doCheck = false;
pythonImportsCheck = [ "goobook" ];
meta = with stdenv.lib; {
description = "Access your Google contacts from the command line";
longDescription = ''