python3Packages.mahotas: prefer meta.broken over disabled by platform
This commit is contained in:
@@ -49,10 +49,11 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "mahotas" ];
|
||||
|
||||
disabled = stdenv.hostPlatform.isi686; # Failing tests
|
||||
|
||||
meta = {
|
||||
broken = (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64);
|
||||
broken =
|
||||
(stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64)
|
||||
# Failing tests
|
||||
|| stdenv.hostPlatform.isi686;
|
||||
description = "Computer vision package based on numpy";
|
||||
homepage = "https://mahotas.readthedocs.io/";
|
||||
maintainers = with lib.maintainers; [ luispedro ];
|
||||
|
||||
Reference in New Issue
Block a user