mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python3Packages.wrf-python: unmark broken on aarch64-linux
This commit is contained in:
parent
5b3fb198a9
commit
29e4ed6b2f
1 changed files with 1 additions and 1 deletions
|
@ -59,6 +59,6 @@ buildPythonPackage rec {
|
|||
homepage = "http://wrf-python.rtfd.org";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ mhaselsteiner ];
|
||||
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue