mk-python-derivation: fix typo

This commit is contained in:
dmyTRUEk
2026-01-01 14:13:59 +02:00
parent 5f28ef4db1
commit 2c7ad72241

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';