From 29e4ed6b2f118e12c20a650e725d2e49c30ed2cc Mon Sep 17 00:00:00 2001 From: Kirill Radzikhovskyy Date: Tue, 13 Jun 2023 20:20:07 +1000 Subject: [PATCH] python3Packages.wrf-python: unmark broken on aarch64-linux --- pkgs/development/python-modules/wrf-python/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/wrf-python/default.nix b/pkgs/development/python-modules/wrf-python/default.nix index 78b3486c72e6..77d5ea8a4eba 100644 --- a/pkgs/development/python-modules/wrf-python/default.nix +++ b/pkgs/development/python-modules/wrf-python/default.nix @@ -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; }; }