Loading pkgs/development/python-modules/nanoleaf/default.nix +10 −15 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pythonOlder , requests , setuptools { lib, buildPythonPackage, fetchPypi, pythonOlder, requests, setuptools, }: buildPythonPackage rec { Loading @@ -24,20 +25,14 @@ buildPythonPackage rec { --replace-fail 'gitVersion' '"${version}"' ''; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ requests ]; dependencies = [ requests ]; # Module has no test doCheck = false; pythonImportsCheck = [ "nanoleaf" ]; pythonImportsCheck = [ "nanoleaf" ]; meta = with lib; { description = "Module for interacting with Nanoleaf Aurora lighting"; Loading Loading
pkgs/development/python-modules/nanoleaf/default.nix +10 −15 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pythonOlder , requests , setuptools { lib, buildPythonPackage, fetchPypi, pythonOlder, requests, setuptools, }: buildPythonPackage rec { Loading @@ -24,20 +25,14 @@ buildPythonPackage rec { --replace-fail 'gitVersion' '"${version}"' ''; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ requests ]; dependencies = [ requests ]; # Module has no test doCheck = false; pythonImportsCheck = [ "nanoleaf" ]; pythonImportsCheck = [ "nanoleaf" ]; meta = with lib; { description = "Module for interacting with Nanoleaf Aurora lighting"; Loading