Loading pkgs/development/ocaml-modules/landmarks-ppx/default.nix +6 −1 Original line number Diff line number Diff line { lib, buildDunePackage, fetchpatch, ocaml, landmarks, ppxlib, Loading @@ -11,6 +12,11 @@ buildDunePackage { inherit (landmarks) src version; patches = lib.optional (lib.versionAtLeast ppxlib.version "0.36") (fetchpatch { url = "https://github.com/LexiFi/landmarks/commit/367c229e3275a83f81343ba116374bb68abc9d83.patch"; hash = "sha256-Qxue+++sNV6EHJGX1mbIeY2E2D5NuFpmIIBkTyvGvo8="; }); buildInputs = [ ppxlib ]; propagatedBuildInputs = [ landmarks ]; Loading @@ -22,6 +28,5 @@ buildDunePackage { Automatically or semi-automatically instrument your code using landmarks library. ''; broken = lib.versionAtLeast ppxlib.version "0.36"; }; } Loading
pkgs/development/ocaml-modules/landmarks-ppx/default.nix +6 −1 Original line number Diff line number Diff line { lib, buildDunePackage, fetchpatch, ocaml, landmarks, ppxlib, Loading @@ -11,6 +12,11 @@ buildDunePackage { inherit (landmarks) src version; patches = lib.optional (lib.versionAtLeast ppxlib.version "0.36") (fetchpatch { url = "https://github.com/LexiFi/landmarks/commit/367c229e3275a83f81343ba116374bb68abc9d83.patch"; hash = "sha256-Qxue+++sNV6EHJGX1mbIeY2E2D5NuFpmIIBkTyvGvo8="; }); buildInputs = [ ppxlib ]; propagatedBuildInputs = [ landmarks ]; Loading @@ -22,6 +28,5 @@ buildDunePackage { Automatically or semi-automatically instrument your code using landmarks library. ''; broken = lib.versionAtLeast ppxlib.version "0.36"; }; }