python3Packages.pkgutil-resolve-name: disable unexisting checks
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
0f574794a2
commit
acf257276d
@ -17,6 +17,9 @@ buildPythonPackage rec {
|
||||
hash = "sha256-NX1snmp1VlPP14iTgXwIU682XdUeyX89NYqBk3O70XQ=";
|
||||
};
|
||||
|
||||
# has no tests
|
||||
doCheck = false;
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user