python3Packages.nibabel: remove platforms
from meta
since Aarch64 is now supported
- see https://github.com/nipy/nibabel/issues/861
This commit is contained in:
parent
dfbdac310a
commit
8864ea69c8
@ -34,6 +34,5 @@ buildPythonPackage rec {
|
|||||||
description = "Access a multitude of neuroimaging data formats";
|
description = "Access a multitude of neuroimaging data formats";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ashgillman ];
|
maintainers = with maintainers; [ ashgillman ];
|
||||||
platforms = platforms.x86_64; # https://github.com/nipy/nibabel/issues/861
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user