guix-commits
[Top][All Lists]
Advanced

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

43/94: gexp: Unconditionally include (system base target) in 'compiled-m


From: guix-commits
Subject: 43/94: gexp: Unconditionally include (system base target) in 'compiled-modules'.
Date: Thu, 5 Dec 2019 12:15:33 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 326dc630941ca70c74b4e6e2b1a01f0d046890c2
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 3 14:56:29 2019 +0100

    gexp: Unconditionally include (system base target) in 'compiled-modules'.
    
    * guix/gexp.scm (compiled-modules): Remove conditional.
---
 guix/gexp.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/guix/gexp.scm b/guix/gexp.scm
index a96592a..ffe4fc9 100644
--- a/guix/gexp.scm
+++ b/guix/gexp.scm
@@ -1386,14 +1386,9 @@ TARGET, a GNU triplet."
                       (ice-9 format)
                       (srfi srfi-1)
                       (srfi srfi-26)
+                      (system base target)
                       (system base compile))
 
-         ;; TODO: Inline this on the next rebuild cycle.
-         (ungexp-splicing
-          (if target
-              (gexp ((use-modules (system base target))))
-              (gexp ())))
-
          (define (regular? file)
            (not (member file '("." ".."))))
 



reply via email to

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