Commit Graph
612181 Commits
Author SHA1 Message Date
sternenseemann 4aa9e4ecc6 wrapCC, wrapBintools: don't alias stdenvNoCC to stdenv
In delicate code like this, it seems unwise to pass something of as
something it isn't for convenience's (?) sake. It causes a slight
possibility for confusion with `buildPackages.stdenv`. However, it
should be possible to eliminate the need for this in a separate change.
2024-04-15 12:54:25 +02:00
sternenseemann 0198f43efb stdenv: consistently use self: super: … for bootstrapping overlays
As of late, `final: prev: …` for overlays has become more prevalent in
newer code. This is also exhibited in some code (presumably added
recently) in stdenv. This change is not about any merits or demerits of
any naming convention, but rather aims to make the nomenclature in
stdenv bootstrapping consistent to lessen confusion.

I've chosen to stick to `self: super: …` convention because:

1. It is more common in the code as it stands.

2. Using `final: prev: …` makes the code more confusing, als it causes
   `prev` to be in scope alongside `prevStage`. `prevStage` actually
   bears no relation to `prev` even though their naming suggests it,
   making it easy to confuse them (the former is the (final) package set
   of the previous stage while the latter is just the `prev`/`super` of
   the overlay “chaining” on a completely fresh package set, i.e. `prev`
   doesn't even relate to the previous stage's `overrides` argument).

This change also corrects a naming error in stdenv/native which had no
effect, as the variables were unused.
2024-04-15 12:53:13 +02:00
sternenseemann fde3861f21 wrapCC: check darwin-ness for -mcpu/-march based on targetPlatform
`stdenv.is*` defaults to `hostPlatform` which is technically incorrect
here, since what we are gating concerns the target platform only.

This would be a problem in practice if cross compiling from
x86_64-darwin to aarch64-darwin whilst using gcc which is probably
rare enough.
2024-04-15 12:49:29 +02:00
Ulrik StridandGitHub 20a3a21814 Merge pull request #300257 from mschwaig/fix-mivisionx
rocmPackages_5.mivisionx: fix build
2024-04-15 12:15:48 +02:00
José Romildo MalaquiasandGitHub c89e7f4851 Merge pull request #304102 from romildo/upd.colloid-gtk-theme
colloid-gtk-theme: new tweak: everforest
2024-04-15 07:07:20 -03:00
Thiago Kenji OkadaandGitHub dbc39d9134 Merge pull request #304217 from r-ryantm/auto-update/libretro.mame
libretro.mame: unstable-2024-04-05 -> unstable-2024-04-10
2024-04-15 10:51:07 +01:00
Thiago Kenji OkadaandGitHub 4d9a40b475 Merge pull request #304218 from r-ryantm/auto-update/libretro.flycast
libretro.flycast: unstable-2024-04-05 -> unstable-2024-04-12
2024-04-15 10:50:55 +01:00
Thiago Kenji OkadaandGitHub 58550f9328 Merge pull request #304219 from r-ryantm/auto-update/retroarch-joypad-autoconfig
retroarch-joypad-autoconfig: 1.18.0 -> 1.18.1
2024-04-15 10:50:38 +01:00
Fabian AffolterandGitHub 46f06ef1a7 Merge pull request #291431 from fabaff/influxdb3-python
python311Packages.influxdb3-python: init at 0.3.6
2024-04-15 11:49:36 +02:00
Thiago Kenji OkadaandGitHub 028c8cd0b4 Merge pull request #304212 from r-ryantm/auto-update/libretro.fbneo
libretro.fbneo: unstable-2024-04-08 -> unstable-2024-04-15
2024-04-15 09:54:30 +01:00
Thiago Kenji OkadaandGitHub fed601c546 Merge pull request #304211 from r-ryantm/auto-update/libretro.puae
libretro.puae: unstable-2024-02-22 -> unstable-2024-04-12
2024-04-15 09:54:04 +01:00
Thiago Kenji OkadaandGitHub d1cc86b878 Merge pull request #304207 from r-ryantm/auto-update/libretro.ppsspp
libretro.ppsspp: unstable-2024-04-09 -> unstable-2024-04-14
2024-04-15 09:53:44 +01:00
Thiago Kenji OkadaandGitHub 261d31ec33 Merge pull request #304206 from r-ryantm/auto-update/libretro.mame2003-plus
libretro.mame2003-plus: unstable-2024-04-09 -> unstable-2024-04-13
2024-04-15 09:53:25 +01:00
Thiago Kenji OkadaandGitHub 3795d26a76 Merge pull request #304201 from r-ryantm/auto-update/libretro.pcsx-rearmed
libretro.pcsx-rearmed: unstable-2024-04-06 -> unstable-2024-04-14
2024-04-15 09:53:06 +01:00
Thiago Kenji OkadaandGitHub 625402430c Merge pull request #304200 from r-ryantm/auto-update/libretro.beetle-psx-hw
libretro.beetle-psx-hw: unstable-2024-03-22 -> unstable-2024-04-12
2024-04-15 09:52:41 +01:00
Thiago Kenji OkadaandGitHub 705ac4b47a Merge pull request #304199 from r-ryantm/auto-update/libretro.snes9x
libretro.snes9x: unstable-2024-02-14 -> unstable-2024-04-13
2024-04-15 09:52:19 +01:00
Thiago Kenji OkadaandGitHub df4a73ad34 Merge pull request #304196 from r-ryantm/auto-update/libretro.play
libretro.play: unstable-2024-04-09 -> unstable-2024-04-10
2024-04-15 09:52:02 +01:00
Pascal WittmannandGitHub f458190f4b Merge pull request #304070 from r-ryantm/auto-update/python312Packages.crc
python312Packages.crc: 6.1.1 -> 6.1.2
2024-04-15 10:47:45 +02:00
Pascal WittmannandGitHub 3d46997d88 Merge pull request #304161 from r-ryantm/auto-update/zlint
zlint: 3.6.1 -> 3.6.2
2024-04-15 10:42:46 +02:00
Ivan MincikandGitHub d53c4aaa00 Merge pull request #303252 from l0b0/json5-timing-tests
python3Packages.json5: disable hypothesis
2024-04-15 08:35:51 +00:00
R. Ryantm 67c8efa67e retroarch-joypad-autoconfig: 1.18.0 -> 1.18.1 2024-04-15 08:34:21 +00:00
Pascal WittmannandGitHub c5dfe0b32c Merge pull request #304180 from r-ryantm/auto-update/subxt
subxt: 0.35.2 -> 0.35.3
2024-04-15 10:33:31 +02:00
Pascal WittmannandGitHub 9ceafd7772 Merge pull request #304184 from r-ryantm/auto-update/netbird-ui
netbird-ui: 0.27.2 -> 0.27.3
2024-04-15 10:30:05 +02:00
Pascal WittmannandGitHub dbeaa697dc Merge pull request #304187 from r-ryantm/auto-update/fluent-bit
fluent-bit: 3.0.1 -> 3.0.2
2024-04-15 10:28:32 +02:00
R. Ryantm b3c0068460 libretro.flycast: unstable-2024-04-05 -> unstable-2024-04-12 2024-04-15 08:25:46 +00:00
R. Ryantm 96f0b95bfe libretro.mame: unstable-2024-04-05 -> unstable-2024-04-10 2024-04-15 08:24:55 +00:00
Doron BeharandGitHub 6340ba2c47 Merge pull request #304148 from r-ryantm/auto-update/balena-cli
balena-cli: 18.1.8 -> 18.1.9
2024-04-15 11:17:30 +03:00
Pascal WittmannandGitHub f366285775 Merge pull request #304197 from x-zvf/master
pkg-pferd: 3.5.1 -> 3.5.2
2024-04-15 10:16:33 +02:00
Vincent LaporteandVincent Laporte 1b411ccbf3 coqPackages.stdpp: 1.9.0 → 1.10.0
coqPackages.iris: 4.1.0 → 4.2.0
2024-04-15 10:13:00 +02:00
SomeoneandGitHub c708923629 Merge pull request #304069 from autrimpo/python-onnxruntime-cuda
onnxruntime: CUDA fixes
2024-04-15 08:04:15 +00:00
R. Ryantm 301408fab2 libretro.fbneo: unstable-2024-04-08 -> unstable-2024-04-15 2024-04-15 07:40:04 +00:00
R. Ryantm 7a2ab79b5b libretro.puae: unstable-2024-02-22 -> unstable-2024-04-12 2024-04-15 07:32:51 +00:00
R. Ryantm d4121f21d3 libretro.ppsspp: unstable-2024-04-09 -> unstable-2024-04-14 2024-04-15 07:22:43 +00:00
Mario RodasandGitHub b559ba1424 Merge pull request #303746 from r-ryantm/auto-update/chezmoi
chezmoi: 2.47.3 -> 2.47.4
2024-04-15 02:22:21 -05:00
R. Ryantm 61312c1890 libretro.mame2003-plus: unstable-2024-04-09 -> unstable-2024-04-13 2024-04-15 07:20:44 +00:00
Mario RodasandGitHub d08775d67c Merge pull request #304160 from r-ryantm/auto-update/tfupdate
tfupdate: 0.8.1 -> 0.8.2
2024-04-15 02:10:26 -05:00
Mario RodasandGitHub 7852c0cbeb Merge pull request #304134 from r-ryantm/auto-update/fzf
fzf: 0.49.0 -> 0.50.0
2024-04-15 02:10:13 -05:00
Mario RodasandGitHub c4adfa009b Merge pull request #303635 from r-ryantm/auto-update/python312Packages.myst-nb
python312Packages.myst-nb: 1.0.0 -> 1.1.0
2024-04-15 02:08:31 -05:00
Mario RodasandGitHub 061addbd70 Merge pull request #303889 from r-ryantm/auto-update/nodejs-slim_21
nodejs-slim_21: 21.7.2 -> 21.7.3
2024-04-15 02:06:16 -05:00
Mario RodasandGitHub ca8df0913d Merge pull request #303940 from r-ryantm/auto-update/python311Packages.apprise
python311Packages.apprise: 1.7.5 -> 1.7.6

Closes https://github.com/NixOS/nixpkgs/pull/303943
2024-04-15 02:05:27 -05:00
Mario RodasandGitHub 3bcababc10 Merge pull request #304166 from r-ryantm/auto-update/postgresql13Packages.lantern
postgresql13Packages.lantern: 0.2.3 -> 0.2.4

Closes https://github.com/NixOS/nixpkgs/pull/304167
Closes https://github.com/NixOS/nixpkgs/pull/304168
Closes https://github.com/NixOS/nixpkgs/pull/304169
Closes https://github.com/NixOS/nixpkgs/pull/304170
Closes https://github.com/NixOS/nixpkgs/pull/304171
Closes https://github.com/NixOS/nixpkgs/pull/304172
Closes https://github.com/NixOS/nixpkgs/pull/304173
Closes https://github.com/NixOS/nixpkgs/pull/304175
Closes https://github.com/NixOS/nixpkgs/pull/304176
2024-04-15 02:00:08 -05:00
R. Ryantm 3559b8b023 libretro.pcsx-rearmed: unstable-2024-04-06 -> unstable-2024-04-14 2024-04-15 06:58:09 +00:00
R. Ryantm 415a7526a7 libretro.beetle-psx-hw: unstable-2024-03-22 -> unstable-2024-04-12 2024-04-15 06:54:42 +00:00
R. Ryantm 153de63415 libretro.snes9x: unstable-2024-02-14 -> unstable-2024-04-13 2024-04-15 06:54:31 +00:00
Péter Bohner (xzvf) e5f757e73a pkg-pferd: 3.5.1 -> 3.5.2
This change is necessary for PFERD to work with ILIAS v8.
2024-04-15 08:39:40 +02:00
Robert SchützandGitHub fed6f67bd9 Merge pull request #304157 from r-ryantm/auto-update/python312Packages.vallox-websocket-api
python312Packages.vallox-websocket-api: 5.1.1 -> 5.2.0
2024-04-15 06:36:54 +00:00
R. Ryantm 97b7295ed4 libretro.play: unstable-2024-04-09 -> unstable-2024-04-10 2024-04-15 06:33:44 +00:00
Maximilian BoschandGitHub a9ab026810 Merge pull request #304096 from drupol/php/fix-builds-on-darwin
php81: add missing patch
2024-04-15 06:29:12 +00:00
Fabian AffolterandGitHub b01beab0f4 Merge pull request #303983 from fabaff/dnsrecon-bump
dnsrecon: 1.1.5 -> 1.2.0
2024-04-15 08:16:54 +02:00
Fabian AffolterandGitHub c092112f4d Merge pull request #303991 from fabaff/openvas-scanner
openvas-scanner: init at 23.0.1
2024-04-15 08:16:43 +02:00