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
Aaron Jheng
7d19fce176
trunk-io: 1.3.1 -> 1.3.2
2024-09-09 02:16:41 +00:00
R. Ryantm
549a049752
trealla: 2.55.31 -> 2.55.41
2024-09-08 16:58:32 +00:00
Aaron Jheng
fcf3c29623
trunk-io: move to by-name
2024-09-08 07:53:14 +00:00
R. Ryantm
69b0e90ea8
trealla: 2.55.25 -> 2.55.31
2024-09-01 06:24:54 +00:00
R. Ryantm
e7cfe32699
troubadix: 24.8.0 -> 24.8.2
2024-08-31 06:36:34 +00:00
R. Ryantm
a48228d5bb
trealla: 2.55.22 -> 2.55.25
2024-08-26 19:34:16 +00:00
Sandro
084aa0318b
Merge pull request #335795 from tengkuizdihar/treedome_051
...
treedome: 0.4.5 -> 0.5.1
2024-08-21 21:34:47 +02:00
Brian McGee
600d6198d9
treefmt2: 2.0.4 -> 2.0.5 ( #336307 )
2024-08-21 13:47:51 +02:00
Peder Bergebakken Sundt
fcdecc256a
treewide: change ${pname}
to string literal ( #336172 )
...
* adwaita-icon-theme: change `${pname}` to string literal
* alp: change `${pname}` to string literal
* alsa-oss: change `${pname}` to string literal
* alsa-plugins: change `${pname}` to string literal
* alsa-ucm-conf: change `${pname}` to string literal
* alsa-utils: change `${pname}` to string literal
* anyrun: change `${pname}` to string literal
* assemblyscript: change `${pname}` to string literal
* audiobookshelf: change `${pname}` to string literal
* baobab: change `${pname}` to string literal
* braa: change `${pname}` to string literal
* brill: change `${pname}` to string literal
* centrifugo: change `${pname}` to string literal
* cheese: change `${pname}` to string literal
* cljfmt: change `${pname}` to string literal
* coppwr: change `${pname}` to string literal
* cosmic-edit: change `${pname}` to string literal
* cosmic-files: change `${pname}` to string literal
* cosmic-store: change `${pname}` to string literal
* cosmic-term: change `${pname}` to string literal
* crate2nix: change `${pname}` to string literal
* cups-kyocera-3500-4500: change `${pname}` to string literal
* dbqn: change `${pname}` to string literal
* dconf-editor: change `${pname}` to string literal
* devhelp: change `${pname}` to string literal
* dmarc-report-converter: change `${pname}` to string literal
* engage: change `${pname}` to string literal
* eog: change `${pname}` to string literal
* evolution-data-server-gtk4: change `${pname}` to string literal
* find-billy: change `${pname}` to string literal
* firefly-iii: change `${pname}` to string literal
* fuchsia-cursor: change `${pname}` to string literal
* geary: change `${pname}` to string literal
* ghex: change `${pname}` to string literal
* gitg: change `${pname}` to string literal
* glasskube: change `${pname}` to string literal
* gnome.gnome-autoar: change `${pname}` to string literal
* gnome.gnome-calculator: change `${pname}` to string literal
* gnome.gnome-calendar: change `${pname}` to string literal
* gnome.gnome-common: change `${pname}` to string literal
* gnome.gnome-dictionary: change `${pname}` to string literal
* gnome.gnome-disk-utility: change `${pname}` to string literal
* gnome.gnome-font-viewer: change `${pname}` to string literal
* gnome.gnome-keyring: change `${pname}` to string literal
* gnome.gnome-screenshot: change `${pname}` to string literal
* gnome.gnome-system-monitor: change `${pname}` to string literal
* gnome.seahorse: change `${pname}` to string literal
* gnome.simple-scan: change `${pname}` to string literal
* gnome.sushi: change `${pname}` to string literal
* gnome.totem: change `${pname}` to string literal
* gnome.yelp: change `${pname}` to string literal
* gnome.yelp-xsl: change `${pname}` to string literal
* gnucap-full: change `${pname}` to string literal
* goredo: change `${pname}` to string literal
* guile-semver: change `${pname}` to string literal
* halo: change `${pname}` to string literal
* intiface-central: change `${pname}` to string literal
* intune-portal: change `${pname}` to string literal
* iscc: change `${pname}` to string literal
* jetbrains-toolbox: change `${pname}` to string literal
* jnr-posix: change `${pname}` to string literal
* keymapp: change `${pname}` to string literal
* libation: change `${pname}` to string literal
* libeduvpn-common: change `${pname}` to string literal
* libmamba: change `${pname}` to string literal
* littlefs-fuse: change `${pname}` to string literal
* logseq: change `${pname}` to string literal
* lxgw-wenkai-tc: change `${pname}` to string literal
* microsoft-identity-broker: change `${pname}` to string literal
* minetest-mapserver: change `${pname}` to string literal
* msalsdk-dbusclient: change `${pname}` to string literal
* neverest: change `${pname}` to string literal
* nf-test: change `${pname}` to string literal
* numbat: change `${pname}` to string literal
* pdf2odt: change `${pname}` to string literal
* plemoljp: change `${pname}` to string literal
* plemoljp-hs: change `${pname}` to string literal
* plemoljp-nf: change `${pname}` to string literal
* pocket-updater-utility: change `${pname}` to string literal
* proto: change `${pname}` to string literal
* pw3270: change `${pname}` to string literal
* ratchet: change `${pname}` to string literal
* read-it-later: change `${pname}` to string literal
* redmine: change `${pname}` to string literal
* regina: change `${pname}` to string literal
* regripper: change `${pname}` to string literal
* revolt-desktop: change `${pname}` to string literal
* rs: change `${pname}` to string literal
* signaturepdf: change `${pname}` to string literal
* sonarlint-ls: change `${pname}` to string literal
* srgn: change `${pname}` to string literal
* stackit-cli: change `${pname}` to string literal
* substudy: change `${pname}` to string literal
* swayosd: change `${pname}` to string literal
* synthesia: change `${pname}` to string literal
* tarlz: change `${pname}` to string literal
* termcap: change `${pname}` to string literal
* tinycompress: change `${pname}` to string literal
* tracexec: change `${pname}` to string literal
* treefmt2: change `${pname}` to string literal
* udev-gothic: change `${pname}` to string literal
* udev-gothic-nf: change `${pname}` to string literal
* vvvvvv: change `${pname}` to string literal
* yggdrasil: change `${pname}` to string literal
* zsync: change `${pname}` to string literal
2024-08-20 15:56:55 -07:00
nixpkgs-merge-bot[bot]
de8fa24d53
Merge pull request #336024 from r-ryantm/auto-update/trealla
...
trealla: 2.55.19 -> 2.55.22
2024-08-20 16:48:50 +00:00
tengkuizdihar
85a59e084e
treedome: 0.4.5 -> 0.5.1
2024-08-20 17:22:05 +07:00
R. Ryantm
2b733abd83
trealla: 2.55.19 -> 2.55.22
2024-08-20 08:34:31 +00:00
R. Ryantm
e8443c1626
troubadix: 24.7.4 -> 24.8.0
2024-08-18 21:50:47 +00:00
R. Ryantm
74ee0b1870
tracexec: 0.5.1 -> 0.5.2
2024-08-13 09:43:26 +00:00
R. Ryantm
5fcaa33554
trealla: 2.55.15 -> 2.55.19
2024-08-12 18:40:45 +00:00
Weijia Wang
6522b3df90
Merge pull request #331343 from nim65s/casadi
...
casadi: init at 3.6.6
2024-08-08 15:15:20 +02:00
Brian McGee
a6f768881a
treefmt2: 2.0.3 -> 2.0.4 ( #333200 )
2024-08-08 13:39:37 +02:00
Guilhem Saurel
59573a1502
trlib: init at 0.4
2024-08-08 00:26:49 +02:00
R. Ryantm
29b0d862da
trickest-cli: 1.8.1 -> 1.8.2
2024-08-07 05:15:51 +00:00
R. Ryantm
578ad32c25
trealla: 2.55.3 -> 2.55.15
2024-08-05 04:02:55 +00:00
esthromeris
c431907343
trrntzip: remove TheBrainScrambler as maintainer
2024-07-30 10:59:53 +02:00
Anderson Torres
c9deae12d7
treewide: remove viric from meta.maintainers [no orphans]
...
Since theey is not active from at least six years.
2024-07-28 10:47:12 -03:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
61fe0c0416
pkgs/by-name: remove unused arguments
2024-07-26 10:11:07 +02:00
K900
1410c766c8
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-26 08:41:08 +03:00
R. Ryantm
6984324428
trickest-cli: 1.8.0 -> 1.8.1
2024-07-25 16:25:12 +00:00
github-actions[bot]
12ea252962
Merge master into staging-next
2024-07-25 06:01:22 +00:00
Peder Bergebakken Sundt
852d2ec36d
Merge pull request #328345 from r-ryantm/auto-update/trrntzip
...
trrntzip: 1.1 -> 1.3
2024-07-25 03:34:59 +02:00
github-actions[bot]
94c17d2caa
Merge master into staging-next
2024-07-25 00:02:30 +00:00
Jan Tojnar
1e1a598578
Merge pull request #329622 from fedeinthemix/fix-tracker-miners
...
tracker-miners: fix store permissions
2024-07-24 21:54:38 +02:00
Federico Beffa
3b5592819c
tracker-miners: fix store permissions
...
Add patch: tracker-landlock-nix-store-permission.patch
See https://gitlab.gnome.org/GNOME/localsearch/-/issues/351
Fixes https://github.com/NixOS/nixpkgs/issues/319587
2024-07-24 12:14:37 +02:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next
2024-07-24 07:19:19 +02:00
nixpkgs-merge-bot[bot]
4c94889155
Merge pull request #329381 from r-ryantm/auto-update/trealla
...
trealla: 2.53.48 -> 2.55.3
2024-07-23 20:35:23 +00:00
Dennis Wuitz
4542cc7e33
treewide: remove openai-triton (alias) references
...
The repository moved out of the openai org, so it doesn't make sense to
prefix the package with it.
(cherry picked from commit af13bb4513647eec3c3790c5272dbd4aa190d208)
2024-07-23 12:11:29 +00:00
R. Ryantm
d1163a9f12
trealla: 2.53.48 -> 2.55.3
2024-07-23 11:21:21 +00:00