Loading pkgs/development/python-modules/aiozeroconf/default.nix +10 −15 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , netifaces , pythonOlder , setuptools { lib, buildPythonPackage, fetchPypi, netifaces, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -18,17 +19,11 @@ buildPythonPackage rec { hash = "sha256-ENupazLlOqfwHugNLEgeTZjPOYxRgznuCKHpU5unlxw="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ netifaces ]; dependencies = [ netifaces ]; pythonImportsCheck = [ "aiozeroconf" ]; pythonImportsCheck = [ "aiozeroconf" ]; meta = with lib; { description = "Implementation of multicast DNS service discovery"; Loading Loading
pkgs/development/python-modules/aiozeroconf/default.nix +10 −15 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , netifaces , pythonOlder , setuptools { lib, buildPythonPackage, fetchPypi, netifaces, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -18,17 +19,11 @@ buildPythonPackage rec { hash = "sha256-ENupazLlOqfwHugNLEgeTZjPOYxRgznuCKHpU5unlxw="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ netifaces ]; dependencies = [ netifaces ]; pythonImportsCheck = [ "aiozeroconf" ]; pythonImportsCheck = [ "aiozeroconf" ]; meta = with lib; { description = "Implementation of multicast DNS service discovery"; Loading