mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
ocamlPackages.janeStreet: recurseIntoAttrs
This commit is contained in:
@@ -871,7 +871,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;
|
||||
@@ -928,7 +928,8 @@ let
|
||||
}
|
||||
else
|
||||
import ../development/ocaml-modules/janestreet {
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
javalib = callPackage ../development/ocaml-modules/javalib { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user