janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 0540609333b204fa1c910cc2cc94aca6e6bd0da9
Author: Jan Nieuwenhuizen <[email protected]>
Date: Fri Aug 31 14:43:05 2018 +0200
gnu: diffutils-boot0: Export (for testing).
* gnu/packages/commencement.scm (diffutils-boot0): Export (for testing).
---
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 9ebf1b7..119bba2 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1718,7 +1718,7 @@ exec " gcc "/bin/gcc"
(native-inputs '()) ; no need for 'pkg-config'
(inputs %bootstrap-inputs+toolchain))))
-(define diffutils-boot0
+(define-public diffutils-boot0
(package-with-bootstrap-guile
(let ((p (package-with-explicit-inputs diffutils
`(("make" ,gnu-make-boot0)