gnu: guix-icons: Never cross-compile.
* gnu/packages/package-management.scm (guix-icons)[arguments]: Add #:target #f.
This commit is contained in:
parent
1c13606a28
commit
b15658a60e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user