Loading pkgs/development/ocaml-modules/bisect_ppx/default.nix +16 −1 Original line number Diff line number Diff line { lib, fetchFromGitHub, buildDunePackage, cmdliner, ppxlib }: { lib, fetchFromGitHub, fetchpatch, buildDunePackage, cmdliner, ppxlib }: buildDunePackage rec { pname = "bisect_ppx"; Loading @@ -11,6 +11,21 @@ buildDunePackage rec { sha256 = "sha256-pOeeSxzUF1jXQjA71atSZALdgQ2NB9qpKo5iaDnPwhQ="; }; patches = [ # Ppxlib >= 0.26.0 compatibility # remove when a new version is released (fetchpatch { name = "${pname}-${version}-ppxlib-0.26-compatibility.patch"; url = "https://patch-diff.githubusercontent.com/raw/aantron/bisect_ppx/pull/400.patch"; sha256 = "sha256-WAn6+d6pMUr79LVugOENuh9s0gbVEcTg0rxXMz1P3ak="; }) (fetchpatch { name = "${pname}-${version}-ppxlib-0.28-compatibility.patch"; url = "https://github.com/anmonteiro/bisect_ppx/commit/cc442a08e3a2e0e18deb48f3a696076ac0986728.patch"; sha256 = "sha256-pPHhmtd81eWhQd4X0gfZNPYT75+EkurwivP7acfJbNc="; }) ]; minimumOCamlVersion = "4.08"; useDune2 = true; Loading Loading
pkgs/development/ocaml-modules/bisect_ppx/default.nix +16 −1 Original line number Diff line number Diff line { lib, fetchFromGitHub, buildDunePackage, cmdliner, ppxlib }: { lib, fetchFromGitHub, fetchpatch, buildDunePackage, cmdliner, ppxlib }: buildDunePackage rec { pname = "bisect_ppx"; Loading @@ -11,6 +11,21 @@ buildDunePackage rec { sha256 = "sha256-pOeeSxzUF1jXQjA71atSZALdgQ2NB9qpKo5iaDnPwhQ="; }; patches = [ # Ppxlib >= 0.26.0 compatibility # remove when a new version is released (fetchpatch { name = "${pname}-${version}-ppxlib-0.26-compatibility.patch"; url = "https://patch-diff.githubusercontent.com/raw/aantron/bisect_ppx/pull/400.patch"; sha256 = "sha256-WAn6+d6pMUr79LVugOENuh9s0gbVEcTg0rxXMz1P3ak="; }) (fetchpatch { name = "${pname}-${version}-ppxlib-0.28-compatibility.patch"; url = "https://github.com/anmonteiro/bisect_ppx/commit/cc442a08e3a2e0e18deb48f3a696076ac0986728.patch"; sha256 = "sha256-pPHhmtd81eWhQd4X0gfZNPYT75+EkurwivP7acfJbNc="; }) ]; minimumOCamlVersion = "4.08"; useDune2 = true; Loading