guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: tests: Fix union.


From: Jan Nieuwenhuizen
Subject: 01/01: tests: Fix union.
Date: Sat, 22 Sep 2018 16:40:40 -0400 (EDT)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit 2e3a34fc7748ba74545be75d1a12e676282a9c37
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Sat Sep 22 22:27:18 2018 +0200

    tests: Fix union.
    
    This is a fixup of
    
        86811e6faf bootstrap: %bootstrap-inputs: Wrap input lists into thunks.
    
    * tests/union.scm ("union-build"): %bootstrap-inputs is now a thunk.
---
 tests/union.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/union.scm b/tests/union.scm
index 5a6a403..39d06cf 100644
--- a/tests/union.scm
+++ b/tests/union.scm
@@ -94,8 +94,8 @@
                          `(,name ,(package-derivation %store package))))
 
                        ;; Purposefully leave duplicate entries.
-                       (append %bootstrap-inputs
-                               (take %bootstrap-inputs 3))))
+                       (append (%bootstrap-inputs)
+                               (take (%bootstrap-inputs) 3))))
          (builder `(begin
                      (use-modules (guix build union))
                      (union-build (assoc-ref %outputs "out")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]