mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
facile: fixed a typo
svn path=/nixpkgs/trunk/; revision=9686
This commit is contained in:
parent
e24f6316ac
commit
e6b64545f0
@ -1688,7 +1688,7 @@ rec {
|
||||
facile = import ../development/libraries/facile {
|
||||
inherit fetchurl;
|
||||
# Actually, we don't need this version but we need native-code compilation
|
||||
ocaml = ocaml.v_3_10_0;
|
||||
ocaml = ocaml_alts.v_3_10_0;
|
||||
stdenv = stdenvUsingSetupNew2;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user