python311Packages.wrf-python: unbreak on Darwin

This commit is contained in:
Malo Bourgon
2024-06-28 10:29:35 -07:00
parent 0b707fbb50
commit ec95f77a6b
@@ -1,5 +1,4 @@
{
stdenv,
lib,
fetchFromGitHub,
pythonOlder,
@@ -54,6 +53,5 @@ buildPythonPackage rec {
homepage = "http://wrf-python.rtfd.org";
license = licenses.asl20;
maintainers = with maintainers; [ mhaselsteiner ];
broken = stdenv.isDarwin;
};
}