nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

python312Packages.dataclasses-json: fix poetry 2 compat

+1
+1
pkgs/development/python-modules/dataclasses-json/default.nix
··· 27 27 28 28 postPatch = '' 29 29 substituteInPlace pyproject.toml \ 30 + --replace-fail 'documentation =' 'Documentation =' \ 30 31 --replace-fail 'version = "0.0.0"' 'version = "${version}"' 31 32 ''; 32 33