python312Packages.pylibjpeg-openjpeg: unbreak on aarch64-linux
This commit is contained in:
@@ -72,9 +72,7 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/pydicom/pylibjpeg-openjpeg/releases/tag/v${version}";
|
||||
license = [ lib.licenses.mit ];
|
||||
maintainers = with lib.maintainers; [ bcdarwin ];
|
||||
# x86-linux: test_encode.py::TestEncodeBuffer failures
|
||||
# darwin: numerous test failures, seemingly due to issues setting up test data
|
||||
broken =
|
||||
(stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isLinux) || stdenv.hostPlatform.isDarwin;
|
||||
# darwin: numerous test failures, test dependency pydicom is marked as unsupported
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user