···1818 buildPhase = ''
1919 runHook preBuild
2020 # just build the static lib we need for the go test binary
2121- make $makeFlags ''${enableParallelBuilding:+-j$NIX_BUILD_CORES -l$NIX_BUILD_CORES} bpf-core ./dist/btfhub
2121+ make $makeFlags ''${enableParallelBuilding:+-j$NIX_BUILD_CORES} bpf-core ./dist/btfhub
22222323 # remove the /usr/bin prefix to work with the patch above
2424 substituteInPlace tests/integration/integration_test.go \
+1-1
pkgs/development/python-modules/pyqt/6.x.nix
···5959 # pkgs/development/interpreters/python/hooks/pip-build-hook.sh
6060 # does not use the enableParallelBuilding flag
6161 postUnpack = ''
6262- export MAKEFLAGS+=" -j$NIX_BUILD_CORES -l$NIX_BUILD_CORES"
6262+ export MAKEFLAGS+=" -j$NIX_BUILD_CORES"
6363 '';
64646565 outputs = [ "out" "dev" ];