Commit Graph

118 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
Nate Smith
1e2b6ae028
tigerbeetle: 0.15.5 -> 0.16.2 (#342844)
* maintainers: add nwjsmith

* tigerbeetle: 0.15.5 -> 0.16.2
2024-09-21 12:42:51 -07:00
Augustin Trancart
790e9c6e7b tippecanoe: 2.62.2 -> 2.62.3 2024-09-21 15:26:17 +02:00
Daniel Sidhion
f3f6a20f61
tigerbeetle: 0.15.3 -> 0.15.5 (#332867)
* tigerbeetle: 0.15.3 -> 0.15.4

* tigerbeetle: 0.15.4 -> 0.15.5
2024-09-18 07:37:21 -07:00
Nikolay Korotkiy
91a5f19e3c
tippecanoe: 2.62.0 -> 2.62.2 (#342464) 2024-09-17 17:53:29 +04:00
R. Ryantm
cd6ff073f9 tippecanoe: 2.62.0 -> 2.62.2 2024-09-17 05:57:32 +00: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
github-actions[bot]
079813d5c4
Merge master into staging-next 2024-09-06 18:03:54 +00:00
Nikolay Korotkiy
eeedf03ed2
tippecanoe: 2.60.0 -> 2.62.0 (#339969) 2024-09-06 18:39:55 +04:00
github-actions[bot]
6802206bcc
Merge master into staging-next 2024-09-06 06:04:31 +00:00
R. Ryantm
2da9e10507 tippecanoe: 2.60.0 -> 2.62.0 2024-09-06 03:27:54 +00:00
Ivan Mincik
956a749594 tippecanoe: geospatial team as maintainer 2024-09-03 16:06:40 +02:00
github-actions[bot]
adf89e90c6
Merge staging-next into staging 2024-09-01 12:05:29 +00:00
R. Ryantm
2409bf60d6 tio: 3.6 -> 3.7 2024-08-31 16:27:44 +00:00
Philip Taron
9994e4df96
tinyxxd: init at 1.3.5 2024-08-30 08:23:09 -07:00
Gaetan Lepage
1db14472d6 tinymist: 0.11.19 -> 0.11.20
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.11.19...v0.11.20

Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.11.20/CHANGELOG.md
2024-08-26 20:55:50 +02:00
R. Ryantm
7b03c4faab tippecanoe: 2.58.0 -> 2.60.0 2024-08-22 22:27:35 +00:00
Emily
e4966e3028
Merge pull request #316431 from rcmlz/tigerjython
tigerjython: init at 2.39
2024-08-22 01:03:44 +01: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
superherointj
2ef2b673ec
Merge pull request #332482 from museoa/remove-ralith-tinyemu
tinyemu: rework
2024-08-15 18:51:43 -03:00
Gaetan Lepage
1adabf3d87 tinymist: add GaetanLepage to maintainers 2024-08-13 13:31:54 +02:00
R. Ryantm
1fe2b16b1b tinymist: 0.11.18 -> 0.11.19 2024-08-13 13:31:35 +02:00
R. Ryantm
9e964541b2 tippecanoe: 2.57.0 -> 2.58.0 2024-08-08 06:41:32 +00:00
Anderson Torres
43a84add2c tinyemu: migrate to by-name 2024-08-05 10:16:26 -03:00
Pol Dellaiera
ec257526b9
Merge pull request #331689 from GaetanLepage/tinymist
tinymist: 0.11.16 -> 0.11.18
2024-08-04 23:08:23 +02:00
Gaetan Lepage
1714981f49 tinymist: 0.11.16 -> 0.11.18
Diff:
https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.11.16...v0.11.18

Changelog:
https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.11.18/CHANGELOG.md
2024-08-04 22:41:37 +02:00
R. Ryantm
8ce22530d0 tile38: 1.33.1 -> 1.33.2 2024-08-03 02:54:54 +00:00
Masum Reza
316a8eb31b
Merge pull request #330841 from soopyc/tiny-dfr
tiny-dfr: 0.3.0-unstable-2024-07-10 -> 0.3.1
2024-07-29 22:11:13 +05:30
Cassie Cheung
ce15ea8bcb
tiny-dfr: 0.3.0-unstable-2024-07-10 -> 0.3.1 2024-07-29 17:35:00 +08:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
R. Ryantm
89092715f0 tippecanoe: 2.56.0 -> 2.57.0 2024-07-27 11:32:39 +00:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
R. Ryantm
4eeb9299af tio: 3.5 -> 3.6 2024-07-25 09:50:46 +00:00
Anderson Torres
539575ab2b treewide: remove yana from meta.maintainers [orphans] 2024-07-22 16:22:39 -03:00
Pol Dellaiera
9e0c5d3f99
Merge pull request #328756 from GaetanLepage/tinymist
tinymist: 0.11.15 -> 0.11.16
2024-07-21 19:23:01 +02:00
Gaetan Lepage
75fe2c1c12 tinymist: 0.11.15 -> 0.11.16
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.11.15...v0.11.16

Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.11.16/CHANGELOG.md
2024-07-21 17:59:57 +02:00
Alexis Hildebrandt
62a830865a tio: format using nixfmt 2024-07-19 01:47:07 +02:00
Alexis Hildebrandt
45ddfc78e6 tio: migrate to by-name and modernize 2024-07-19 01:46:57 +02:00
Sandro
f7617f4753
Merge pull request #326566 from SuperSandro2000/maven-nox 2024-07-18 11:14:06 +02:00
Pol Dellaiera
319a9b0673
tika: add enableOcr top level parameter, set to true by default 2024-07-17 13:07:49 +02:00
R. Ryantm
6afcc8e9d0 tippecanoe: 2.55.0 -> 2.56.0 2024-07-17 06:25:47 +00:00
Sandro Jäckel
76dd6ab59a
tika: stop overwriting maven 2024-07-15 15:10:55 +02:00
R. Ryantm
b948dc68a6 tinymist: 0.11.14 -> 0.11.15 2024-07-15 07:44:19 +02:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
Pol Dellaiera
1a8e33d451
Merge pull request #326532 from drupol/module/add-tika
nixos/tika: init module
2024-07-14 12:27:27 +02:00
Pol Dellaiera
c8bf7321a9
nixos/tika: init module 2024-07-12 18:46:53 +02:00
Pol Dellaiera
a37affa585
tika: fix typo 2024-07-12 18:46:29 +02:00
Cassie Cheung
dc6634ea70 tiny-dfr: 0.3.0 -> 0.3.0-unstable-2024-07-10 2024-07-12 17:07:59 +02:00
rcmlz
79fea538ea
tigerjython: init at 2.39 2024-07-12 18:27:00 +05:30