mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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
This commit is contained in:
parent
f9aa810402
commit
3490ba8b49
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue