diff options
Diffstat (limited to 'gnu/system.scm')
| -rw-r--r-- | gnu/system.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index a365fb57e46..cdb5be6bbb1 100644 --- a/gnu/system.scm +++ b/gnu/system.scm | |||
| @@ -123,7 +123,7 @@ | |||
| 123 | ;;; | 123 | ;;; |
| 124 | 124 | ||
| 125 | (define* (union inputs | 125 | (define* (union inputs |
| 126 | #:key (guile (%guile-for-build)) (system (%current-system)) | 126 | #:key (guile (%guile-for-build)) |
| 127 | (name "union")) | 127 | (name "union")) |
| 128 | "Return a derivation that builds the union of INPUTS. INPUTS is a list of | 128 | "Return a derivation that builds the union of INPUTS. INPUTS is a list of |
| 129 | input tuples." | 129 | input tuples." |
| @@ -141,7 +141,6 @@ input tuples." | |||
| 141 | (union-build #$output inputs))) | 141 | (union-build #$output inputs))) |
| 142 | 142 | ||
| 143 | (gexp->derivation name builder | 143 | (gexp->derivation name builder |
| 144 | #:system system | ||
| 145 | #:modules '((guix build union)) | 144 | #:modules '((guix build union)) |
| 146 | #:guile-for-build guile | 145 | #:guile-for-build guile |
| 147 | #:local-build? #t)) | 146 | #:local-build? #t)) |
