Skip to content

Commit

Permalink
python312Packages.wrf-python: mark broken (#365463)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Dec 16, 2024
2 parents 66cb398 + 9b81983 commit 8e56405
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/wrf-python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ buildPythonPackage rec {
pythonImportsCheck = [ "wrf" ];

meta = with lib; {
# `ModuleNotFoundError: No module named 'distutils.msvccompiler'` on Python 3.11
# `ModuleNotFoundError: No module named 'numpy.distutils'` on Python 3.12
broken = true;
description = "WRF postprocessing library for Python";
homepage = "http://wrf-python.rtfd.org";
license = licenses.asl20;
Expand Down

0 comments on commit 8e56405

Please sign in to comment.