Commit Graph

203 Commits

Author SHA1 Message Date
Viorel-Cătălin Răpițeanu
a41d7b3b26 arti: formatted via nixfmt-rfc-style 2024-09-28 23:44:42 +03:00
Viorel-Cătălin Răpițeanu
5136e375f2 arti: move to by-name
Move the package to the new by-name structure.
2024-09-28 23:44:36 +03:00
Keto
2d19e4a770
archivemount: 0.9.1 -> 1 2024-09-27 22:37:00 -04:00
Keto
256d33ba46
archivemount: Migrate to by-name 2024-09-27 22:25:00 -04:00
Connor Baker
ed96506b5d
Color transformation language init (#338697) 2024-09-27 08:39:10 -07:00
R. Ryantm
4437f87633 arduino-ide: 2.3.2 -> 2.3.3 2024-09-25 12:20:39 +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
DontEatOreo
8acb91888a
arc-browser: 1.58.1-53264 -> 1.61.0-53949
Changelog: https://arc.net/e/2ADFA60D-66AF-42A2-9775-DA1E8152D050
2024-09-20 19:49:49 +03:00
h7x4
9a6c76c4af
treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +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
Mica Semrick
4539588dd5 art: update dependencies. 2024-09-10 18:55:50 -07:00
Moraxyc
3a8f76141e
artalk: fix ui hash 2024-09-04 13:53:43 +08:00
R. Ryantm
7e2831e2ba artalk: 2.8.7 -> 2.9.0 2024-09-04 03:41:09 +00:00
Adam C. Stephens
389ff531e7
armitage: substitute --replace with --replace-fail (#337270) 2024-09-02 20:33:10 -04:00
DontEatOreo
7a16ca4e1d
arc-browser: 1.55.0-52417 -> 1.58.1-53264
Changelog: https://arc.net/e/123493AC-A3B7-470F-BC09-DC700B348B59
2024-08-31 17:14:41 +03:00
Guanran Wang
f1d85d1db3
arkenfox-userjs: 126.1 -> 128.0 2024-08-26 19:55:09 +08:00
Roland Coeurjoly
31ae1b3e04 armitage: substitute --replace with --replace-fail 2024-08-25 17:28:27 +02:00
Peder Bergebakken Sundt
215b697080
Merge pull request #333193 from luftmensch-luftmensch/ardugotools_0.6.1
ardugotools: 0.6.0 -> 0.6.1
2024-08-18 02:10:23 +02:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
Nick Cao
3819b56196
Merge pull request #335362 from r-ryantm/auto-update/argc
argc: 1.20.0 -> 1.20.1
2024-08-17 14:22:09 -04:00
éclairevoyant
020e42a3c6
Merge pull request #324452 from DrymarchonShaun/arma3-unix-launcher-init
arma3-unix-launcher: init at 413
2024-08-17 15:05:48 +00:00
R. Ryantm
2bd355f42a argc: 1.20.0 -> 1.20.1 2024-08-17 12:35:23 +00:00
Sebastián Mancilla
2ada75024e
Merge pull request #328257 from r-ryantm/auto-update/arxiv-latex-cleaner
arxiv-latex-cleaner: 1.0.6 -> 1.0.8
2024-08-15 22:42:04 -04:00
Donovan Glover
f4c1937ea0
Merge pull request #334163 from SFrijters/arduino-cli-1.0.4
arduino-cli: 1.0.3 -> 1.0.4
2024-08-14 03:11:27 +00:00
Nick Cao
1e2364cc55
Merge pull request #333967 from DontEatOreo/update-arc-browser
arc-browser: 1.52.0-51895 -> 1.55.0-52417
2024-08-12 21:35:16 -04:00
Stefan Frijters
64b6b7a761
arduino-cli: 1.0.3 -> 1.0.4 2024-08-12 17:10:58 +02:00
DontEatOreo
60cc129239
arc-browser: 1.52.0-51895 -> 1.55.0-52417
Changelog: https://arc.net/e/AEBAABB9-CB6E-4F9A-9E58-7715F8FDFC9B
2024-08-11 21:37:40 +03:00
R. Ryantm
c90b37ffcf ares-cli: 3.1.1 -> 3.1.2 2024-08-10 13:12:46 +00:00
Peder Bergebakken Sundt
ea08d0dede
Merge pull request #331770 from pbsds/fix-sourceRoot-1722602716
treewide: use src.name in sourceRoot
2024-08-09 04:41:06 +02:00
luftmensch-luftmensch
63ac89e63a
ardugotools: 0.6.0 -> 0.6.1 2024-08-08 11:24:33 +02:00
R. Ryantm
7c2572123a argc: 1.19.0 -> 1.20.0 2024-08-08 07:17:00 +00:00
R. Ryantm
597b3e99c6 art: 1.22.1 -> 1.23 2024-08-05 00:18:24 +00:00
Peder Bergebakken Sundt
a0396ab411 treewide: use src.name in sourceRoot 2024-08-02 14:56:50 +02:00
Tristan Ross
11b7f431e7
Merge pull request #325162 from paperdigits/init-art
art: init at 1.22.1
2024-08-01 10:37:26 -07:00
rucadi
be9f031dac
ares-cli: init at 3.1.1
Co-authored-by: Gabriel Fontes <hi@m7.rs>

Updated the package to 3.1.1
Removed meta.platforms as this is set by buildNpmPackage

Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2024-07-31 23:32:04 +05:30
DrymarchonShaun
37671895b5
arma3-unix-launcher: init at 413 2024-07-28 15:51:56 -07:00
R. Ryantm
fbeb9728c8 arxiv-latex-cleaner: 1.0.6 -> 1.0.8 2024-07-28 14:11:09 +00:00
Someone
63cc38bf10
Merge pull request #324545 from paparodeo/treewide-strict-deps-fixes
treewide: fix packages that use cmake strict deps when cmake strict deps works
2024-07-27 22:19:23 +03:00
Peder Bergebakken Sundt
f81d6df1d2
Merge pull request #329361 from SFrijters/arduino-cli-1.0.3
arduino-cli: 1.0.2 -> 1.0.3, clean up
2024-07-27 18:12:11 +02:00
Sandro
07dbdcb278
Merge pull request #324665 from Pizmovc/argc-version-update
argc: 1.14.0 -> 1.19.0
2024-07-27 13:01:31 +02:00
pizmovc
ac93a0467d
argc: 1.14.0 -> 1.19.0 2024-07-26 21:59:52 +02:00
Reno Dakota
d6c9baab19
arcan: fix strict deps
add wayland-scanner to nativeBuildInputs
2024-07-25 07:21:56 +00:00
DontEatOreo
c8d5c48680
arc-browser: 1.51.0-51691 -> 1.52.0-51895
Changelog: https://arc.net/e/60112968-86B0-4696-9438-5DAB53B397C3
2024-07-23 15:39:29 +03:00
Stefan Frijters
724b8426d8
arduino-cli: move to by-name 2024-07-23 11:20:46 +02:00
Mica Semrick
804de78a0a art: init at 1.22.1 2024-07-21 15:59:02 -07:00
superherointj
2322737ebc arrow-glib: fix build
- migrate to by-name
- remove nested with
- order by alphabetical order items
2024-07-21 16:21:17 -03:00
Marcus Ramberg
55ce4ee537
Merge pull request #326692 from pyrox0/archipelago-init 2024-07-21 20:03:46 +03:00
Tobias Mayer
3666c4592b
arrow-cpp: 16.0.0 -> 17.0.0 2024-07-18 17:11:50 +02:00
Tobias Mayer
e03058e6fe
arrow-cpp: remove unused input 2024-07-18 17:11:48 +02:00
Tobias Mayer
aa91bca6f1
arrow-cpp: reformat 2024-07-18 17:11:42 +02:00
Masum Reza
4a1f217bbe
Merge pull request #327081 from DontEatOreo/update-arc-browser
arc-browser: 1.49.1-51495 -> 1.51.0-51691
2024-07-15 22:03:31 +05:30
Marcus Ramberg
a2aee180d2
Merge pull request #327231 from r-ryantm/auto-update/ardugotools 2024-07-15 15:19:22 +03:00
R. Ryantm
e3fa8771d8 ardugotools: 0.5.2 -> 0.6.0 2024-07-15 00:51:16 +00:00
Pyrox
d41bae0f14
archipelago,archipelago-minecraft: init at 0.5.0 2024-07-14 17:07:07 -04:00
DontEatOreo
2a0f95dbaf
arc-browser: 1.49.1-51495 -> 1.51.0-51691 2024-07-14 14:10:39 +03:00
chayleaf
5969a69a11
armitage: convert to gradle setup hook 2024-07-12 21:36:21 +07:00
Moraxyc
3bba86ca6b
artalk: avoid tag/branch confusion 2024-07-10 22:47:02 +08:00
Moraxyc
c4857177cb
artalk: avoid the usage of with 2024-07-10 22:46:37 +08:00
Moraxyc
15029ad5c0
artalk: add changelog refer link 2024-07-10 22:45:41 +08:00
Moraxyc
f7533ad15f
artalk: add completion scripts 2024-07-10 22:44:27 +08:00
Moraxyc
c592767c5c
artalk: rename mainProgram
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-07-10 22:39:45 +08:00
DontEatOreo
24f53dcd9e
arc-browser: 1.49.0-51346 -> 1.49.1-51495 2024-07-05 18:21:49 +03:00
Weijia Wang
4e98404c5c
Merge pull request #323669 from wegank/arc-browser-fix
arc-browser: fix darwin bundle
2024-07-01 23:40:32 +02:00
Weijia Wang
53d07c4ffc arc-browser: fix darwin bundle 2024-07-01 00:00:50 +02:00
DontEatOreo
6e7be5e680
arc-browser: 1.48.2-51225 -> 1.49.0-51346
Changelog:https://arc.net/e/6FEF79EA-4445-4691-9B04-FAAB1CA1C9D4
2024-06-30 16:16:56 +03:00
Anderson Torres
ed12d8f5e0 arcan: declare upstream tracy alongside letoram fork
The fork is somewhat broken.
2024-06-28 15:13:24 -03:00
Anderson Torres
6a6ce22964 arcan: 0.6.2.1-unstable-2023-11-18 -> 0.6.3
Also update the external/git sources too.
2024-06-28 15:13:24 -03:00
Anderson Torres
dda2d7672e arcan: refactor
- hammer-reorder
- replace-fail
- strictDeps
- split outputs
2024-06-28 15:12:33 -03:00
Anderson Torres
51e0ef8568 arcan: move sources to sources.nix
It is easier to control them this way, in order to not pollute the master
package file.

Also, let's put them on passthru.
2024-06-28 15:04:47 -03:00
DontEatOreo
2c1c3398d2
arc-browser: 1.47.1-50893 -> 1.48.2-51225
Changelog: https://arc.net/e/93294671-D097-4AD5-97EA-370F269583BE
2024-06-24 23:51:10 +03:00
R. Ryantm
e0e95c06f1 ardugotools: 0.5.1 -> 0.5.2 2024-06-22 00:23:08 +00:00
Aleksana
243418e94b
Merge pull request #320975 from luftmensch-luftmensch/ardugotools_0.5.1
ardugotools: init at 0.5.1
2024-06-21 23:55:08 +08:00
DontEatOreo
7008a5b926
arc-browser: 1.46.0-50665 -> 1.47.1-50893
Changelog: https://arc.net/e/DD1FEC13-D73D-4EAE-8233-883A3FE1D564
2024-06-21 15:01:26 +03:00
Sandro
47f47fe6b0
Merge pull request #319258 from Guanran928/arkenfox 2024-06-20 14:25:13 +02:00
luftmensch-luftmensch
985396a1d7
ardugotools: init at 0.5.1 2024-06-19 11:06:08 +02:00
R. Ryantm
f2bc52d157 arxiv-latex-cleaner: 1.0.5 -> 1.0.6 2024-06-17 05:14:24 +00:00
DontEatOreo
c115080a06
arc-browser: 1.44.3-50502 -> 1.46.0-50665
Changelog: https://resources.arc.net/hc/en-us/articles/20498293324823-Arc-for-macOS-2024-Release-Notes#june062024
2024-06-12 15:14:32 +03:00
Guanran Wang
ffc1e44c32
arkenfox-userjs: init at 126.1 2024-06-12 15:37:26 +08:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
5fca6e1eaf artalk: 2.8.6 -> 2.8.7 2024-06-09 12:51:37 +00:00
DontEatOreo
ffd6a9ac13
arc-browser: 1.44.2-50412 -> 1.44.3-50502 2024-06-02 01:16:18 +03:00
DontEatOreo
76ef308d2d
arc-browser: 1.43.1-50198 -> 1.44.2-50412
Changelog: https://arc.net/e/C56904FA-1C75-4D77-9A87-E7F1A52529CD
2024-05-25 20:20:29 +03:00
Leah Amelia Chen
aa7ba46ebb ark-pixel-font: unbreak by suppressing debug logs, and remove extraneous builds
For some reason build.py builds a lot of stuff that is completely
unrelated to the fonts themselves. Let's remove that!

Also the script is generating so much debug output that Hydra refuses to
evaluate the package — my fix is to pipe the output through grep to
filter out any log message below INFO, but I wish the script has a
built-in way to set the log level so that I don't have to do this hack
2024-05-22 20:04:47 +02:00
DontEatOreo
7f6d5b032a
arc-browser: 1.43.0-50018 -> 1.43.1-50198 2024-05-21 20:41:33 +03:00
Sandro
52f4cce004
Merge pull request #308423 from Moraxyc/add-artalk
artalk: init at 2.8.6
2024-05-19 18:06:08 +02:00
DontEatOreo
a8c7dc8d45
arc-browser: 1.42.1-49918 -> 1.43.0-50018
Changelog: https://arc.net/e/0C67BBFE-C7EC-43C9-A8B8-216BF4241CE1
2024-05-16 21:00:45 +03:00
Nick Cao
0f2ebf4b0b
Merge pull request #311774 from DontEatOreo/update-arc-browser
arc-browser: 1.42.0-49714 -> 1.42.1-49918
2024-05-15 19:47:03 -04:00
DontEatOreo
ad2dcaa1dc
arc-browser: 1.42.0-49714 -> 1.42.1-49918 2024-05-15 02:01:02 +03:00
Atemu
b4047a0455
Merge pull request #279260 from SuperSamus/multiPkgs-false-remove
treewide: remove `multiArch=false` and wrong usage of `extraPkgs`
2024-05-14 09:59:43 +02:00
Martino Fontana
6e465f4550 treewide: fix use of extraPkgs in AppImages
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;`
This caused some packages to be listed twice.

Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`).
Remove inclusions of `bash`, since `bashInteractive` is already present by default.
2024-05-13 20:35:07 +02:00
éclairevoyant
b8e3cf06ee
ark-pixel-font: 2024.04.05 -> 2024.05.12 2024-05-12 17:17:00 -04:00
caeklol
5c8f30b56e arduino-ide: Fix .desktop file 2024-05-11 11:31:18 +08:00
Nick Cao
97a4be5fe6
Merge pull request #310456 from DontEatOreo/update-arc-browser
arc-browser: 1.41.0-49440 -> 1.42.0-49714
2024-05-10 10:26:08 -04:00
Peder Bergebakken Sundt
250bbcd0c4
Merge pull request #292150 from jopejoe1/aribb24
arrib24: init at 1.0.4
2024-05-10 11:03:55 +02:00
DontEatOreo
cb9c880672
arc-browser: 1.41.0-49440 -> 1.42.0-49714
Changelog: https://resources.arc.net/hc/en-us/articles/20498293324823-Arc-for-macOS-2024-Release-Notes#may92024
2024-05-10 02:49:46 +03:00
Moraxyc
4016009137
artalk: init at 2.8.6 2024-05-09 14:41:25 +08:00
Sandro
bc71d01d75
Merge pull request #305729 from ShamrockLee/argc-cross
argc: support cross-compilation
2024-05-04 21:32:42 +02:00
Yueh-Shun Li
c0eb246672 argc: add passthru.tests.cross 2024-05-04 03:29:57 +08:00