Unverified Commit 4bfbfb71 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents d9b2c11f 2c7ad722
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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';