We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639295b commit 9b81983Copy full SHA for 9b81983
pkgs/development/python-modules/wrf-python/default.nix
@@ -49,6 +49,9 @@ buildPythonPackage rec {
49
pythonImportsCheck = [ "wrf" ];
50
51
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;
55
description = "WRF postprocessing library for Python";
56
homepage = "http://wrf-python.rtfd.org";
57
license = licenses.asl20;
0 commit comments