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

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