mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
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";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ashgillman ];
|
||||
platforms = platforms.x86_64; # https://github.com/nipy/nibabel/issues/861
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user