Skip to content

Commit 8e56405

Browse files
authored
python312Packages.wrf-python: mark broken (#365463)
2 parents 66cb398 + 9b81983 commit 8e56405

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/development/python-modules/wrf-python/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ buildPythonPackage rec {
4949
pythonImportsCheck = [ "wrf" ];
5050

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

0 commit comments

Comments
 (0)