me
/
guix
Archived
1
0
Fork 0

gexp: Unconditionally include (system base target) in 'compiled-modules'.

* guix/gexp.scm (compiled-modules): Remove conditional.
master
Marius Bakke 2019-12-03 14:56:29 +01:00
parent c9bba9928a
commit 326dc63094
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 6 deletions

View File

@ -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 '("." ".."))))