pythonPackages.netifaces: use pythonImportsCheck

This commit is contained in:
Robert Schütz 2021-02-04 15:43:49 +01:00
parent a1aae72157
commit 715bff216b

View File

@ -12,6 +12,10 @@ buildPythonPackage rec {
sha256 = "2dee9ffdd16292878336a58d04a20f0ffe95555465fee7c9bd23b3490ef2abf3";
};
doCheck = false; # no tests implemented
pythonImportsCheck = [ "netifaces" ];
meta = with lib; {
homepage = "https://alastairs-place.net/projects/netifaces/";
description = "Portable access to network interfaces from Python";