Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qtbase: use more than one core to build
qmake
The qtbase package's `configurePhase` builds the `qmake` tool. In the current nixpkgs expression it does this single-threadedly, by invoking `make` without a `-j` flag. Let's thread `NIX_BUILD_CORES` through to `./configure`'s invocation of `make` via the `MAKEFLAGS` variable. Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
- Loading branch information