camlp5_transitional: remove in favor of camlp5 (strict)

This commit is contained in:
Théo Zimmermann
2018-10-10 17:27:19 +02:00
parent eaf0de5985
commit 2fdd38ed2d
5 changed files with 11 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, ocaml, findlib, camlp5_strict
{ stdenv, fetchFromGitHub, ocaml, findlib, camlp5
, ppx_tools_versioned, ppx_deriving, re
}:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ ocaml findlib ppx_tools_versioned ];
propagatedBuildInputs = [ camlp5_strict ppx_deriving re ];
propagatedBuildInputs = [ camlp5 ppx_deriving re ];
createFindlibDestdir = true;