nixpkgs/pkgs
Sergei Trofimovich ef91c7bcd8 newsboat: run parallel build for 'make' commands
`newsboat` contains quite a bit of C++ code built by custom Makefile.
`rust` code and tests already get build in parallel. The change enables
build parallelism for custom Makefile as well.

The effect on my machine is 78% build time reduction (4.5x speedup):

Before the change:

    $ time nix build -f. newsboat --rebuild
    real    6m20,904s
    user    0m0,345s
    sys     0m0,167s

After the change:

    $ time nix build -f. newsboat
    ...
    real    1m23,592s
    user    0m0,277s
    sys     0m0,097s
2023-01-08 10:04:44 +00:00
..
applications newsboat: run parallel build for 'make' commands 2023-01-08 10:04:44 +00:00
build-support rustPlatform.bindgenHook: use the same clang/libclang as rustc 2023-01-08 15:22:04 +10:00
common-updater
data Merge pull request #209604 from candyc1oud/smiley-sans 2023-01-07 20:46:49 -05:00
desktops Merge pull request #209433 from K900/plasma-5.26.5 2023-01-07 17:46:09 +01:00
development Merge pull request #208233 from Kranzes/2.11-cachix-hci 2023-01-08 09:42:31 +00:00
games the-legend-of-edgar: 1.35 -> 1.36 2023-01-07 20:10:21 +00:00
misc tmuxPlugins.cpu: unstable-2021-12-15 -> unstable-2023-01-06 2023-01-06 20:30:10 +01:00
os-specific Merge pull request #209457 from r-ryantm/auto-update/bpfmon 2023-01-08 00:19:05 +01:00
pkgs-lib
servers Merge pull request #209533 from r-ryantm/auto-update/gobgpd 2023-01-08 00:22:05 +01:00
shells tcsh: 6.24.06 -> 6.24.07 2023-01-07 16:46:51 +08:00
stdenv Merge pull request #175495 from amjoseph-nixpkgs/pr/sourceProvenance/correct-meta-typecheck 2023-01-04 15:31:51 +01:00
test
tools Merge pull request #209442 from fabaff/nuclei-bump 2023-01-08 10:24:55 +01:00
top-level Merge pull request #209464 from fabaff/bluetooth-data-tools-bump 2023-01-08 09:53:14 +01:00