Commit Graph

441840 Commits

Author SHA1 Message Date
Sergei Trofimovich
8c80bd08b7 build-support/cc-wrapper: pass in non-existent --sysroot= to untangle from libc
I would like to add an extra `gcc` build step during linux bootstrap
(https://github.com/NixOS/nixpkgs/issues/208412). This makes it early
bootstrap compiler linked and targeted against `bootstrapTools` `glibc`
including it's headers.

Without this change `gcc`'s spec files always prefer `bootstrapTools` `glibc`
for header search path (passed in as --with-native-system-header-dir=). We'can't
override it with:

- `-I` option as it gets stacked before gcc-specific headers, we need to keep
  glibc headers after gcc as gcc cleans namespace up for C standard by using
  #include_next and by undefining system macros.
- `-idirafter` option as it gets appended after existing `glibc`-includes

This `--sysroot=/nix/store/does/not/exist` hack allows us to remove existing
`glibc` headers and add new ones with `-idirafter`.

We use `cc-cflags-before` instead of `libc-cflags` to allow user to define
their own `--sysroot=` (like `firefox` does).

To keep it working prerequisite cross-symlink in gcc.libs is required:
https://github.com/NixOS/nixpkgs/pull/209153
2023-01-10 07:54:13 +00:00
github-actions[bot]
3f305fab72
Merge staging-next into staging 2023-01-08 06:01:39 +00:00
github-actions[bot]
b60b0a223e
Merge master into staging-next 2023-01-08 06:01:06 +00:00
Nick Cao
46ee37ca1d rustPlatform.bindgenHook: use the same clang/libclang as rustc 2023-01-08 15:22:04 +10:00
figsoda
3279887b97
Merge pull request #209605 from adamcstephens/zoxide/0.9.0
zoxide: 0.8.3 -> 0.9.0
2023-01-07 22:39:29 -05:00
github-actions[bot]
74640b818e terraform-providers.sops: 0.7.1 → 0.7.2 2023-01-08 13:30:41 +10:00
R. Ryantm
2d72d4775e cri-o: 1.25.1 -> 1.26.0 2023-01-08 13:30:27 +10:00
zowoq
448dc91db4 nixos/cri-o: source cni and crictl from package 2023-01-08 13:30:27 +10:00
zowoq
5da87a8c7b nixos/containers: source policy from separate skopeo output 2023-01-08 13:30:27 +10:00
zowoq
86d55aa667 skopeo: install default policy to separate passthru package 2023-01-08 13:30:27 +10:00
zowoq
4a8663e6d2 cri-o: install cni and crictl files 2023-01-08 13:30:27 +10:00
Sandro
1b76175370
Merge pull request #209360 from pacien/tmux-plugins-cpu-2023-01-06 2023-01-08 04:09:59 +01:00
Martin Weinelt
d87fcbe3cd
Merge pull request #209609 from mweinelt/revert-xidel-openssl-unpin 2023-01-08 02:13:01 +00:00
Martin Weinelt
092a78bb7f
Revert "xidel: unpin to openssl_1_1"
This reverts commit 9f8d0107c6e56f3fd0d9cbdc46511482fe964a0f.

This change broke TLS support in xidel and as such the firefox update
script.

```
Error:
Internet Error: -4
when talking to: https://archive.mozilla.org/pub/firefox/releases/
```
2023-01-08 03:09:40 +01:00
figsoda
327bd31f22
Merge pull request #209604 from candyc1oud/smiley-sans
smiley-sans: 1.1.0 -> 1.1.1
2023-01-07 20:46:49 -05:00
Adam Stephens
f9f90b4b88
zoxide: 0.8.3 -> 0.9.0 2023-01-07 20:29:32 -05:00
Candy Cloud
0c1e1e4e25 smiley-sans: 1.1.0 -> 1.1.1 2023-01-08 01:12:58 +00:00
Mario Rodas
34ee0beee8
Merge pull request #209425 from r-ryantm/auto-update/python310Packages.sphinx-thebe
python310Packages.sphinx-thebe: 0.1.2 -> 0.2.0
2023-01-07 19:56:28 -05:00
Luke Granger-Brown
5d503c0810
Merge pull request #209059 from techknowlogick/hg-632
mercurial: 6.3.1 -> 6.3.2
2023-01-08 00:41:22 +00:00
7c6f434c
9666d103b3
Merge pull request #209587 from thiagokokada/bump-dia
dia: 0.97.3.20170622 -> unstable-2022-12-14
2023-01-08 00:36:05 +00:00
figsoda
5fab9cd6a9
Merge pull request #209583 from figsoda/cargo-hash
rustPlatform.fetchCargoTarball: default outputHashAlgo to sha256
2023-01-07 19:14:07 -05:00
Thiago Kenji Okada
467e2a2397 dia: 0.97.3.20170622 -> unstable-2022-12-14 2023-01-08 00:06:56 +00:00
github-actions[bot]
410c7fca50
Merge staging-next into staging 2023-01-08 00:03:17 +00:00
github-actions[bot]
4bf238a8fb
Merge master into staging-next 2023-01-08 00:02:31 +00:00
maralorn
be313a93bb
Merge pull request #209112 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2023-01-08 00:59:23 +01:00
Fabian Affolter
f6f4456188
Merge pull request #209579 from fabaff/lightwave-bump
python310Packages.lightwave: 0.20 -> 0.21
2023-01-08 00:35:16 +01:00
Fabian Affolter
2f03bf999c
Merge pull request #209577 from fabaff/aiosmtplib-bump
python310Packages.aiosmtplib: 2.0.0 -> 2.0.1
2023-01-08 00:35:06 +01:00
Fabian Affolter
fae9421431
Merge pull request #209576 from fabaff/oralb-ble-bump
python310Packages.oralb-ble: 0.14.3 -> 0.15.0
2023-01-08 00:34:53 +01:00
Martin Weinelt
533c68a330
Merge pull request #209570 from LibreCybernetics/fix-breathe 2023-01-07 23:28:11 +00:00
Fabian Affolter
354568dc0d
Merge pull request #209574 from fabaff/pyezviz-bump
python310Packages.pyezviz: 0.2.0.11 -> 0.2.0.12
2023-01-08 00:23:50 +01:00
Fabian Affolter
bd6762551f
Merge pull request #209573 from fabaff/qovery-cli-bump
qovery-cli: 0.48.2 -> 0.48.3
2023-01-08 00:23:27 +01:00
Fabian Affolter
a23bc82288
Merge pull request #209572 from fabaff/gdu-bump
gdu: 5.21.0 -> 5.21.1
2023-01-08 00:23:21 +01:00
Fabian Affolter
cbde1fec46
Merge pull request #209533 from r-ryantm/auto-update/gobgpd
gobgpd: 3.9.0 -> 3.10.0
2023-01-08 00:22:05 +01:00
Fabian Affolter
111d456c34
Merge pull request #209532 from r-ryantm/auto-update/bacon
bacon: 2.2.8 -> 2.3.0
2023-01-08 00:21:46 +01:00
Martin Weinelt
3a208b41ca
Merge pull request #201859 from LibreCybernetics/mark-python2-unsecure 2023-01-07 23:21:36 +00:00
Fabian Affolter
9bc6eb8bb0
Merge pull request #209531 from r-ryantm/auto-update/datree
datree: 1.8.8 -> 1.8.12
2023-01-08 00:21:24 +01:00
Fabian Affolter
c3d045bd2e
Merge pull request #209520 from r-ryantm/auto-update/twitch-tui
twitch-tui: 1.6.0 -> 2.0.2
2023-01-08 00:20:58 +01:00
Fabian Affolter
297e898706
Merge pull request #209528 from r-ryantm/auto-update/cargo-release
cargo-release: 0.24.1 -> 0.24.3
2023-01-08 00:20:38 +01:00
Fabian Affolter
41b5350a1e
Merge pull request #209490 from r-ryantm/auto-update/sftpgo
sftpgo: 2.4.0 -> 2.4.2
2023-01-08 00:20:16 +01:00
Fabian Affolter
d279b127ba
Merge pull request #209507 from r-ryantm/auto-update/btdu
btdu: 0.4.1 -> 0.5.0
2023-01-08 00:19:54 +01:00
Fabian Affolter
4f353d2f01
Merge pull request #209524 from r-ryantm/auto-update/robin-map
robin-map: 1.0.1 -> 1.2.1
2023-01-08 00:19:31 +01:00
Fabian Affolter
055830fad8
Merge pull request #209457 from r-ryantm/auto-update/bpfmon
bpfmon: 2.50 -> 2.51
2023-01-08 00:19:05 +01:00
figsoda
45fc1f185f rustPlatform.fetchCargoTarball: default outputHashAlgo to sha256 2023-01-07 17:53:21 -05:00
tricktron
b3091f774e
pax: fix build with musl (#193195)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-01-07 23:52:04 +01:00
Fabian Affolter
5b58dc8d9b python310Packages.lightwave: 0.20 -> 0.21 2023-01-07 23:49:12 +01:00
Sandro
ecf2b9b71e
Merge pull request #208829 from futile/metals-11.10 2023-01-07 23:46:44 +01:00
Fabian Affolter
c70d40aa02 python310Packages.aiosmtplib: 2.0.0 -> 2.0.1
Diff: https://github.com/cole/aiosmtplib/compare/v2.0.0...v2.0.1
2023-01-07 23:42:41 +01:00
Fabian Affolter
656e8b1388 python310Packages.oralb-ble: 0.14.3 -> 0.15.0
Diff: https://github.com/Bluetooth-Devices/oralb-ble/compare/refs/tags/v0.14.3...v0.15.0

Changelog: https://github.com/Bluetooth-Devices/oralb-ble/releases/tag/v0.15.0
2023-01-07 23:41:09 +01:00
Fabian Affolter
d49f5d692b python310Packages.pyezviz: 0.2.0.11 -> 0.2.0.12
Diff: https://github.com/baqs/pyEzviz/compare/refs/tags/0.2.0.11...0.2.0.12

Changelog: https://github.com/BaQs/pyEzviz/releases/tag/0.2.0.12
2023-01-07 23:39:46 +01:00
figsoda
41e9880694
Merge pull request #209388 from figsoda/star-history
star-history: 1.0.8 -> 1.0.9
2023-01-07 17:39:06 -05:00