Commit Graph

2683 Commits

Author SHA1 Message Date
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
wxt
64c924e098
edge-runtime: move to by-name 2024-11-04 16:16:49 +08:00
Antoine du Hamel
a2bc393fe7
nodejs_23: init at 23.1.0 (#349046) 2024-10-31 17:03:16 +01:00
K900
66f01b7af9 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-28 15:11:30 +03:00
Antoine du Hamel
40e35fa25f
nodejs_22: 22.9.0 -> 22.10.0 (#349157) 2024-10-28 10:53:34 +01:00
github-actions[bot]
02bb5e5201
Merge master into staging-next 2024-10-26 00:14:06 +00:00
techknowlogick
4f2e5ffc7c flyctl: move to pkgs/by-name 2024-10-25 12:33:42 -04:00
techknowlogick
ce97ee47e9 flyctl: 0.3.15 -> 0.3.29
Diff: https://github.com/superfly/flyctl/compare/v0.3.15...v0.3.29
2024-10-25 12:33:27 -04:00
K900
dee94df6f2 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-24 09:28:51 +03:00
piegames
ad8d051645
treewide: Fix indentation in strings (#350296) 2024-10-23 21:44:22 +02:00
github-actions[bot]
bafb3e4e13
Merge master into staging-next 2024-10-23 12:05:38 +00:00
Aleksana
2dbb03e17a
cog: add missing meta attributes (#349145) 2024-10-23 17:03:46 +08:00
github-actions[bot]
723e1a67de
Merge master into staging-next 2024-10-23 00:14:18 +00:00
Nick Cao
c29012c10c
bun: 1.1.29 -> 1.1.31 (#350148) 2024-10-22 16:59:53 -04:00
piegames
68927918d0 treewide: Fix indentation in strings
The indentation stripping semantics of strings are fairly bad and have a
few gotchas where the resulting string has not the intended indentation.
This commit fixes most if not all such instances in Nixpkgs.

I tried to strive a balance between keeping the diff small and
reformatting/refactoring the code to look better. In general,
reformatting should be left to Nixfmt.

Note that this causes a lot of rebuilds by design. All changes need to
be thoroughly vetted and reviewed for correctness. There is no automatic
way to prove correctness.

List of files to fix generated by running
https://gerrit.lix.systems/c/lix/+/2092 on Nixpkgs and looking at the
warnings.
2024-10-22 21:36:42 +02:00
Fabián Heredia Montiel
1b7dd985dc Merge remote-tracking branch 'origin/master' into staging-next 2024-10-21 19:17:30 -06:00
R. Ryantm
74f38d71dd bun: 1.1.29 -> 1.1.31 2024-10-21 05:38:40 +00:00
FliegendeWurst
b51e2591bc bun: fix cross-compilation 2024-10-20 23:05:40 +02:00
Ben Mayer
46be6039f5 cog: add missing meta attributes 2024-10-16 23:59:24 +02:00
github-actions[bot]
e2daa3d1b0
Merge master into staging-next 2024-10-15 18:04:32 +00:00
Nick Cao
0ff0333dfa
bootstrap-studio: 6.7.2 -> 6.7.3 (#348728) 2024-10-15 13:26:32 -04:00
R. Ryantm
e5d0387e74 bootstrap-studio: 6.7.2 -> 6.7.3 2024-10-15 08:04:25 +00:00
R. Ryantm
9ca57b2457 newman: 6.1.3 -> 6.2.1 2024-10-15 05:05:34 +00:00
github-actions[bot]
f201fe5883
Merge staging-next into staging 2024-10-12 12:05:39 +00:00
github-actions[bot]
4433a315bd
Merge master into staging-next 2024-10-12 12:05:08 +00:00
Fabián Heredia Montiel
ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
github-actions[bot]
4b355c2828
Merge staging-next into staging 2024-10-08 18:04:57 +00:00
Vladimír Čunát
a0c9222e11
Merge branch 'master' into staging-next
(a bit older master for now, due to a conflict in dhcpcd service)
2024-10-08 14:59:47 +02:00
Raghav Sood
509b099fd4
flyctl: 0.3.10 -> 0.3.15 (#347165) 2024-10-08 16:44:30 +08:00
Emily
85faae5e12 Merge staging-next into staging 2024-10-08 01:24:14 +01:00
Emily
df769e85f3 Merge master into staging-next 2024-10-08 01:23:55 +01:00
github-actions[bot]
5a96e99128
Merge staging-next into staging 2024-10-08 00:14:03 +00:00
R. Ryantm
813369f502 flyctl: 0.3.10 -> 0.3.15 2024-10-07 20:05:38 +00:00
R. Ryantm
5edc9a24b0 grails: 6.1.2 -> 6.2.1 2024-10-07 21:48:04 +02:00
K900
0846895fc6 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-07 21:08:55 +03:00
Philip Taron
72c938e77a
playwright-driver: fix eval on Nix 2.3 2024-10-07 08:55:30 -07:00
K900
84fce7e588 Merge remote-tracking branch 'origin/staging-next' into staging 2024-10-06 21:11:05 +03:00
Randy Eckenrode
887a9ba50a
nodejs: suppress failing test on x86_64-darwin 2024-10-06 09:49:21 -04:00
github-actions[bot]
483deb3a04
Merge staging-next into staging 2024-10-04 12:06:05 +00:00
Antoine du Hamel
80cb07c14e nodejs_22: 22.8.0 -> 22.9.0 2024-10-04 10:43:42 +02:00
Antoine du Hamel
0789f53499 nodejs_20: 20.17.0 -> 20.18.0 2024-10-03 21:53:17 +02:00
K900
b29cb6c1f9 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-30 20:23:25 +03:00
R. Ryantm
fdf1280a92 flyctl: 0.3.6 -> 0.3.10 2024-09-29 22:57:18 +00:00
github-actions[bot]
080ddac139
Merge master into staging-next 2024-09-29 00:15:45 +00:00
Matthieu C.
174479d040 playwright-driver.browsers: expose raw fontconfig file 2024-09-28 22:35:28 +02:00
github-actions[bot]
9badc90a26
Merge master into staging-next 2024-09-28 00:13:56 +00:00
Artturin
976e5387d2 treewide: Fix error: makeWrapper/makeShellWrapper must be in nativeBuildInputs
On cross
2024-09-27 18:48:26 +03:00
Emily
fd671be017
nodejs: skip some TLS tests on 20.x and 18.x (#344086) 2024-09-26 16:04:21 +01:00
github-actions[bot]
57b5c92d8e
Merge master into staging-next 2024-09-26 00:13:55 +00:00