parent
60c1276cfd
commit
8e3800e9be
|
@ -1854,7 +1854,7 @@ rec {
|
|||
facile = import ../development/libraries/facile {
|
||||
inherit fetchurl;
|
||||
# Actually, we don't need this version but we need native-code compilation
|
||||
ocaml = ocaml_alts.v_3_10_0;
|
||||
ocaml = builtins.getAttr "3.10.0" ocaml_alts;
|
||||
stdenv = stdenvUsingSetupNew2;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue