gnu: guix-icons: Never cross-compile.

* gnu/packages/package-management.scm (guix-icons)[arguments]:
Add #:target #f.
This commit is contained in:
Ludovic Courtès 2023-02-24 23:24:36 +01:00
parent 1c13606a28
commit b15658a60e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -627,6 +627,11 @@ overridden by setting the 'current-guix-package' parameter."
(arguments
`(#:modules ((guix build utils)
(gnu build svg))
;; There's no point in cross-compiling: a native build gives the same
;; result, independently of the system type.
#:target #f
#:builder
,(with-extensions (list guile-rsvg guile-cairo)
#~(begin