mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
mk-python-derivation: fix typo (#475876)
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user