Commit Graph

124 Commits

Author SHA1 Message Date
Austin Horstman
2ed2d71c9f jankyborders: 1.6.0 -> 1.7.0
(cherry picked from commit 7eb17a4ecc)
2024-11-19 21:09:46 +00:00
Weijia Wang
500090d6a9
jazz2: 2.9.0 -> 2.9.1 (#353432) 2024-11-11 23:13:27 +01:00
Guillaume Girol
926dbc8e1c
jasp-desktop: add patch to fix crash when using qt 6.8 (#352505) 2024-11-10 15:56:49 +01:00
R. Ryantm
658a8762ea jan: 0.5.6 -> 0.5.7 2024-11-09 20:15:30 +00: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
nat
1e49cbefac
jazz2: 2.9.0 -> 2.9.1 2024-11-03 16:21:19 +01:00
Austin Horstman
b1083bd126
jankyborders: switch to apple-sdk_11 2024-10-31 10:08:04 -05:00
Austin Horstman
ebebb59977
jankyborders: format 2024-10-31 10:07:14 -05:00
TomaSajt
ac976c912d
jasp-desktop: add patch to fix crash when using qt 6.8 2024-10-31 01:31:34 +01:00
nat
acce73254b
jazz2: 2.8.0 -> 2.9.0 2024-10-27 13:35:45 +01:00
R. Ryantm
9c7b41135f jasp-desktop: 0.19.0 -> 0.19.1 2024-10-26 06:53:09 +00:00
Franz Pletz
0e33e8051e
janus-gateway: fix build, 1.2.3 -> 1.2.4 (#350103) 2024-10-23 19:53:12 +02:00
Franz Pletz
f3138af886
janus-gateway: 1.2.3 -> 1.2.4 2024-10-23 16:43:28 +02:00
Franz Pletz
ff111f8105
janus-gateway: move to by-name 2024-10-23 16:32:37 +02:00
aleksana
ca0aa4dabc jalv: 1.6.6 -> 1.6.8 2024-10-22 20:09:07 +08:00
aleksana
1f3dcfb1a9 jalv: format with nixfmt-rfc-style 2024-10-22 19:40:16 +08:00
aleksana
30d7a3f7b6 jalv: move to pkgs/by-name 2024-10-22 19:39:51 +08:00
David McFarland
59ede8c223 jam: fix OS determination on linux 2024-10-16 10:50:40 -03:00
David McFarland
b69e2e84e0 jam: add test for OS=UNKNOWN 2024-10-16 10:50:40 -03:00
github-actions[bot]
7dc1e4239b
Merge master into staging-next 2024-10-06 06:04:33 +00:00
R. Ryantm
eda4b260d6 jan: 0.5.4 -> 0.5.6 2024-10-04 23:39:22 +00:00
K900
e3bf09623f Merge remote-tracking branch 'origin/master' into staging-next 2024-10-01 15:09:28 +03:00
Thiago Kenji Okada
a92b1e187b
{ftjam,jam}: migrate to by-name (#343849) 2024-10-01 12:51:25 +01:00
R. Ryantm
966526bda1 jawiki-all-titles-in-ns0: 0-unstable-2024-09-11 -> 0-unstable-2024-10-01 2024-10-01 02:07:01 +00:00
Anderson Torres
98ac68511e jam: refactor
- migrate to by-name
- strictDeps
- split outputs
- test version
2024-09-23 08:52:02 -03:00
R. Ryantm
4e843f18b2 jan: 0.5.3 -> 0.5.4 2024-09-22 09:05:18 +00:00
h7x4
9a0f009815
ibus-engines.mozc-ut: init at 2.30.5544.102 (#314248) 2024-09-21 20:18:30 +02: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
Shogo Takata
392ec6ad7a
jawiki-all-titles-in-ns0: init at 0-unstable-2024-09-11 2024-09-13 13:42:37 +09:00
R. Ryantm
949be2386c jan: 0.5.1 -> 0.5.3 2024-09-02 11:24:25 +00:00
nat
1bd7f799b1
jazz2: 2.7.0 -> 2.8.0 2024-08-04 16:53:44 +02: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
Vladimír Čunát
726f3ec8b5
Merge #319221: jansson: adopt; modernize; add more checks
...into staging
2024-07-20 09:29:30 +02:00
TomaSajt
b3de6e585b
jasp-desktop: 0.18.3 -> 0.19.0 2024-07-16 20:45:56 +02:00
TomaSajt
5a2806141a
jasp-desktop: format with nixfmt 2024-07-16 19:25:32 +02:00
github-actions[bot]
88140ced6d
Merge master into staging-next 2024-06-24 12:01:17 +00:00
Pol Dellaiera
d88cebe788
jan: remove drupol from maintainers 2024-06-24 09:13:43 +02:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
Emily
e0798e1d52 jasper: add Cocoa dependency on Darwin 2024-06-22 18:06:51 +01:00
Emily
fbda1dbfd6 treewide: replace freeglut with libglut
Allow the macOS GLUT framework to be used automatically in many
cases. Packages that specifically search for freeglut or require its
additional APIs should still explicitly depend on it.

Deliberately skip the Haskell package set, which is mostly
automatically generated, and mupdf, which has its own fork of freeglut.
2024-06-22 18:06:51 +01:00
R. Ryantm
697fa13a8e jan: 0.5.0 -> 0.5.1 2024-06-21 13:34:34 +00:00
github-actions[bot]
667f4bf852
Merge staging-next into staging 2024-06-20 12:01:36 +00:00
Justin Bedő
e7d6f2fd25
Merge pull request #315015 from NixOS/r-updates
rPackages, R: R 4.3.3 -> 4.4.1 and bump rPackages
2024-06-20 16:48:18 +10:00
Martin Weinelt
f822b2ba5c Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
Ben Siraphob
8222aa9278
Merge pull request #315183 from jopejoe1/fix-pname
treewide: replace name with pname
2024-06-16 12:34:01 +00:00
seth
7bde538b09
jansson: split outputs 2024-06-12 03:14:09 -04:00
seth
cc3f383f56
jansson: add updateScript 2024-06-12 03:14:09 -04:00
seth
fb10cb8068
jansson: add pkg-config test 2024-06-12 03:14:09 -04:00
seth
d75985387e
jansson: add validatePkgConfig hook 2024-06-12 03:14:09 -04:00
seth
547c1ca823
jansson: modernize 2024-06-12 03:14:09 -04:00