Skip to content

Commit 41ca772

Browse files
pkgs/top-level/release.nix: include ocamlPackages in nixpkgs:trunk again
ocamlPackages has been removed in the past due to build capacity shortage, this situation is not today's anymore, so we can remove this “temporary” workaround. The stress caused by this shouldn't be too bad — the whole ocamlPackages set builds under one hour on normal hardware. I'll leave it to the respective ecosystem's maintainers or other concerned parties to re-add the remaining package sets like perlPackages or rPackages.
1 parent 874ef4b commit 41ca772

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkgs/top-level/release.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ let
203203

204204
#emacsPackages = packagePlatforms pkgs.emacsPackages;
205205
#rPackages = packagePlatforms pkgs.rPackages;
206-
ocamlPackages = { };
207206
perlPackages = { };
208207

209208
darwin = packagePlatforms pkgs.darwin // {

0 commit comments

Comments
 (0)