about summary refs log tree commit diff
diff options
context:
space:
mode:
authorzainab-ali <zainab@kebab-ca.se>2023-02-19 16:42:53 +0000
committerzainab-ali <zainab@kebab-ca.se>2023-02-19 16:42:53 +0000
commitc3bf65df673ad1bd7141b87af6d528bf5d027266 (patch)
tree2ce1e347008fa9000db760fc1d88c44a37c11765
parent6c5bf4e060c359b00ef4f2e194fe000308bc47bf (diff)
ocaml: remove spaceTimeSupport after 4.12
Spacetime support was removed in OCaml version 4.12.
See the OCaml release notes: https://ocaml.org/releases/4.12.0.
See the pull request to OCaml: ocaml/ocaml#9948.
-rw-r--r--pkgs/development/compilers/ocaml/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ocaml/generic.nix b/pkgs/development/compilers/ocaml/generic.nix
index 1fa52721ddb97..c2cc7bb40b5f8 100644
--- a/pkgs/development/compilers/ocaml/generic.nix
+++ b/pkgs/development/compilers/ocaml/generic.nix
@@ -17,7 +17,7 @@ in
 assert useX11 -> safeX11 stdenv;
 assert aflSupport -> lib.versionAtLeast version "4.05";
 assert flambdaSupport -> lib.versionAtLeast version "4.03";
-assert spaceTimeSupport -> lib.versionAtLeast version "4.04";
+assert spaceTimeSupport -> lib.versionAtLeast version "4.04" && lib.versionOlder version "4.12";
 assert unsafeStringSupport -> lib.versionAtLeast version "4.06" && lib.versionOlder version "5.0";
 
 let