Use default ocaml in libfacile

svn path=/nixpkgs/trunk/; revision=27388
This commit is contained in:
Yury G. Kudryashov 2011-06-07 21:51:00 +00:00
parent 2fb2742370
commit 21f528130b

View File

@ -3041,10 +3041,7 @@ let
eventlog = callPackage ../development/libraries/eventlog { };
facile = callPackage ../development/libraries/facile {
# Actually, we don't need this version but we need native-code compilation
ocaml = ocaml_3_10_0;
};
facile = callPackage ../development/libraries/facile { };
faac = callPackage ../development/libraries/faac { };