diff options
-rw-r--r-- | gnu/packages/package-management.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 3efcadb50d..c7d61f0070 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -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 |