typo in facile

svn path=/nixpkgs/branches/stdenv-updates/; revision=9847
This commit is contained in:
Yury G. Kudryashov 2007-12-03 23:12:54 +00:00
parent 2be10fd095
commit 29b6f99016

View File

@ -1680,7 +1680,7 @@ rec {
facile = import ../development/libraries/facile {
inherit fetchurl stdenv;
# 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;
};
ffmpeg = import ../development/libraries/ffmpeg {