about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2024-01-10 06:39:13 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2024-01-22 08:36:01 +0100
commitaa48b99b6c208d69e0d3dca00836d4ffbe86291e (patch)
treec1b888631e81b92102b45a547d2a79300deaf290 /pkgs/top-level
parent71d6aaa13e15a56d64819657a2d2809ef8fb8228 (diff)
teyjus: use OCaml 4.14
Diffstat (limited to 'pkgs/top-level')
-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 eb6015ce467dc..ffd6687028911 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -17310,7 +17310,7 @@ with pkgs;
   };
 
   teyjus = callPackage ../development/compilers/teyjus {
-    inherit (ocamlPackages) buildDunePackage;
+    inherit (ocaml-ng.ocamlPackages_4_14) buildDunePackage;
   };
 
   thrust = callPackage ../development/tools/thrust {