mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
ocamlPackages.frontc: disable for OCaml ≥ 4.06
This commit is contained in:
parent
6a9831940d
commit
23fd7e452f
@ -1,4 +1,8 @@
|
|||||||
{lib, buildOcaml, fetchurl}:
|
{ lib, buildOcaml, fetchurl, ocaml }:
|
||||||
|
|
||||||
|
if lib.versionAtLeast ocaml.version "4.06"
|
||||||
|
then throw "FrontC is not available for OCaml ${ocaml.version}"
|
||||||
|
else
|
||||||
|
|
||||||
buildOcaml rec {
|
buildOcaml rec {
|
||||||
name = "FrontC";
|
name = "FrontC";
|
||||||
|
Loading…
Reference in New Issue
Block a user