Skip to content

Commit 24e2a45

Browse files
authored
hatch: fix build on darwin (#391968)
2 parents 98cd121 + 184fa3e commit 24e2a45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/by-name/ha/hatch/package.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ python3Packages.buildPythonApplication rec {
140140
# '...2-macosx_14_0_arm64.whl'
141141
"test_macos_archflags"
142142
"test_macos_max_compat"
143+
144+
# https://github.com/pypa/hatch/issues/1942
145+
"test_features"
146+
"test_sync_dynamic_dependencies"
143147
]
144148
++ lib.optionals stdenv.hostPlatform.isAarch64 [ "test_resolve" ];
145149

0 commit comments

Comments
 (0)