about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-03-28 18:25:15 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2022-03-28 21:01:41 +0200
commit9c16cf9005af3f7dc9c7ad013bf09cb6822e22f5 (patch)
tree5a1621e5d532e170b2989a7fc8e2fed5640335de /pkgs
parent9211608da78fc354236de1e981577d7ac4a43afe (diff)
downloadnixlib-9c16cf9005af3f7dc9c7ad013bf09cb6822e22f5.tar
nixlib-9c16cf9005af3f7dc9c7ad013bf09cb6822e22f5.tar.gz
nixlib-9c16cf9005af3f7dc9c7ad013bf09cb6822e22f5.tar.bz2
nixlib-9c16cf9005af3f7dc9c7ad013bf09cb6822e22f5.tar.lz
nixlib-9c16cf9005af3f7dc9c7ad013bf09cb6822e22f5.tar.xz
nixlib-9c16cf9005af3f7dc9c7ad013bf09cb6822e22f5.tar.zst
nixlib-9c16cf9005af3f7dc9c7ad013bf09cb6822e22f5.zip
ocamlPackages.ocplib-endian: disable for OCaml ≤ 4.02
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/ocaml-modules/ocplib-endian/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/ocplib-endian/default.nix b/pkgs/development/ocaml-modules/ocplib-endian/default.nix
index 5cd42884d5b0..1e657fce8dd1 100644
--- a/pkgs/development/ocaml-modules/ocplib-endian/default.nix
+++ b/pkgs/development/ocaml-modules/ocplib-endian/default.nix
@@ -11,7 +11,7 @@ buildDunePackage rec {
     sha256 = "sha256-THTlhOfXAPaqTt1qBkht+D67bw6M175QLvXoUMgjks4=";
   };
 
-  useDune2 = true;
+  minimalOCamlVersion = "4.03";
 
   nativeBuildInputs = [ cppo ];