Loading pkgs/development/python-modules/ftfy/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -27,9 +27,11 @@ buildPythonPackage rec { hash = "sha256-ebUFmI8p1XelipBpr+dVU6AqRuQt5gkcBmDNxngSutw="; }; nativeBuildInputs = [ poetry-core ]; build-system = [ poetry-core ]; propagatedBuildInputs = [ wcwidth ]; dependencies = [ wcwidth ]; pythonImportsCheck = [ "ftfy" ]; nativeCheckInputs = [ versionCheckHook Loading Loading
pkgs/development/python-modules/ftfy/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -27,9 +27,11 @@ buildPythonPackage rec { hash = "sha256-ebUFmI8p1XelipBpr+dVU6AqRuQt5gkcBmDNxngSutw="; }; nativeBuildInputs = [ poetry-core ]; build-system = [ poetry-core ]; propagatedBuildInputs = [ wcwidth ]; dependencies = [ wcwidth ]; pythonImportsCheck = [ "ftfy" ]; nativeCheckInputs = [ versionCheckHook Loading