lol

Merge pull request #211574 from Artturin/remacreintol

treewide: remove accidentally introduced -l

authored by

Artturi and committed by
GitHub
257f9de9 f067668c

+3 -3
+1 -1
nixos/tests/tracee.nix
··· 18 18 buildPhase = '' 19 19 runHook preBuild 20 20 # just build the static lib we need for the go test binary 21 - make $makeFlags ''${enableParallelBuilding:+-j$NIX_BUILD_CORES -l$NIX_BUILD_CORES} bpf-core ./dist/btfhub 21 + make $makeFlags ''${enableParallelBuilding:+-j$NIX_BUILD_CORES} bpf-core ./dist/btfhub 22 22 23 23 # remove the /usr/bin prefix to work with the patch above 24 24 substituteInPlace tests/integration/integration_test.go \
+1 -1
pkgs/development/python-modules/pyqt/6.x.nix
··· 59 59 # pkgs/development/interpreters/python/hooks/pip-build-hook.sh 60 60 # does not use the enableParallelBuilding flag 61 61 postUnpack = '' 62 - export MAKEFLAGS+=" -j$NIX_BUILD_CORES -l$NIX_BUILD_CORES" 62 + export MAKEFLAGS+=" -j$NIX_BUILD_CORES" 63 63 ''; 64 64 65 65 outputs = [ "out" "dev" ];
+1 -1
pkgs/development/python-modules/pyqt6-webengine.nix
··· 40 40 # pkgs/development/interpreters/python/hooks/pip-build-hook.sh 41 41 # does not use the enableParallelBuilding flag 42 42 postUnpack = '' 43 - export MAKEFLAGS+=" -j$NIX_BUILD_CORES -l$NIX_BUILD_CORES" 43 + export MAKEFLAGS+=" -j$NIX_BUILD_CORES" 44 44 ''; 45 45 46 46 outputs = [ "out" "dev" ];