chore: spelling

This commit is contained in:
Phillip Cloud 2024-05-05 09:06:10 -04:00
parent acc2e2bd77
commit 5f8df7de2c
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -2673,7 +2673,7 @@ lib.composeManyExtensions [
dontWrapQtApps = true;
dontConfigure = true;
enableParallelBuilding = true;
# HACK: paralellize compilation of make calls within pyqt's setup.py
# HACK: parallelize compilation of make calls within pyqt's setup.py
# pkgs/stdenv/generic/setup.sh doesn't set this for us because
# make gets called by python code and not its build phase
# format=pyproject means the pip-build-hook hook gets used to build this project