python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / ocaml-modules / ocaml-cairo / META.patch
blobba6e5927b00a73133178f321c1e2676b46ecc8e5
1 diff -Naur cairo-ocaml-1.2.0.ori/META cairo-ocaml-1.2.0/META
2 --- cairo-ocaml-1.2.0.ori/META 1970-01-01 01:00:00.000000000 +0100
3 +++ cairo-ocaml-1.2.0/META 2013-06-04 03:31:32.000000000 +0200
4 @@ -0,0 +1,12 @@
5 +name = "cairo-ocaml"
6 +description = "Bindings to the cairo library."
7 +version = "@VERSION@"
8 +archive(byte) = "cairo.cma"
9 +archive(native) = "cairo.cmxa"
10 +requires = "bigarray"
12 +package "lablgtk2" (
13 + requires = "cairo lablgtk2"
14 + archive(byte) = "cairo_lablgtk.cma"
15 + archive(native) = "cairo_lablgtk.cmxa"