mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pango-1.90: Disable failing test.
* gnu/packages/gtk.scm (pango-1.90)[source]: Disable failing test. Change-Id: Ib0f6dcd42c9475c4b543400f43836c2f3f8db16f Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
939ed8515c
commit
d48d0baad1
1 changed files with 6 additions and 1 deletions
|
@ -466,7 +466,12 @@ handling for GTK+-2.x.")
|
||||||
#~(begin
|
#~(begin
|
||||||
(substitute* "pango/pangocairo-font.c"
|
(substitute* "pango/pangocairo-font.c"
|
||||||
(("cairo_user_font_face_set_render_color_glyph_func")
|
(("cairo_user_font_face_set_render_color_glyph_func")
|
||||||
"cairo_user_font_face_set_render_glyph_func"))))))))
|
"cairo_user_font_face_set_render_glyph_func"))
|
||||||
|
;; Disable a failing test
|
||||||
|
(substitute* "tests/testmisc.c"
|
||||||
|
(("\
|
||||||
|
g_test_add_func \\(\"/layout/gravity-metrics2\", test_gravity_metrics2\\);")
|
||||||
|
""))))))))
|
||||||
|
|
||||||
(define-public pangox-compat
|
(define-public pangox-compat
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue