diff options
author | Brett Gilio <brettg@gnu.org> | 2020-11-22 21:02:59 -0600 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2020-11-22 21:02:59 -0600 |
commit | 0ada181aa1a3a675a1d189744429665e0f4cb301 (patch) | |
tree | 843f56956f3ced42e84ad32593a35c4b0c6f52c0 /gnu/local.mk | |
parent | 12ed211b7583f8f57e5502759cd263a49b5e142f (diff) | |
download | guix-0ada181aa1a3a675a1d189744429665e0f4cb301.tar.gz guix-0ada181aa1a3a675a1d189744429665e0f4cb301.zip |
gnu: ocaml-cairo2: Patch test phase.
* gnu/local.mk (ocaml-cairo2-caml_ba_array_fix.patch): Add ref.
* gnu/packages/ocaml.scm (ocaml-cairo2): Utilize patch.
* gnu/packages/patches/ocaml-cairo2-caml_ba_array-fix.patch: Add file.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 60155b0d3b..f0a5560b8f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1392,6 +1392,7 @@ dist_patch_DATA = \ %D%/packages/patches/nvi-db4.patch \ %D%/packages/patches/nyacc-binary-literals.patch \ %D%/packages/patches/ocaml-bitstring-fix-configure.patch \ + %D%/packages/patches/ocaml-cairo2-caml_ba_array-fix.patch \ %D%/packages/patches/ocaml-CVE-2015-8869.patch \ %D%/packages/patches/ocaml-Add-a-.file-directive.patch \ %D%/packages/patches/ocaml-enable-ocamldoc-reproducibility.patch \ |