Commit Graph

18 Commits

Author SHA1 Message Date
Kacper Uminski
2f0b459b26 pyml: 20231101 -> 20250807 2026-07-12 21:37:17 +02:00
Guy Chronister
a49f6cc05e ocamlPackages.pyml: migrate to finalAttrs 2026-05-12 13:28:43 -05:00
Vincent Laporte
286f4c5735 ocamlPackages.stdcompat: 19 -> 21.1 (#480830) 2026-01-20 11:10:23 +00:00
chordtoll
a3dc5bec82 ocamlPackages.pyml: patch to remove unused header 2026-01-19 23:39:56 -08:00
chordtoll
2173e50ba6 ocamlPackages.pyml: fix hash mismatch error 2025-12-30 21:41:15 -08:00
Justin Restivo
e2e1dda394 ocmalPackages.pyml: fix hash mismatch error 2025-12-18 09:49:46 -05:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02: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
Sigmanificient
203a48ad35 pkgs/development: remove unused fetchpatch arguments 2024-05-24 02:53:57 +02:00
Jan Tojnar
452cebfb5a ocamlPackages.pyml: 20220905 → 20231101
https://github.com/thierry-martinez/pyml/releases/tag/20231101
Diff: 20220905...20231101
2023-11-07 10:53:47 +01:00
Et7f3
c27ef7433d ocamlPackages.pyml: fix test on darwin 2023-01-31 03:52:28 +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
Jan Tojnar
35e2079bd5 ocamlPackages.pyml: 20220615 → 20220905
https://github.com/thierry-martinez/pyml/releases/tag/20220905

Aldo switch to dune, which has been available since 2021-09-24.
And remove unneeded dependencies:
- ncurses was needed for Python in the past
- ocaml and findlib are implied by dune
2022-12-13 14:17:31 +01:00
R. Ryantm
b05dad5436 ocamlPackages.pyml: 20211015 -> 20220615 2022-08-21 02:21:39 +02:00
Ulrik Strid
a13cdfe520 ocamlPackages tree-wide: Move buildInputs that should be nativeBuildInputs
To keep this for the future we also strictDeps where possible, including for janePackages, topkg, oasis and ocamlbuild.
This makes some closures significantly smaller and makes cross compilation easier
2022-02-24 14:39:27 +01:00
R. Ryantm
3879ea4efa ocamlPackages.pyml: 20210226 -> 20211015 2021-12-08 00:24:33 +00:00
Ulrik Strid
7054010222 ocamlPackages.pyml: init at 20210226
Co-authored-by: Vincent Laporte <vbgl@users.noreply.github.com>
2021-10-13 10:04:20 +02:00