Commit Graph
15728 Commits
Author SHA1 Message Date
John Ericson 17305d2df0 Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
llvmPackages: Clean up outputs
2021-04-30 11:28:08 -04:00
Guillaume Girol 0c9ed22e64 Merge pull request #119562 from symphorien/fusermountsetuid
fuse: fix mount.fuse -o setuid=...
2021-04-30 14:26:39 +00:00
Alyssa Ross a7dd5ca90f systemd: fix build 2021-04-30 14:06:53 +00:00
Alyssa Ross f27de651fd netbsd.libcurses: fix build 2021-04-30 13:56:27 +00:00
Sandro c9c351c5ef Merge pull request #121166 from timothyklim/master
nvidia-x11: 460.27.04 -> 465.27
2021-04-30 15:08:53 +02:00
Henri Menke c9f1544978 sof-firmware: 1.6 -> 1.7 (#121181) 2021-04-30 15:02:09 +02:00
Timothy Klim ebb59d3b11 nvidia-x11: 460.27.04 -> 465.27 2021-04-30 19:45:48 +07:00
github-actions[bot] d7882499f8 Merge staging-next into staging 2021-04-30 12:26:14 +00:00
Michael Weiss 6cba9af2c9 Merge pull request #121065 from r-ryantm/auto-update/iproute2
iproute2: 5.11.0 -> 5.12.0
2021-04-30 14:19:18 +02:00
Sandro 4577d77155 Merge pull request #120861 from saschagrunert/oci-seccomp-bpf-hook
linuxPackages.oci-seccomp-bpf-hook: 1.2.2 -> 1.2.3
2021-04-30 13:58:45 +02:00
github-actions[bot] c6548b2832 Merge staging-next into staging 2021-04-30 06:21:40 +00:00
Andrew Childs 7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Mario Rodas 147b101a63 lxc: 4.0.6 -> 4.0.7 2021-04-30 04:20:00 +00:00
Sandro 9716947ba6 Merge pull request #121033 from Radvendii/libgnurx-static
libgnurx: output libgnurx.a when static
2021-04-30 04:07:07 +02:00
github-actions[bot] b4766e97ee Merge staging-next into staging 2021-04-30 00:52:06 +00:00
Sandro 75a24a5bc9 Merge pull request #121170 from samuelgrf/add-mainProgram-to-packages 2021-04-30 01:20:37 +02:00
Samuel Gräfenstein 489ca03773 lm_sensors: add meta.mainProgram 2021-04-29 14:51:50 +02:00
Vladimír Čunát 4f38b5332d Merge #120715: linuxHeaders: 5.11 -> 5.12 (into staging) 2021-04-29 10:37:39 +02:00
github-actions[bot] 9cf0393c37 Merge staging-next into staging 2021-04-28 18:14:28 +00:00
R. RyanTM 40f2138e29 iproute2: 5.11.0 -> 5.12.0 2021-04-28 18:06:48 +00:00
Taeer Bar-Yam c5e5ea90e1 libgnurx: output libgnurx.a when static 2021-04-28 10:15:37 -04:00
Tim Steinbach e1af1d1f81 linux/hardened/patches/5.4: 5.4.113-hardened1 -> 5.4.114-hardened1 2021-04-28 09:34:45 -04:00
Tim Steinbach 69984bd056 linux/hardened/patches/5.11: 5.11.15-hardened1 -> 5.11.16-hardened1 2021-04-28 09:34:45 -04:00
Tim Steinbach 4611413ec6 linux/hardened/patches/5.10: 5.10.31-hardened1 -> 5.10.32-hardened1 2021-04-28 09:34:45 -04:00
Tim Steinbach 8ee8d6e61e linux/hardened/patches/5.4: 5.4.112-hardened1 -> 5.4.113-hardened1 2021-04-28 09:34:45 -04:00
Tim Steinbach 9d47acdbc8 linux/hardened/patches/5.11: 5.11.14-hardened1 -> 5.11.15-hardened1 2021-04-28 09:34:45 -04:00
Tim Steinbach f99496d321 linux/hardened/patches/5.10: 5.10.30-hardened1 -> 5.10.31-hardened1 2021-04-28 09:34:45 -04:00
Tim Steinbach 00aa9ee2b4 linux/hardened/patches/4.19: 4.19.187-hardened1 -> 4.19.188-hardened1 2021-04-28 09:34:45 -04:00
Tim Steinbach b3e42ffea1 linux/hardened/patches/4.14: 4.14.230-hardened1 -> 4.14.231-hardened1 2021-04-28 09:34:45 -04:00
Tim Steinbach 2e7331db4c linux-rt_5_4: 5.4.106-rt54 -> 5.4.109-rt56 2021-04-28 09:34:45 -04:00
Tim Steinbach c6963522e0 linux-rt: Avoid RCs 2021-04-28 09:34:45 -04:00
Tim Steinbach d70dced4fe linux-rt_5_10: 5.10.27-rt36 -> 5.10.30-rt37 2021-04-28 09:34:45 -04:00
Tim Steinbach 81ef99ec75 linux: 5.4.112 -> 5.4.114 2021-04-28 09:34:45 -04:00
Tim Steinbach 079fca1541 linux: 5.11.14 -> 5.11.16 2021-04-28 09:34:45 -04:00
Tim Steinbach e77d44c103 linux: 5.10.30 -> 5.10.32 2021-04-28 09:34:45 -04:00
Tim Steinbach 1904447d73 linux: 4.9.266 -> 4.9.267 2021-04-28 09:34:45 -04:00
Tim Steinbach fde3ac0f8e linux: 4.4.266 -> 4.4.267 2021-04-28 09:34:45 -04:00
Tim Steinbach c38311d1f6 linux: 4.19.187 -> 4.19.188 2021-04-28 09:34:45 -04:00
Tim Steinbach 125bbf0752 linux: 4.14.230 -> 4.14.231 2021-04-28 09:34:45 -04:00
R. RyanTM 82145d5fac cifs-utils: 6.12 -> 6.13 2021-04-28 03:03:12 +00:00
github-actions[bot] 655989d7b3 Merge staging-next into staging 2021-04-28 00:15:29 +00:00
Robert Helgesson 78813c327c sd-switch: 0.2.0 -> 0.2.1 2021-04-28 00:47:18 +02:00
Louis Bettens e340874c85 nvidia_x11.legacy_390: 390.138 -> 390.143 (#120857) 2021-04-27 14:43:53 -04:00
Sascha Grunert 1765c30080 linuxPackages.oci-seccomp-bpf-hook: 1.2.2 -> 1.2.3
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-04-27 15:13:40 +02:00
TredwellGit 7ac9fcb01b linuxHeaders: 5.11 -> 5.12 2021-04-26 14:41:54 +00:00
github-actions[bot] e30742adc3 Merge staging-next into staging 2021-04-26 12:06:35 +00:00
davidak 037cf652f3 Merge pull request #120584 from Atemu/update/zen-kernels
zen-kernels: 5.11.15 -> 5.11.16
2021-04-26 13:42:23 +02:00
Luflosi fe8de6564d linuxPackages.usbip: clarify license 2021-04-26 00:15:44 +02:00
R. RyanTM df6b666353 conky: 1.12.1 -> 1.12.2 2021-04-25 21:14:42 +00:00
R. RyanTM 977a71dca5 android-udev-rules: 20210302 -> 20210425 2021-04-25 19:55:42 +00:00