Loading pkgs/development/python-modules/types-ujson/default.nix +7 −10 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , setuptools { lib, buildPythonPackage, fetchPypi, setuptools, }: buildPythonPackage rec { Loading @@ -14,16 +15,12 @@ buildPythonPackage rec { hash = "sha256-zq5xJ/Da/kr13Q7PmO4T6ddZUe+WO1xam36pLg1x8Nc="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; # Module has no tests doCheck = false; pythonImportsCheck = [ "ujson-stubs" ]; pythonImportsCheck = [ "ujson-stubs" ]; meta = with lib; { description = "Typing stubs for ujson"; Loading Loading
pkgs/development/python-modules/types-ujson/default.nix +7 −10 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , setuptools { lib, buildPythonPackage, fetchPypi, setuptools, }: buildPythonPackage rec { Loading @@ -14,16 +15,12 @@ buildPythonPackage rec { hash = "sha256-zq5xJ/Da/kr13Q7PmO4T6ddZUe+WO1xam36pLg1x8Nc="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; # Module has no tests doCheck = false; pythonImportsCheck = [ "ujson-stubs" ]; pythonImportsCheck = [ "ujson-stubs" ]; meta = with lib; { description = "Typing stubs for ujson"; Loading