diff options
author | Julien Lepiller <julien@lepiller.eu> | 2018-06-20 20:33:31 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2018-06-20 21:26:16 +0200 |
commit | 6a8d3381588ad335d14ad8e7d68bcd8530a68252 (patch) | |
tree | 92505cf582082804721f1b14763f5a15c0ae29b9 /gnu/packages/ocaml.scm | |
parent | aed4944d51669089620d8fe13b2e63c59e722b79 (diff) | |
download | patches-6a8d3381588ad335d14ad8e7d68bcd8530a68252.tar patches-6a8d3381588ad335d14ad8e7d68bcd8530a68252.tar.gz |
gnu: ocaml: Build reproducibly.
* gnu/packages/patches/ocaml-enable-ocamldoc-reproducibility.patch: New
file.
* gnu/packages/ocaml.scm (ocaml)[origin]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 864038fe99..f21c2b2610 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -135,7 +135,8 @@ (patches (search-patches "ocaml-CVE-2015-8869.patch" - "ocaml-Add-a-.file-directive.patch")))) + "ocaml-Add-a-.file-directive.patch" + "ocaml-enable-ocamldoc-reproducibility.patch")))) (build-system gnu-build-system) (native-search-paths (list (search-path-specification |