Loading pkgs/development/python-modules/rubymarshal/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchPypi, poetry-core, hatchling, }: buildPythonPackage rec { Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { hash = "sha256-iZtG5khSANCHhY/1YpWIF2T/Umj2/fAbfsxOTgPT7Xw="; }; build-system = [ poetry-core ]; build-system = [ hatchling ]; # pypi doesn't distribute tests doCheck = false; Loading Loading
pkgs/development/python-modules/rubymarshal/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchPypi, poetry-core, hatchling, }: buildPythonPackage rec { Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { hash = "sha256-iZtG5khSANCHhY/1YpWIF2T/Umj2/fAbfsxOTgPT7Xw="; }; build-system = [ poetry-core ]; build-system = [ hatchling ]; # pypi doesn't distribute tests doCheck = false; Loading