mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
ocamlPackages.janeStreet: recurseIntoAttrs
(cherry picked from commit 6eec03acff)
This commit is contained in:
committed by
Wolfgang Walther
parent
22d1b9750f
commit
228dfd1a42
@@ -853,7 +853,7 @@ let
|
||||
else
|
||||
null;
|
||||
|
||||
janeStreet =
|
||||
janeStreet = lib.recurseIntoAttrs (
|
||||
if lib.versionOlder "5.1" ocaml.version then
|
||||
import ../development/ocaml-modules/janestreet/0.17.nix {
|
||||
inherit self;
|
||||
@@ -910,7 +910,8 @@ let
|
||||
}
|
||||
else
|
||||
import ../development/ocaml-modules/janestreet {
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
janeStreet_0_15 =
|
||||
(lib.makeScope self.newScope (
|
||||
|
||||
Reference in New Issue
Block a user