~ruther/guix-local

7172116ca5178d3bd1ff7590aca50033c57e8ea1 — Ludovic Courtès 13 years ago a52e429
build-system/gnu: Pass the system type to the builder.

* guix/build-system/gnu.scm (gnu-build)[builder]: Pass SYSTEM to
  `gnu-build' as a keyword argument.
1 files changed, 1 insertions(+), 0 deletions(-)

M guix/build-system/gnu.scm
M guix/build-system/gnu.scm => guix/build-system/gnu.scm +1 -0
@@ 132,6 132,7 @@ package if GUILE is #f or omitted."
       (gnu-build #:source ,(if (derivation-path? source)
                                (derivation-path->output-path source)
                                source)
                  #:system ,system
                  #:outputs %outputs
                  #:inputs %build-inputs
                  #:patches ,patches