From 7172116ca5178d3bd1ff7590aca50033c57e8ea1 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 17 Oct 2012 22:40:05 +0200 Subject: 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. --- guix/build-system/gnu.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix') diff --git a/guix/build-system/gnu.scm b/guix/build-system/gnu.scm index 77a128e8e3..c67ec52342 100644 --- a/guix/build-system/gnu.scm +++ b/guix/build-system/gnu.scm @@ -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 -- cgit v1.2.3