typo in facile

svn path=/nixpkgs/trunk/; revision=10320
This commit is contained in:
Yury G. Kudryashov 2008-01-28 19:32:38 +00:00
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;
};