Loading pkgs/development/ocaml-modules/landmarks-ppx/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -8,14 +8,13 @@ buildDunePackage { pname = "landmarks-ppx"; minimalOCamlVersion = "4.08"; inherit (landmarks) src version; buildInputs = [ ppxlib ]; propagatedBuildInputs = [ landmarks ]; doCheck = lib.versionAtLeast ocaml.version "4.08" && lib.versionOlder ocaml.version "5.0"; doCheck = lib.versionAtLeast ocaml.version "5.1"; meta = landmarks.meta // { description = "Preprocessor instrumenting code using the landmarks library"; Loading Loading
pkgs/development/ocaml-modules/landmarks-ppx/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -8,14 +8,13 @@ buildDunePackage { pname = "landmarks-ppx"; minimalOCamlVersion = "4.08"; inherit (landmarks) src version; buildInputs = [ ppxlib ]; propagatedBuildInputs = [ landmarks ]; doCheck = lib.versionAtLeast ocaml.version "4.08" && lib.versionOlder ocaml.version "5.0"; doCheck = lib.versionAtLeast ocaml.version "5.1"; meta = landmarks.meta // { description = "Preprocessor instrumenting code using the landmarks library"; Loading