mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: ocaml-cairo2: Disable tests.
* gnu/packages/ocaml.scm (ocaml-cairo2): Disable tests. Issue: #44725
This commit is contained in:
parent
93589b5e43
commit
54aa60b123
1 changed files with 3 additions and 1 deletions
|
@ -5802,7 +5802,9 @@ (define-public ocaml-cairo2
|
|||
"0wzysis9fa850s68qh8vrvqc6svgllhwra3kzll2ibv0wmdqrich"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:test-target "tests"))
|
||||
`(;; FIXME: (got signal SEGV) #44725
|
||||
#:tests? #f
|
||||
#:test-target "tests"))
|
||||
(inputs
|
||||
`(("cairo" ,cairo)
|
||||
("gtk+-2" ,gtk+-2)
|
||||
|
|
Loading…
Reference in a new issue