facile: fixed a typo

svn path=/nixpkgs/trunk/; revision=9686
This commit is contained in:
Yury G. Kudryashov 2007-11-15 00:16:03 +00:00
parent e24f6316ac
commit e6b64545f0

View File

@ -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;
};