summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-07-19 23:19:51 +0200
committerAndreas Enge <andreas@enge.fr>2025-07-19 23:24:21 +0200
commit3490ba8b498c6827788962f7e627a7745ff7bb72 (patch)
tree61ffb47e35d2afe89b8989d7f5e071517e62f6ac /gnu
parentf9aa8104026363b9eecc009b2570e3814d05c9b1 (diff)
gnu: inkscape: Fix build on i686.
* gnu/packages/inkscape.scm (inkscape/pinned)[arguments]<#:phases> {check}: Skip one more test on i686. Co-authored-by: Dariqq <dariqq@posteo.net> Change-Id: If4bb258171b4a77f7fc327308f59b30c8e848831
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/inkscape.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 109e7c9ca40..c75c4822b37 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -251,7 +251,8 @@ endif()~%~%"
"cli_export-ps-level_2_check_output"
;; These fail on i686 but not x86-64
#$@(if (target-x86-32?)
- '("cli_pdfinput-font-spacing_check_output"
+ '("cli_actions-path-simplify_check_output"
+ "cli_pdfinput-font-spacing_check_output"
"cli_pdfinput-font-style_check_output"
"cli_pdfinput-latex_check_output"
"cli_pdfinput-multi-page-sample_check_output"