python311Packages.pynetdicom: unbreak on aarch64-darwin
This commit is contained in:
parent
0f3cb3b481
commit
981a03b60b
@ -1,6 +1,5 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
poetry-core,
|
||||
@ -88,7 +87,5 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/pydicom/pynetdicom/releases/tag/v${version}";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
# Tests are not passing on Darwin/Aarch64, thus it's assumed that it doesn't work
|
||||
broken = stdenv.isDarwin || stdenv.isAarch64;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user