python311Packages.wrf-python: unbreak on Darwin

This commit is contained in:
Malo Bourgon 2024-06-06 12:35:04 -07:00
parent 0b707fbb50
commit ec95f77a6b

View File

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