Commit Graph

14 Commits

Author SHA1 Message Date
Vincent Laporte
b2eaf26e71 ocamlPackages.opam-file-format: 2.1.6 → 2.2.0 2025-11-28 10:20:38 +01: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
R. Ryantm
c0b26c96d3 ocamlPackages.opam-file-format: 2.1.4 -> 2.1.6 2023-05-03 06:23:03 +00:00
Mario Rodas
3d6cf755ba ocamlPackages.opam-file-format: 2.1.3 -> 2.1.4
https://github.com/ocaml/opam-file-format/releases/tag/2.1.4
2022-05-27 13:00:29 +02:00
superherointj
b38adedf52 ocamlPackages.opam-file-format: 2.1.2 -> 2.1.3 2021-06-15 13:13:01 +02:00
sternenseemann
d226cb4541 ocamlPackages.opam-file-format: build using dune
Since <https://github.com/NixOS/nixpkgs/pull/109143> has been merged,
switching opam-file-format doesn't create a cyclical dependency of
opam-file-format -> dune -> opaline -> opam-file-format anymore.

Thus we switch to dune which seems to be supported better by upstream
and doesn't require us to patch the 2.1.2 release.
2021-01-28 22:27:12 +01:00
sternenseemann
6410340ea9 ocamlPackages.opam-file-format: 2.0.0 -> 2.1.2 2021-01-21 15:06:57 +01:00
sternenseemann
4e42cac49d ocamlPackages: stdenv.lib → lib
This change was produced by searching for remaining occurrences of
stdenv.lib and replacing them manually.

Reference #108938.
2021-01-12 16:33:18 +01:00
Alexander Bantyev
484e0a89f9 ocaml: opam-file-format: Allow to disable dynamic linking 2019-11-26 18:03:55 +03:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
R. RyanTM
bd54510d16 ocamlPackages.opam-file-format: 2.0.0-rc2 -> 2.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-opam-file-format/versions
2018-11-18 21:17:09 -08:00
Vincent Laporte
5509528c2c ocamlPackages.opam-file-format: init at 2.0.0-rc2 (#41164) 2018-05-28 23:33:00 +02:00