mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
ocamlPackages.ppx_blob: disable for OCaml < 4.08
This commit is contained in:
parent
7a7fe52b55
commit
69dfe24562
@ -4,7 +4,7 @@ buildDunePackage rec {
|
|||||||
pname = "ppx_blob";
|
pname = "ppx_blob";
|
||||||
version = "0.9.0";
|
version = "0.9.0";
|
||||||
|
|
||||||
duneVersion = "3";
|
minimalOCamlVersion = "4.08";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/johnwhitington/${pname}/releases/download/${version}/ppx_blob-${version}.tbz";
|
url = "https://github.com/johnwhitington/${pname}/releases/download/${version}/ppx_blob-${version}.tbz";
|
||||||
@ -13,7 +13,7 @@ buildDunePackage rec {
|
|||||||
|
|
||||||
checkInputs = [ alcotest ];
|
checkInputs = [ alcotest ];
|
||||||
propagatedBuildInputs = [ ppxlib ];
|
propagatedBuildInputs = [ ppxlib ];
|
||||||
doCheck = lib.versionAtLeast ocaml.version "4.08";
|
doCheck = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/johnwhitington/ppx_blob";
|
homepage = "https://github.com/johnwhitington/ppx_blob";
|
||||||
|
Loading…
Reference in New Issue
Block a user