885 Commits
Author SHA1 Message Date
Guy Chronister 03e576ffb9 megam: migrate to pkgs/by-name 2026-07-08 19:10:08 -05:00
Guy Chronister caeb363b1c megam: migrate to ocaml-ng 4.14 and modernize build
- Switch from `ocaml` to `ocaml-ng.ocamlPackages_4_14` and inherit `ocaml`
  directly inside the derivation.
- Update `src` to use `hash` instead of deprecated `sha256`.
- Replace deprecated OCaml APIs using `--replace-fail` to ensure failures
  surface during patching.
- Enable `__structuredAttrs` for consistency with current package style.
- Remove redundant override in all-packages.nix now that the derivation
  selects the OCaml version internally.
2026-07-08 19:06:55 -05:00
Guy ChronisterandWeijia Wang 1d3253a511 tulip: migrate to by-name 2026-05-29 10:43:42 +02:00
liberodark b25ea88e6a treewide: move to by-name part 5 2026-05-25 00:31:24 +02:00
Michael DanielsandGitHub b0b6c74855 gplates: 2.5 -> 2.5.0-dev3 (fixing build); migrate to by-name (#517941) 2026-05-16 02:40:51 +00:00
Michael Daniels f69daf75e7 various: move to pkgs/by-name 2026-05-13 17:42:05 -04:00
GraysonTinker dd4cf940e6 gplates: migrate to by-name 2026-05-07 22:40:16 -07:00
Luna Nova ad2d8e9cfe openmodelica: drop 2026-04-26 12:15:54 -07:00
Harinn 28b77c3038 openmvs: fix build with boost 1.89 2026-03-24 01:28:36 +07:00
Harinn 913ecae0ad openmvs: add miniharinn as a maintainer 2026-03-24 01:20:06 +07:00
Harinn dd77c796d2 openmvs: 2.2.0 -> 2.4.0 2026-03-24 01:20:06 +07:00
Marcin Serwin 2000ec68c5 maintainers: drop smironov
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-03-04 17:34:27 +01:00
quantenzitrone 03c297aea5 libSM: rename references and deprecate alias
this shouldn't create any rebuilds
2026-02-04 22:59:02 +01:00
Aliaksandr e2b23c29ea graphia: move to by-name 2026-01-31 19:54:19 +02:00
Dyego Aurélio 28096cc5e3 treewide: apply nixfmt 1.2.0 2026-01-22 18:37:56 -03:00
SandroandGitHub bf89cebdd0 sasview: 5.0.6 -> 6.1.1 (#449089) 2025-12-20 01:40:36 +00:00
kyehnandkyehn 14e381d071 sasview: 5.0.6 -> 6.1.1
Changelog: https://github.com/SasView/sasview/releases/tag/v6.1.1
2025-12-19 20:41:29 +00:00
Ihar HrachyshkaandWolfgang Walther 567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Rafael Ieda fba21b3d22 treewide: remove iedame 2025-11-10 10:24:56 -03:00
SandroandGitHub 223a898ebe vite: unstable-2022-05-17 -> 1.4, adopt (#457915) 2025-11-07 16:35:36 +00:00
Rafael Ieda cdc8050f8e treewide: mark as broken on darwin (last successful Hydra build in 2024) 2025-11-05 12:57:40 -03:00
Rafael Ieda 058acd2bd4 vite: add maintainer iedame 2025-11-02 18:48:13 -03:00
Rafael Ieda b0857a62d1 vite: unstable-2022-05-17 -> 1.4 2025-11-02 18:44:24 -03:00
Sergei ZimmermanandWolfgang Walther b3d75f7b45 ci/pinned: update
This gives us Nix 2.32 for use in CI's Eval job and nixfmt 1.1.0.

From the nixpkgs-unstable channel:
https://hydra.nixos.org/build/311062898#tabs-buildinputs

Changes for treefmt-nix:
https://github.com/numtide/treefmt-nix/compare/5eda4ee8121f97b218f7cc73f5172098d458f1d1...f56b1934f5f8fcab8deb5d38d42fd692632b47c2

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-10-24 10:40:42 +02:00
magicquark 36b7d18471 convertall: migrate to pkgs/by-name 2025-10-18 02:59:15 +01:00
Gaetan Lepage 3fe3a4a47a openmvg: move to by-name 2025-10-06 12:17:13 +00:00
jopejoe1andGitHub 851e8a2f10 treewide: remove stringy licenses (#439982) 2025-10-04 11:36:34 +00:00
usertamandPatrick Chilton b7cb0d230a colmap: move to by-name 2025-10-03 01:23:23 +02:00
usertamandPatrick Chilton c2f8b5eb3f colmap: 3.9.1 -> 3.11.1 2025-10-03 01:23:22 +02:00
jopejoe1 1161656c36 megam: switch to unfree 2025-09-28 18:47:20 +02:00
Tomodachi94 a4dd7db0dc treewide(java-users): clean callPackage overrides, by-name some
**This commit should cause no rebuilds.**

# Moving Java overrides out of all-packages

All usages of this pattern have been moved to
'let ... in' blocks.

Patterns I searched for:
* `jdk =`
* `jdk_headless =`
* `jre =`
* `jfx =`

The `jing` alias has been moved to aliases.nix, so
update the usage of `jing` in `xmloscopy` to
`jing-trang`.

cassandra was ignored because that derivation
involves code generation.

I ignored grails, because jdk is set to null by
default by an override in all-packages.nix. That
package would need a slightly larger refactor to
deal with.

Packages with a *-native variant were ignored because
those would need to be refactored.

jetbrains was ignored because that might be a special case?

I ignored virtualbox, because I did not want
to touch the usages of the pattern for other
dependencies.
2025-09-25 03:46:35 +00:00
Guy Chronister 693d7a42d3 various: fix superfluous use of pname 2025-09-23 18:19:55 -05:00
arcstur 69d9508d78 openrefine: 3.9.3 -> 3.9.5
https://github.com/OpenRefine/OpenRefine/releases/tag/3.9.5
2025-09-09 14:26:22 -03:00
jopejoe1 9071245fdf boinc: move to by-name 2025-08-21 18:35:32 +02:00
jopejoe1 aa1a6c5d2e cytoscape: move to by-name 2025-08-21 18:35:32 +02:00
jopejoe1 ccdc27d78c golly: move to by-name 2025-08-21 18:35:32 +02:00
jopejoe1 3b5ed6c788 fahclient: move to by-name 2025-08-21 18:35:31 +02:00
Sergei ZimmermanandSergei Zimmerman 2720a8b344 openmvs: remove redundant check phase
`test` target is already built by the stdenv's checkPhase.
2025-08-19 19:48:28 +03:00
K900 3225149f15 openmvs: remove unused breakpad input
It's not getting picked up anyway.
2025-08-08 10:50:22 +03:00
Weijia WangandGitHub bf5742ab57 boinc: 8.2.4 -> 8.2.5 (#425742) 2025-08-04 11:00:40 -06:00
Wolfgang Walther 5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Ben Siraphob 690e6a2074 treewide: fix various descriptions to conform to style guide
- Articles at beginning of sentence
- Package names at beginning of sentence
- Final punctuation
- Capitalization
2025-07-21 10:39:47 -07:00
R. Ryantm ab9d93b840 boinc: 8.2.4 -> 8.2.5 2025-07-16 09:52:18 +00:00
K900 3c4bd15763 Merge remote-tracking branch 'origin/master' into staging-next 2025-07-09 16:26:35 +03:00
DysonandGitHub 5e20b5940b fahclient: 8.3.18 -> 8.4.9 (#423651) 2025-07-09 11:51:55 +02:00
nixpkgs-ci[bot]andGitHub 61be326d8b Merge master into staging-next 2025-07-05 18:05:00 +00:00
R. Ryantm af60da0aa1 convertall: 1.0.1 -> 1.0.2 2025-06-28 00:53:42 +00:00
K900 5985f13b69 Merge remote-tracking branch 'origin/staging-next' into staging 2025-06-27 21:07:44 +03:00
R. Ryantm f6449470d8 boinc: 8.2.2 -> 8.2.4 2025-06-18 11:16:57 +00:00
Yueh-Shun Li 794f904bf3 treewide: pytestFlagsArray -> enabledTestPaths (trivial) 2025-06-12 22:05:29 +08:00