typo in facile
svn path=/nixpkgs/trunk/; revision=10320
This commit is contained in:
parent
60c1276cfd
commit
8e3800e9be
@ -1854,7 +1854,7 @@ rec {
|
|||||||
facile = import ../development/libraries/facile {
|
facile = import ../development/libraries/facile {
|
||||||
inherit fetchurl;
|
inherit fetchurl;
|
||||||
# Actually, we don't need this version but we need native-code compilation
|
# 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;
|
stdenv = stdenvUsingSetupNew2;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user