guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 3e6a5acc9f2e22c45c4d96c05108f6caf55e4db0
Author: Dariqq <[email protected]>
AuthorDate: Sat Sep 19 16:29:10 2026 +0000

    gnu: inkscape: Fix build on i686-linux.
    
    * gnu/packages/inkscape.scm (inkscape/pinned)[#:phases]: In 'check skip
    another test on i686-linux.
    
    Fixes: guix/guix#11355
    Merges: guix/guix!11356
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/inkscape.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 5790ddf5f02..4701a8c242f 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -270,7 +270,8 @@ endif()~%~%"
                                    "cli_pdfinput-font-style_check_output"
                                    "cli_pdfinput-latex_check_output"
                                    
"cli_pdfinput-multi-page-sample_check_output"
-                                   "test_lpe")
+                                   "test_lpe"
+                                   "test_geom-pathstroke")
                                  '()))))
                    (invoke "make" "-j" job-count "tests")
                    (invoke "ctest" "-j" job-count

Reply via email to