python3Packages.wrf-python: unmark broken on aarch64-linux

This commit is contained in:
Kirill Radzikhovskyy 2023-06-13 20:20:07 +10:00
parent 5b3fb198a9
commit 29e4ed6b2f

View file

@ -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;
};
}