summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ocplib-endian
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/development/ocaml-modules/ocplib-endian
parent9211608da78fc354236de1e981577d7ac4a43afe (diff)
downloadnixpkgs-9c16cf9005af3f7dc9c7ad013bf09cb6822e22f5.tar
nixpkgs-9c16cf9005af3f7dc9c7ad013bf09cb6822e22f5.tar.gz
nixpkgs-9c16cf9005af3f7dc9c7ad013bf09cb6822e22f5.tar.bz2
nixpkgs-9c16cf9005af3f7dc9c7ad013bf09cb6822e22f5.tar.lz
nixpkgs-9c16cf9005af3f7dc9c7ad013bf09cb6822e22f5.tar.xz
nixpkgs-9c16cf9005af3f7dc9c7ad013bf09cb6822e22f5.tar.zst
nixpkgs-9c16cf9005af3f7dc9c7ad013bf09cb6822e22f5.zip
ocamlPackages.ocplib-endian: disable for OCaml ≤ 4.02
Diffstat (limited to 'pkgs/development/ocaml-modules/ocplib-endian')
-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 5cd42884d5b..1e657fce8dd 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 ];