janneke pushed a commit to branch wip-bootstrap in repository guix. commit 084d5429f2a273eabe5ee861b1a5a5983080a070 Author: Jan Nieuwenhuizen <jann...@gnu.org> Date: Wed Jun 6 14:44:15 2018 +0200
gnu: linux-libre-headers-boot0: Export. * gnu/packages/commencement.scm (linux-libre-headers-boot0): Export. --- gnu/packages/commencement.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 406a23b..60ac1f6 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -356,7 +356,7 @@ (current-source-location) #:guile %bootstrap-guile)))) -(define (linux-libre-headers-boot0) +(define-public (linux-libre-headers-boot0) "Return Linux-Libre header files for the bootstrap environment." ;; Note: this is wrapped in a thunk to nicely handle circular dependencies ;; between (gnu packages linux) and this module.