summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index c139cc20a4bd..8473e519880c 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -248,7 +248,7 @@ rec {
     inherit fetchurl stdenv;
   };
 
-  strategoxt = (import ../development/compilers/ocaml) {
+  ocaml = (import ../development/compilers/ocaml) {
     inherit fetchurl stdenv ;
   };