mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
ocamlPackages.stdcompat: disable for OCaml ≥ 5.2
This commit is contained in:
parent
619d94523e
commit
1b9c3e0fd6
@ -1,8 +1,12 @@
|
||||
{ buildDunePackage
|
||||
, ocaml
|
||||
, lib
|
||||
, fetchurl
|
||||
}:
|
||||
|
||||
lib.throwIf (lib.versionAtLeast ocaml.version "5.2")
|
||||
"stdcompat is not available for OCaml ${ocaml.version}"
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "stdcompat";
|
||||
version = "19";
|
||||
|
Loading…
Reference in New Issue
Block a user