python311Packages.wrf-python: unbreak on Darwin
This commit is contained in:
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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user