gnu: ocaml-cairo2: Disable tests.

* gnu/packages/ocaml.scm (ocaml-cairo2): Disable tests.

Issue: #44725
This commit is contained in:
Brett Gilio 2020-11-18 15:52:17 -06:00
parent 93589b5e43
commit 54aa60b123
No known key found for this signature in database
GPG key ID: F6C52DD1BA27CB87

View file

@ -5802,7 +5802,9 @@ (define-public ocaml-cairo2
"0wzysis9fa850s68qh8vrvqc6svgllhwra3kzll2ibv0wmdqrich")))) "0wzysis9fa850s68qh8vrvqc6svgllhwra3kzll2ibv0wmdqrich"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:test-target "tests")) `(;; FIXME: (got signal SEGV) #44725
#:tests? #f
#:test-target "tests"))
(inputs (inputs
`(("cairo" ,cairo) `(("cairo" ,cairo)
("gtk+-2" ,gtk+-2) ("gtk+-2" ,gtk+-2)