lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.strpdatetime: fix build

+2 -2
+2 -2
pkgs/development/python-modules/strpdatetime/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitHub, 5 - poetry-core, 5 + hatchling, 6 6 textx, 7 7 pytestCheckHook, 8 8 }: ··· 19 19 hash = "sha256-a+KUM9gQAcNg3ju+YyQXafDlADYCV6B+Wy7EBtcO3S4="; 20 20 }; 21 21 22 - build-system = [ poetry-core ]; 22 + build-system = [ hatchling ]; 23 23 24 24 dependencies = [ textx ]; 25 25 pythonRelaxDeps = [ "textx" ];