Commit Graph

1158 Commits

Author SHA1 Message Date
Justin Bedő
24324d4691
rPackages.unigd: fix build on darwin (#379402) 2025-02-07 13:52:12 +11:00
Bruno Rodrigues
aada69cf34 rPackages.unigd: fix build on darwin 2025-02-04 19:47:28 +00:00
Alyssa Ross
cace2b6eae treewide: migrate to fetchCargoVendor, batch 4
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.

It should be possible to reproduce this diff.  To generate it, I first
ran:

	xargs sed -i 's/fetchCargoTarball/fetchCargoVendor/g'

The following manually identified list of files were given as standard
input:

	pkgs/applications/graphics/drawpile/default.nix
	pkgs/applications/graphics/gnome-decoder/default.nix
	pkgs/applications/graphics/gnome-obfuscate/default.nix
	pkgs/applications/misc/openbangla-keyboard/default.nix
	pkgs/applications/version-management/git-cinnabar/default.nix
	pkgs/applications/version-management/mercurial/default.nix
	pkgs/applications/version-management/silver-platter/default.nix
	pkgs/applications/virtualization/krunvm/default.nix
	pkgs/development/libraries/librsvg/default.nix
	pkgs/development/python-modules/aardwolf/default.nix
	pkgs/development/python-modules/adblock/default.nix
	pkgs/development/python-modules/ahocorasick-rs/default.nix
	pkgs/development/python-modules/bcrypt/default.nix
	pkgs/development/python-modules/biliass/default.nix
	pkgs/development/python-modules/chromadb/default.nix
	pkgs/development/python-modules/clarabel/default.nix
	pkgs/development/python-modules/cmsis-pack-manager/default.nix
	pkgs/development/python-modules/copykitten/default.nix
	pkgs/development/python-modules/cramjam/default.nix
	pkgs/development/python-modules/cryptg/default.nix
	pkgs/development/python-modules/cryptography/default.nix
	pkgs/development/python-modules/css-inline/default.nix
	pkgs/development/python-modules/deebot-client/default.nix
	pkgs/development/python-modules/deltalake/default.nix
	pkgs/development/python-modules/etebase/default.nix
	pkgs/development/python-modules/evtx/default.nix
	pkgs/development/python-modules/fastcrc/default.nix
	pkgs/development/python-modules/flaxlib/default.nix
	pkgs/development/python-modules/gb-io/default.nix
	pkgs/development/python-modules/glean-sdk/default.nix
	pkgs/development/python-modules/hf-transfer/default.nix
	pkgs/development/python-modules/jh2/default.nix
	pkgs/development/python-modules/johnnycanencrypt/default.nix
	pkgs/development/python-modules/kurbopy/default.nix
	pkgs/development/python-modules/libcst/default.nix
	pkgs/development/python-modules/lzallright/default.nix
	pkgs/development/python-modules/netifaces2/default.nix
	pkgs/development/python-modules/nlpo3/default.nix
	pkgs/development/python-modules/nutils-poly/default.nix
	pkgs/development/python-modules/nutpie/default.nix
	pkgs/development/python-modules/orjson/default.nix
	pkgs/development/python-modules/pdoc-pyo3-sample-library/default.nix
	pkgs/development/python-modules/pendulum/default.nix
	pkgs/development/python-modules/primp/default.nix
	pkgs/development/python-modules/py-sr25519-bindings/default.nix
	pkgs/development/python-modules/pycddl/default.nix
	pkgs/development/python-modules/pydantic-core/default.nix
	pkgs/development/python-modules/pyperscan/default.nix
	pkgs/development/python-modules/pysequoia/default.nix
	pkgs/development/python-modules/python-bidi/default.nix
	pkgs/development/python-modules/python-kadmin-rs/default.nix
	pkgs/development/python-modules/qiskit-terra/default.nix
	pkgs/development/python-modules/regress/default.nix
	pkgs/development/python-modules/rpds-py/default.nix
	pkgs/development/python-modules/rtoml/default.nix
	pkgs/development/python-modules/rustworkx/default.nix
	pkgs/development/python-modules/safetensors/default.nix
	pkgs/development/python-modules/skytemple-rust/default.nix
	pkgs/development/python-modules/sourmash/default.nix
	pkgs/development/python-modules/spacy-alignments/default.nix
	pkgs/development/python-modules/sudachipy/default.nix
	pkgs/development/python-modules/test-results-parser/default.nix
	pkgs/development/python-modules/tiktoken/default.nix
	pkgs/development/python-modules/tokenizers/default.nix
	pkgs/development/python-modules/tree-sitter-make/default.nix
	pkgs/development/python-modules/whenever/default.nix
	pkgs/development/python-modules/y-py/default.nix
	pkgs/development/python-modules/zxcvbn-rs-py/default.nix
	pkgs/development/r-modules/default.nix
	pkgs/games/ddnet/default.nix
	pkgs/servers/matrix-synapse/plugins/rendezvous.nix
	pkgs/tools/filesystems/ceph/default.nix
	pkgs/tools/filesystems/ceph/old-python-packages/cryptography.nix

Then I ran:

	xargs -n 1 nix-update --version=skip

With this list of attributes corresponding to the changed files given
as standard input:

	drawpile
	gnome-decoder
	gnome-obfuscate
	ibus-engines.openbangla-keyboard
	git-cinnabar
	mercurial
	silver-platter
	krunvm
	librsvg
	python3Packages.aardwolf
	python3Packages.adblock
	python3Packages.ahocorasick-rs
	python3Packages.bcrypt
	python3Packages.biliass
	python3Packages.chromadb
	python3Packages.clarabel
	python3Packages.cmsis-pack-manager
	python3Packages.copykitten
	python3Packages.cramjam
	python3Packages.cryptg
	python3Packages.cryptography
	python3Packages.css-inline
	python3Packages.deebot-client
	python3Packages.deltalake
	python3Packages.etebase
	python3Packages.evtx
	python3Packages.fastcrc
	python3Packages.flaxlib
	python3Packages.gb-io
	python3Packages.glean-sdk
	python3Packages.hf-transfer
	python3Packages.jh2
	python3Packages.johnnycanencrypt
	python3Packages.kurbopy
	python3Packages.libcst
	python3Packages.lzallright
	python3Packages.netifaces2
	python3Packages.nlpo3
	python3Packages.nutils-poly
	python3Packages.nutpie
	python3Packages.orjson
	python3Packages.pdoc-pyo3-sample-library
	python3Packages.pendulum
	python3Packages.primp
	python3Packages.py-sr25519-bindings
	python3Packages.pycddl
	python3Packages.pydantic-core
	python3Packages.pyperscan
	python3Packages.pysequoia
	python3Packages.python-bidi
	python3Packages.python-kadmin-rs
	python3Packages.qiskit-terra
	python3Packages.regress
	python3Packages.rpds-py
	python3Packages.rtoml
	python3Packages.rustworkx
	python3Packages.safetensors
	python3Packages.skytemple-rust
	python3Packages.sourmash
	python3Packages.spacy-alignments
	python3Packages.sudachipy
	python3Packages.test-results-parser
	python3Packages.tiktoken
	python3Packages.tokenizers
	python3Packages.tree-sitter-make
	python3Packages.whenever
	python3Packages.y-py
	python3Packages.zxcvbn-rs-py
	rPackages.gifski
	rPackages.timeless
	ddnet
	matrix-synapse-plugins.matrix-http-rendezvous-synapse
	ceph.python.pkgs.bcrypt
	ceph.python.pkgs.cryptography

The list of files for the first command and the list of attributes for
the second command are in the same order, so it should be easy enough
to check their correspondence by putting them side by side.

It might be possible to parallelize the nix-update operations using
xargs' -P option.  I haven't tested it.

I also manually removed the now-outdated comment in
pkgs/development/libraries/librsvg/default.nix.
2025-01-26 15:08:28 +01:00
Bruno Rodrigues
956fbe8f29 rPackages.rix: 0.12.4 -> 0.14.3 2025-01-10 08:52:30 +01:00
Justin Bedő
1e905538a1
rPackages.BiocParallel: fixed build on darwin (#369938) 2025-01-05 17:53:39 +11:00
Toma
f4d10f1a45
rstudio: clean up and refactor (#357034) 2025-01-04 00:14:24 +01:00
Bruno Rodrigues
eed0ee090c rPackages.BiocParallel: fixed build on darwin 2025-01-01 12:35:08 +00:00
TomaSajt
3ce431ad7a
rstudioWrapper: only symlink share directory if not server 2024-12-30 23:49:09 +01:00
Bruno Rodrigues
ccae0fb542 rPackages.pingr: fixed build 2024-12-29 21:36:40 +01:00
Justin Bedő
14824859e4
rPackages.orthGS: fixed build (#368947) 2024-12-30 07:23:16 +11:00
Justin Bedő
b5c19dd44b
rPackages.rtiktoken: fixed build (#368888) 2024-12-30 07:22:40 +11:00
Justin Bedő
80c60e68b8
rPackages.b64: fixed build (#368777) 2024-12-29 20:55:01 +11:00
Justin Bedő
d23776aeef
rPackages.arcgisgeocode: fixed build (#368772) 2024-12-29 20:54:13 +11:00
Bruno Rodrigues
5a3237d176 rPackages.orthGS: fixed build 2024-12-29 00:16:13 +01:00
Bruno Rodrigues
e3e65b595b rPackages.rtiktoken: fixed build 2024-12-28 22:21:16 +01:00
Justin Bedő
3dee09bcb4
rPackages.cpp11qpdf: fixed build (#368579) 2024-12-29 08:13:05 +11:00
Bruno Rodrigues
751b5940f3 rPackages.b64: fixed build 2024-12-28 11:10:39 +01:00
Bruno Rodrigues
a707b1a78e rPackages.arcgisgeocode: fixed build 2024-12-28 11:07:04 +01:00
Justin Bedő
34c06a32f9
rPackages.ymd: fixed build (#368587) 2024-12-28 18:03:33 +11:00
Justin Bedő
cb2ef7e705
rPackages.gifski: fixed build (#368585) 2024-12-28 18:03:13 +11:00
Justin Bedő
36dab66e57
rPackages.fastpng: fixed build (#368582) 2024-12-28 18:02:41 +11:00
Justin Bedő
04b756c9ab
rPackages.adbcpostgresql: fixed build (#368574) 2024-12-28 17:59:57 +11:00
Bruno Rodrigues
4fc5016dec rPackages.ymd: fixed build 2024-12-27 17:42:32 +01:00
Bruno Rodrigues
978987c798 rPackages.gifski: fixed build 2024-12-27 17:39:35 +01:00
Bruno Rodrigues
f1561d4421 rPackages.fastpng: fixed build 2024-12-27 17:30:47 +01:00
Bruno Rodrigues
4a82075205 rPackages.cpp11qpdf: fixed build 2024-12-27 17:28:27 +01:00
Bruno Rodrigues
96b338e2fe rPackages.adbcpostgresql: fixed build 2024-12-27 17:03:42 +01:00
Bruno Rodrigues
a2daa05aac rPackages.arcgisutils: fixed build 2024-12-27 16:51:48 +01:00
Justin Bedo
51755d45fa
rPackages.rhdf5: fix build 2024-12-27 16:24:50 +11:00
Justin Bedo
3546c2f64d
rPackages: CRAN and BioC update 2024-12-27 11:18:49 +11:00
Bruno Rodrigues
5228a3f83a
rPackages: fixed script to generate rPackages set 2024-12-27 10:37:32 +11:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Stephen Huan
51383099e7
rPackages.Rhdf5lib: remove hdf5_1_10 override 2024-11-26 23:50:05 -08:00
Justin Bedő
3dfb4fec58
rPackages.bgx: fix build (#353620) 2024-11-19 07:13:33 +11:00
Bruno Rodrigues
9543eeea3a rPackages.rJava: fixed build on Darwin 2024-11-14 18:50:52 +00:00
Justin Bedő
a56d8a9a8a
rPackages.gdtools: fix build on darwin (#355272) 2024-11-14 11:28:30 +11:00
Bruno Rodrigues
135f034db4 rPackages.gdtools: fix build on darwin 2024-11-11 21:41:46 +01:00
Bruno Rodrigues
4a81099da9 rPackages.lwgeom: fixed build on darwin 2024-11-10 13:16:59 +01:00
Justin Bedő
809c4181b0
rPackages.timeless: fixed build (#353706) 2024-11-07 07:15:38 +11:00
Justin Bedő
3ac8826709
rPackages.mcrPioda: fixed build (#353819) 2024-11-07 07:15:03 +11:00
Justin Bedő
82a336952f
rPackages.OpenCL: fix build (#353790) 2024-11-07 07:14:37 +11:00
Justin Bedő
8f3de45dec
rPackages.ravetools: fixed build (#353708) 2024-11-07 07:14:11 +11:00
Justin Bedő
ee2b6d3b77
rPackages.resultant: fix build (#353625) 2024-11-07 07:13:47 +11:00
Aleksana
90d75026d4
rPackages.scorematchingad: fix build (#353705) 2024-11-06 21:54:24 +08:00
Bruno Rodrigues
62a8179390 rPackages.mcrPioda: fixed build 2024-11-05 13:45:56 +01:00
Bruno Rodrigues
c8b3472f1c rPackages.OpenCL: fix build 2024-11-05 11:38:49 +01:00
Bruno Rodrigues
3cd91c00ba rPackages.ravetools: fixed build 2024-11-04 21:37:27 +01:00
Bruno Rodrigues
c4c7d04010 rPackages.timeless: fixed build 2024-11-04 21:32:25 +01:00
Bruno Rodrigues
6d0030ad09 rPackages.scorematchingad: fixed build 2024-11-04 21:28:14 +01:00
Bruno Rodrigues
1c37a2492c rPackages.resultant: fix build 2024-11-04 11:31:33 +01:00