about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-09-14 07:18:49 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2022-09-14 19:04:34 +0200
commit14148976e43eb8d6dc4da9a6e7199346d7fd50f7 (patch)
tree5ec5068ac0861a5a50a991698ec73e327c0421be
parent5d1ddac9493642d7311a064351e643de9a0e24ee (diff)
downloadnixlib-14148976e43eb8d6dc4da9a6e7199346d7fd50f7.tar
nixlib-14148976e43eb8d6dc4da9a6e7199346d7fd50f7.tar.gz
nixlib-14148976e43eb8d6dc4da9a6e7199346d7fd50f7.tar.bz2
nixlib-14148976e43eb8d6dc4da9a6e7199346d7fd50f7.tar.lz
nixlib-14148976e43eb8d6dc4da9a6e7199346d7fd50f7.tar.xz
nixlib-14148976e43eb8d6dc4da9a6e7199346d7fd50f7.tar.zst
nixlib-14148976e43eb8d6dc4da9a6e7199346d7fd50f7.zip
ocamlPackages.lwt_ssl: minor cleaning
-rw-r--r--pkgs/development/ocaml-modules/lwt_ssl/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/lwt_ssl/default.nix b/pkgs/development/ocaml-modules/lwt_ssl/default.nix
index 64decd8e5d63..c33f623529a6 100644
--- a/pkgs/development/ocaml-modules/lwt_ssl/default.nix
+++ b/pkgs/development/ocaml-modules/lwt_ssl/default.nix
@@ -4,9 +4,6 @@ buildDunePackage rec {
   pname = "lwt_ssl";
   version = "1.1.3";
 
-  minimumOCamlVersion = "4.02";
-  useDune2 = true;
-
   src = fetchFromGitHub {
     owner = "aantron";
     repo = "lwt_ssl";