Loading pkgs/development/python-modules/wrf-python/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/development/python-modules/wrf-python/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading