janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 7bd2835786ea29ee2a0245b9c15ef80338b2dc46
Author: Jan Nieuwenhuizen <[email protected]>
Date: Fri Aug 31 14:44:31 2018 +0200
gnu: findutils-boot0: Export (for testing).
* gnu/packages/commencement.scm (findutils-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 119bba2..ba0e6e9 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1729,7 +1729,7 @@ exec " gcc "/bin/gcc"
(arguments `(#:tests? #f ; the test suite needs diffutils
,@(package-arguments p)))))))
-(define findutils-boot0
+(define-public findutils-boot0
(package-with-bootstrap-guile
(package-with-explicit-inputs (package
(inherit findutils)