lol

Merge pull request #212364 from wegank/hatch-hotfix

hatch: fix build on darwin

authored by

Nick Cao and committed by
GitHub
568bb0e3 a15d0027

+3
+3
pkgs/development/tools/hatch/default.nix
··· 63 63 "test_editable_pth" 64 64 # AssertionError: assert len(extract_installed_requirements(output.splitlines())) > 0 65 65 "test_creation_allow_system_packages" 66 + ] ++ lib.optionals stdenv.isDarwin [ 67 + # https://github.com/NixOS/nixpkgs/issues/209358 68 + "test_scripts_no_environment" 66 69 ]; 67 70 68 71 meta = with lib; {