mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
aed4944d51
commit
6a8d338158
3 changed files with 152 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue