ocaml-ng: remove __attrsFailEvaluation

This commit is contained in:
Philip Taron 2024-09-03 13:15:36 -07:00
parent 37b266bb14
commit ef28bf9329
No known key found for this signature in database

View File

@ -15792,7 +15792,7 @@ with pkgs;
ocamlPackages = ocaml-ng.ocamlPackages_4_14;
};
ocaml-ng = callPackage ./ocaml-packages.nix { } // { __attrsFailEvaluation = true; };
ocaml-ng = callPackage ./ocaml-packages.nix { };
ocaml = ocamlPackages.ocaml;
ocamlPackages = recurseIntoAttrs ocaml-ng.ocamlPackages;