mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 21:08:24 +00:00
ocamlformat_0_19_0 - 0_22_4: Require ocamlPackages_4_14
OCamlformat versions below 0.23.0 do not build with the default 'ocamlPackages'. This can be tested like this: set -e nix-build . -A ocamlformat_0_25_1 nix-build . -A ocamlformat_0_24_1 nix-build . -A ocamlformat_0_23_0 nix-build . -A ocamlformat_0_22_4 nix-build . -A ocamlformat_0_21_0 nix-build . -A ocamlformat_0_20_1 nix-build . -A ocamlformat_0_20_0 nix-build . -A ocamlformat_0_19_0
This commit is contained in:
parent
d0a310f4ff
commit
b4bb2e8dca
@ -16362,11 +16362,14 @@ with pkgs;
|
||||
|
||||
ocaml-crunch = ocamlPackages.crunch.bin;
|
||||
|
||||
inherit (ocaml-ng.ocamlPackages_4_14)
|
||||
ocamlformat_0_19_0 ocamlformat_0_20_0 ocamlformat_0_20_1 ocamlformat_0_21_0
|
||||
ocamlformat_0_22_4;
|
||||
|
||||
inherit (ocamlPackages)
|
||||
ocamlformat # latest version
|
||||
ocamlformat_0_19_0 ocamlformat_0_20_0 ocamlformat_0_20_1 ocamlformat_0_21_0
|
||||
ocamlformat_0_22_4 ocamlformat_0_23_0 ocamlformat_0_24_1 ocamlformat_0_25_1
|
||||
ocamlformat_0_26_0 ocamlformat_0_26_1 ocamlformat_0_26_2;
|
||||
ocamlformat_0_23_0 ocamlformat_0_24_1 ocamlformat_0_25_1 ocamlformat_0_26_0
|
||||
ocamlformat_0_26_1 ocamlformat_0_26_2;
|
||||
|
||||
inherit (ocamlPackages) odig;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user