diff --git a/gnu/system.scm b/gnu/system.scm index a365fb57e4..cdb5be6bbb 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -123,7 +123,7 @@ (define-record-type* operating-system ;;; (define* (union inputs - #:key (guile (%guile-for-build)) (system (%current-system)) + #:key (guile (%guile-for-build)) (name "union")) "Return a derivation that builds the union of INPUTS. INPUTS is a list of input tuples." @@ -141,7 +141,6 @@ (define inputs '#$inputs) (union-build #$output inputs))) (gexp->derivation name builder - #:system system #:modules '((guix build union)) #:guile-for-build guile #:local-build? #t))