summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2018-08-20 16:51:54 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2018-09-05 06:06:48 +0000
commitc722db75ba35d7bc86d5e83c457ab34e88698041 (patch)
treeff66b4dd94290f8895ecde88a1f3f09a3b30d06a /pkgs/development/ocaml-modules
parent856b891765374f8321232a79309d06516c6c0758 (diff)
downloadnixlib-c722db75ba35d7bc86d5e83c457ab34e88698041.tar
nixlib-c722db75ba35d7bc86d5e83c457ab34e88698041.tar.gz
nixlib-c722db75ba35d7bc86d5e83c457ab34e88698041.tar.bz2
nixlib-c722db75ba35d7bc86d5e83c457ab34e88698041.tar.lz
nixlib-c722db75ba35d7bc86d5e83c457ab34e88698041.tar.xz
nixlib-c722db75ba35d7bc86d5e83c457ab34e88698041.tar.zst
nixlib-c722db75ba35d7bc86d5e83c457ab34e88698041.zip
ocamlPackages.{tyxml,lwt}: always enable camlp4 support
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/lwt/default.nix2
-rw-r--r--pkgs/development/ocaml-modules/tyxml/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/lwt/default.nix b/pkgs/development/ocaml-modules/lwt/default.nix
index 345ca037fec9..739e6e1e43a8 100644
--- a/pkgs/development/ocaml-modules/lwt/default.nix
+++ b/pkgs/development/ocaml-modules/lwt/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchzip, pkgconfig, ncurses, libev, jbuilder
 , ocaml, findlib, cppo
 , ocaml-migrate-parsetree, ppx_tools_versioned, result
-, withP4 ? !stdenv.lib.versionAtLeast ocaml.version "4.07"
+, withP4 ? true
 , camlp4 ? null
 }:
 
diff --git a/pkgs/development/ocaml-modules/tyxml/default.nix b/pkgs/development/ocaml-modules/tyxml/default.nix
index b34c9279c307..a38040e6e1fe 100644
--- a/pkgs/development/ocaml-modules/tyxml/default.nix
+++ b/pkgs/development/ocaml-modules/tyxml/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchzip, ocaml, findlib, ocamlbuild, uutf, markup, ppx_tools_versioned, re
-, withP4 ? !stdenv.lib.versionAtLeast ocaml.version "4.07"
+, withP4 ? true
 , camlp4 ? null
 }: