mk-python-derivation: fix typo (#475876)

This commit is contained in:
Martin Weinelt
2026-01-01 17:03:20 +00:00
committed by GitHub

View File

@@ -223,7 +223,7 @@ let
else if format != null then
format
else
throw "${name} does not configure a `format`. To build with setuptools as before, set `pyproject = true` and `build-system = [ setuptools ]`.`";
throw "${name} does not configure a `format`. To build with setuptools as before, set `pyproject = true` and `build-system = [ setuptools ]`.";
withDistOutput = withDistOutput' format';