1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

View file

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