gexp: Unconditionally include (system base target) in 'compiled-modules'.
* guix/gexp.scm (compiled-modules): Remove conditional.
This commit is contained in:
parent
c9bba9928a
commit
326dc63094
@ -1386,14 +1386,9 @@ TARGET, a GNU triplet."
|
|||||||
(ice-9 format)
|
(ice-9 format)
|
||||||
(srfi srfi-1)
|
(srfi srfi-1)
|
||||||
(srfi srfi-26)
|
(srfi srfi-26)
|
||||||
|
(system base target)
|
||||||
(system base compile))
|
(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)
|
(define (regular? file)
|
||||||
(not (member file '("." ".."))))
|
(not (member file '("." ".."))))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user