Commit Graph

324 Commits

Author SHA1 Message Date
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
b9c8f97f7d merge-ut-dictionaries: 0-unstable-2024-08-28 -> 0-unstable-2024-09-09 2024-09-22 08:23:29 +00:00
nixpkgs-merge-bot[bot]
56feecc0ed
melonDS: 0.9.5-unstable-2024-09-06 -> 0.9.5-unstable-2024-09-18 (#343554) 2024-09-21 23:32:45 +00:00
R. Ryantm
008e81ca42 melonDS: 0.9.5-unstable-2024-09-06 -> 0.9.5-unstable-2024-09-18 2024-09-21 19:19:16 +00:00
h7x4
9a0f009815
ibus-engines.mozc-ut: init at 2.30.5544.102 (#314248) 2024-09-21 20:18:30 +02:00
R. Ryantm
b8a7670d76 mesonlsp: 4.3.4 -> 4.3.5 2024-09-20 12:24:45 +00:00
Peder Bergebakken Sundt
d8851e2917
metacubexd: 1.147.0 -> 1.149.0 (#342297) 2024-09-19 21:55:22 +02:00
Shogo Takata
3049c67f73
fixup! fixup! merge-ut-dictionaries: init at 0-unstable-2024-08-28 2024-09-19 22:45:32 +09:00
Shogo Takata
47bf9f19a4
fixup! merge-ut-dictionaries: init at 0-unstable-2024-08-28 2024-09-19 21:57:52 +09:00
PixelSergey
26ca094f50 meow: init at 2.1.3 2024-09-18 08:49:55 +02:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
Guanran Wang
f6982dc31c
metacubexd: 1.147.0 -> 1.149.0
Diff: https://github.com/MetaCubeX/metacubexd/compare/v1.147.0...v1.149.0
2024-09-16 20:51:20 +08:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
OTABI Tomoya
1cdbc38153
media-downloader: 5.0.1 -> 5.1.0 (#339870) 2024-09-14 10:23:25 +09:00
Shogo Takata
bbb9b4bb37
merge-ut-dictionaries: init at 0-unstable-2024-08-28 2024-09-13 13:46:24 +09:00
Weijia Wang
d6106f996d
merkaartor: 0.19.0 → 0.20.0 (#340598) 2024-09-11 22:28:37 +02:00
nixpkgs-merge-bot[bot]
d671b38d52
melonDS: 0.9.5-unstable-2024-08-21 -> 0.9.5-unstable-2024-09-06 (#340730) 2024-09-10 12:12:13 +00:00
Weijia Wang
560ffcc8d2
mercure: 0.16.2 -> 0.16.3 (#336342) 2024-09-09 22:10:42 +02:00
Weijia Wang
b4ceb4808c
mev-boost: 1.7.1 -> 1.8 (#338294) 2024-09-09 21:00:56 +02:00
R. Ryantm
05b0f36dd9 melonDS: 0.9.5-unstable-2024-08-21 -> 0.9.5-unstable-2024-09-06 2024-09-09 09:47:14 +00:00
Nikolay Korotkiy
4c86b69a15
merkaartor: nixfmt-rfc-style 2024-09-09 01:47:02 +04:00
Nikolay Korotkiy
f538320efa
merkaartor: migrate to by-name 2024-09-09 01:46:08 +04:00
R. Ryantm
2a447bd445 media-downloader: 5.0.1 -> 5.1.0 2024-09-05 18:40:10 +00:00
Aleksana
2a80e8441b
melodeon: init at 0.4.1 (#337782) 2024-09-05 09:29:49 +08:00
Edgar Vincent
3cee65f2f0 melodeon: init at 0.4.1 2024-09-05 00:01:48 +02:00
Donovan Glover
425d2be64f
measureme: 11.0.1 -> 12.0.0 (#338746) 2024-09-03 15:34:25 +00:00
R. Ryantm
854d3475a8 meteor-git: 0.23.0 -> 0.23.1 2024-09-03 04:22:42 +00:00
t4ccer
e416cfd21c
measureme: move to by-name, format 2024-09-02 22:20:22 -06:00
R. Ryantm
9340c46c00 mesonlsp: 4.3.3 -> 4.3.4 2024-09-01 07:46:13 +00:00
nixpkgs-merge-bot[bot]
301db222fa
metacubexd: 1.146.1 -> 1.147.0 (#338530) 2024-08-31 19:45:27 +00:00
Christina Sørensen
151889cdbf
meli: 0.8.6 -> 0.8.7 (#338258) 2024-08-31 19:59:33 +02:00
R. Ryantm
2c87e79b60 metacubexd: 1.146.1 -> 1.147.0 2024-08-31 03:44:51 +00:00
Dennis Schridde
e9df614744
meli: 0.8.6 -> 0.8.7
Release notes: https://git.meli-email.org/meli/meli/releases/tag/v0.8.7

Include Cargo.lock patch to allow building with Rust 1.80,
cf. https://github.com/NixOS/nixpkgs/issues/332957#issuecomment-2278578811
and 6b05279a09

Closes: https://github.com/NixOS/nixpkgs/issues/338191
2024-08-30 19:55:23 +02:00
R. Ryantm
9efa491e9e mev-boost: 1.7.1 -> 1.8 2024-08-30 01:51:10 +00:00
github-actions[bot]
a0418f66a3
Merge master into staging-next 2024-08-28 06:04:54 +00:00
nixpkgs-merge-bot[bot]
9251bcc2a5
meteor-git: 0.22.0 -> 0.23.0 (#337833) 2024-08-28 03:00:28 +00:00
R. Ryantm
9cb3abed2d meteor-git: 0.22.0 -> 0.23.0 2024-08-28 01:22:48 +00:00
R. Ryantm
658984c6e5 melonDS: 0.9.5-unstable-2024-08-19 -> 0.9.5-unstable-2024-08-21 2024-08-27 11:26:20 +00:00
github-actions[bot]
132f2322d0
Merge master into staging-next 2024-08-26 12:05:25 +00:00
Bruno BELANYI
b1606c45f2
mealie: v1.11.0 -> v1.12.0 (#336527) 2024-08-26 12:49:05 +01:00
Aleksana
621d3afa88
Merge pull request #333690 from frectonz/mekuteriya
mekuteriya: init at 0.1.5
2024-08-26 16:58:32 +08:00
github-actions[bot]
7241849967
Merge master into staging-next 2024-08-26 06:04:26 +00:00
R. Ryantm
cba587b63b media-downloader: 4.9.0 -> 5.0.1 2024-08-24 08:43:45 +00:00
github-actions[bot]
8751a0ec8d
Merge master into staging-next 2024-08-24 00:12:18 +00:00
Jan Tojnar
b8f3c78021
Merge pull request #333917 from jtojnar/gnome-top-level
gnome: Move more packages to top-level
2024-08-24 01:43:31 +02:00
github-actions[bot]
3eb04240cf
Merge staging-next into staging 2024-08-22 18:04:25 +00:00
Guanran Wang
8322c20378
metacubexd: 1.143.0 -> 1.146.1 2024-08-22 21:16:27 +08:00
Litchi Pi
633b5b3dcf mealie: v1.11.0 -> v1.12.0
Signed-off-by: Litchi Pi <litchi.pi@proton.me>
2024-08-22 14:14:02 +02:00
github-actions[bot]
69716c980f
Merge staging-next into staging 2024-08-22 10:21:47 +00:00
K900
5c68540f8b Merge remote-tracking branch 'origin/staging-next' into staging 2024-08-22 13:20:38 +03:00