Commit Graph

241 Commits

Author SHA1 Message Date
R. Ryantm
b2d20baecb trivy: 0.57.0 -> 0.57.1 2024-11-19 06:59:38 +00:00
Brian McGee
a8eb04832b
treefmt2: fix -X flags (#356135) 2024-11-15 16:00:47 +01:00
Sefa Eyeoglu
b22d375301
cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 2024-11-14 17:12:42 +01:00
Aleksana
01a5655d53
tree-from-tags: pin to ruby_3_1 (#354014) 2024-11-14 15:56:18 +08:00
seth
9ae02ff8a8
treewide: adopt new cargo-tauri versions 2024-11-14 02:27:32 -05:00
Aleksana
316ec39fed
trimage: migrate to pkgs/by-name (#354864) 2024-11-13 16:37:36 +08:00
wxt
25a1708f21
trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 2024-11-12 21:56:16 +08:00
wxt
3b619965a6
trinity: add passthru.updateScript 2024-11-12 21:54:51 +08:00
wxt
6ea31c8a7e
trinity: nixfmt 2024-11-12 21:50:51 +08:00
wxt
17934161df
tree-from-tags: pin to ruby_3_1 2024-11-10 07:27:35 +08:00
wxt
2f037ff56f
tree-from-tags: improvement 2024-11-10 07:27:08 +08:00
wxt
5396211e60
tree-from-tags: nixfmt 2024-11-10 07:27:08 +08:00
wxt
cf0033968a
tree-from-tags: move to by-name 2024-11-10 07:27:06 +08:00
TomaSajt
77cbf2a1b1
trimage: migrate to pkgs/by-name 2024-11-09 22:46:01 +01:00
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
Brian McGee
717248d728
treefmt2: 2.0.5 -> 2.1.0 (#354455) 2024-11-08 22:20:21 +01: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
Aleksana
36464b3492
trunk: fix build on darwin (#353076) 2024-11-06 21:55:09 +08:00
Aleksana
bb4e7c520d
trunk-recorder: init at 5.0.1 (#350010) 2024-11-06 18:45:29 +08:00
Alexander Sieg
f9310ec1a9
trunk: fix build on darwin; move to by-name 2024-11-03 13:49:05 +01:00
github-actions[bot]
dee80e3490
Merge master into staging-next 2024-10-30 00:14:27 +00:00
Nikolay Korotkiy
5a224867a8
trayscale: migrate to by-name 2024-10-27 18:49:10 +04:00
github-actions[bot]
bafb3e4e13
Merge master into staging-next 2024-10-23 12:05:38 +00:00
Fabian Affolter
8d17e4ebf3
trickest-cli: 1.8.2 -> 1.8.3 (#350565) 2024-10-23 08:22:51 +02:00
github-actions[bot]
723e1a67de
Merge master into staging-next 2024-10-23 00:14:18 +00:00
R. Ryantm
c022ecdd9c trickest-cli: 1.8.2 -> 1.8.3 2024-10-22 22:42:39 +00:00
Anders Rytter Hansen
6385bdec77 tradingview: 2.9.2 -> 2.9.3 2024-10-21 21:42:14 +02:00
PapayaJackal
7c0a50390e trunk-recorder: init at 5.0.1 2024-10-20 19:00:32 +00:00
github-actions[bot]
2d65a9d98d
Merge master into staging-next 2024-10-17 00:14:14 +00:00
Someone
68ff8d1a66
python3Packages.triton*: 2.1.0 -> 3.0.0 (#328247) 2024-10-16 22:43:07 +00:00
SomeoneSerge
0daa24192c triton-llvm: patch for glibc 2.40 support 2024-10-16 14:05:36 +00:00
Dennis Wuitz
5ed0e25be8 python312Packages.triton*: repair package 2024-10-15 19:53:56 +00:00
Bobby Rong
bd9782dc89
localsearch: Renamed from tracker-miners
The project renamed in 3.8.

This commit is done by hand.
2024-10-14 20:54:11 +08:00
Bobby Rong
182c15df70
tracker-miners: 3.7.3 → 3.8.beta (localsearch)
https://gitlab.gnome.org/GNOME/localsearch/-/compare/3.7.3...3.8.beta

miner_rss is disabled by default.

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
2024-10-14 20:54:08 +08: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
R. Ryantm
0ad3cfccf9 trealla: 2.56.19 -> 2.57.1 2024-10-07 23:42:38 +00:00
R. Ryantm
592eaa5834 troubadix: 24.9.4 -> 24.10.0 2024-10-06 15:25:25 +00:00
Peder Bergebakken Sundt
eca282a7d6
tradingview: 2.8.1 -> 2.9.2 (#345433) 2024-10-06 02:50:44 +02:00
Anders Rytter Hansen
7f4f731b85 tradingview 2.8.1 -> 2.9.2 2024-09-30 08:13:29 +02:00
R. Ryantm
18e87bbcd8 trealla: 2.56.15 -> 2.56.19 2024-09-30 01:11:58 +00:00
R. Ryantm
3bd8b06582 troubadix: 24.9.2 -> 24.9.4 2024-09-29 00:35:21 +00:00
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
e33d45f306 trealla: 2.55.41 -> 2.56.15 2024-09-20 09:43:01 +00:00
R. Ryantm
87ad997418 troubadix: 24.8.2 -> 24.9.2 2024-09-18 11:48:41 +00:00
Aleksana
a2cad4db0b
treewide: migrate packages to by-name (#341412) 2024-09-17 11:17:16 +08:00
h7x4
19d0604738
trexio: 2.4.2 -> 2.5.0 (#341492) 2024-09-16 23:06:11 +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
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
R. Ryantm
47b0dfe793 trexio: 2.4.2 -> 2.5.0 2024-09-13 05:35:12 +00:00
Nick Cao
402fa217c2
trunk-io: 1.3.1 -> 1.3.2 (#340457) 2024-09-09 09:11:18 -04:00