gnu: inkscape: Fix build on armhf-linux.

* gnu/packages/inkscape.scm (inkscape/stable)[arguments]: Add the custom
'fix-32bit-size_t-format phase when building for armhf-linux.

Change-Id: I45f371babd2afc6d6f63d30e5f909b702410833e
This commit is contained in:
Efraim Flashner 2024-09-25 09:52:03 +03:00
parent fdd2a6c4c0
commit 93d6ce6a71
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -204,7 +204,8 @@ (define-public inkscape/stable
(("add_pdfinput_test\\(font-(spacing|style) 1 draw-all" all)
(string-append "#" all))))))
'())
#$@(if (target-x86-32?)
#$@(if (or (target-x86-32?)
(target-arm32?))
'((add-after 'unpack 'fix-32bit-size_t-format
(lambda _
;; Fix an error due to format type mismatch with 32-bit size_t.