Commit Graph

17 Commits

Author SHA1 Message Date
Guy Chronister
f3281bb0ae ocamlPackages.luv: migrate to finalAttrs 2026-05-12 13:36:46 -05:00
Tobiasz Laskowski
5d7f24d515 ocamlPackages.luv: clean up autotool file patching
Files named configure are already patched automatically:
97c43828fb. We only need to worry about
ltmain.sh now.

Since we no longer have to worry about the missing substitution in
configure, we can use --replace-fail instead of --replace which avoids
the deprecation warning.
2026-04-09 15:15:51 +01:00
Tobiasz Laskowski
41b6607198 ocamlPackages.luv: clean up ocaml version handling
OCaml 4.08 and below has been removed from nix so we can assume we have
at least 4.09.
2026-04-09 15:15:50 +01:00
Tobiasz Laskowski
4c4626a7c5 ocamlPackages.luv: 0.5.12 -> 0.5.14 2026-04-09 15:15:49 +01:00
Aliaksandr
b1dfa94dae ocamlPackages.luv: disable auto update
haxe depends on specific version of luv.
2026-02-12 03:08:48 +02:00
Ihar Hrachyshka
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
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
Reno Dakota
8330c77eab ocamlPackages.luv: backport patch; fix clang build
clang build fails with an incompatible pointer type error. Backport a
patch from 0.5.14 which fixes this. Can not just update to 0.5.14 as it
contains breaking changes and breaks most of luv's consumers.

ad7f953fcc
2024-11-17 08:42:09 -08:00
R. RyanTM
33860c4ffe ocamlPackages.luv: 0.5.11 -> 0.5.12 (#226435)
* ocamlPackages.luv: 0.5.11 -> 0.5.12

* haxe: 4.2.5 -> 4.3.3

---------

Co-authored-by: Ulrik Strid <ulrik@strid.tech>
2024-01-17 14:42:30 +01:00
Ulrik Strid
c53a63adf1 ocamlPackages treewide: strictDeps all packages 2023-02-03 08:59:34 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Vincent Laporte
0f4f35c7b0 ocamlPackages.fmt: 0.8.9 → 0.9.0 2022-08-31 07:36:39 +02:00
R. Ryantm
a395bc3e59 ocamlPackages.luv: 0.5.10 -> 0.5.11 2022-02-13 10:16:50 +01:00
sternenseemann
26f25d4e9d ocamlPackages.luv: 0.5.9 -> 0.5.10
https://github.com/aantron/luv/releases/tag/0.5.10
2021-08-19 11:58:02 +02:00
Ulrik Strid
c1e00f694b ocamlPackages.luv: 0.5.8 -> 0.5.9 2021-07-21 14:18:04 +02:00
sternenseemann
b0e2820ae2 ocamlPackages.luv: 0.5.7 -> 0.5.8 2021-05-18 22:28:27 +02:00
sternenseemann
176ab26cce ocamlPackages.luv: init at 0.5.7
Enabling tests is not feasible as the test suite takes > 45min (haven't
even run it to completion yet) which is not a good idea in ocamlPackages
where you often have to build from source. Additionally it would require
fetching the git repository since the test suite is not contained in the
release tarball.

Co-authored-by: locallycompact <dan.firth@homotopic.tech>
2021-03-16 12:38:03 +01:00