ocamlPackages.spacetime_lib: disable for OCaml ≥ 4.12
This commit is contained in:
committed by
Vincent Laporte
parent
446dda6d81
commit
201d1632e7
@@ -1,4 +1,7 @@
|
||||
{ lib, fetchFromGitHub, buildDunePackage, owee }:
|
||||
{ lib, fetchFromGitHub, buildDunePackage, ocaml, owee }:
|
||||
|
||||
lib.throwIfNot (lib.versionAtLeast "4.12" ocaml.version)
|
||||
"spacetime_lib is not available for OCaml ${ocaml.version}"
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "spacetime_lib";
|
||||
|
||||
Reference in New Issue
Block a user