summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2007-11-15 00:16:03 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2007-11-15 00:16:03 +0000
commite6b64545f0cc9fbf242405c5be01a6f493b1fcca (patch)
tree3d643398e3374beb64c773cbe8a0a89dabdffbd1 /pkgs/top-level/all-packages.nix
parente24f6316acf19a4b5869ce4ede83bf3d05f7e232 (diff)
downloadnixpkgs-e6b64545f0cc9fbf242405c5be01a6f493b1fcca.tar
nixpkgs-e6b64545f0cc9fbf242405c5be01a6f493b1fcca.tar.gz
nixpkgs-e6b64545f0cc9fbf242405c5be01a6f493b1fcca.tar.bz2
nixpkgs-e6b64545f0cc9fbf242405c5be01a6f493b1fcca.tar.lz
nixpkgs-e6b64545f0cc9fbf242405c5be01a6f493b1fcca.tar.xz
nixpkgs-e6b64545f0cc9fbf242405c5be01a6f493b1fcca.tar.zst
nixpkgs-e6b64545f0cc9fbf242405c5be01a6f493b1fcca.zip
facile: fixed a typo
svn path=/nixpkgs/trunk/; revision=9686
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index bd23b9e0ea1..6477aaa00d9 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1688,7 +1688,7 @@ rec {
   facile = import ../development/libraries/facile {
 	  inherit fetchurl;
       # Actually, we don't need this version but we need native-code compilation
-	  ocaml = ocaml.v_3_10_0;
+	  ocaml = ocaml_alts.v_3_10_0;
 	  stdenv = stdenvUsingSetupNew2;
   };