python3Packages.pkgutil-resolve-name: disable unexisting checks

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Jairo Llopis 2023-06-19 08:28:04 +01:00 committed by GitHub
parent 0f574794a2
commit acf257276d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,9 @@ buildPythonPackage rec {
hash = "sha256-NX1snmp1VlPP14iTgXwIU682XdUeyX89NYqBk3O70XQ=";
};
# has no tests
doCheck = false;
passthru.updateScript = nix-update-script { };
meta = {