diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-06-14 21:35:08 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-06-14 21:57:39 +0200 |
commit | 1ba0b1e6ec41afd94a3c5f907b1122204dcb5d9d (patch) | |
tree | bb1a81684fe9f5c777b826ad10b104501b0e6189 /gnu/packages/bootstrap.scm | |
parent | 03d76577b96ba81c9921eb3a297d42db8644280b (diff) | |
download | gnu-guix-1ba0b1e6ec41afd94a3c5f907b1122204dcb5d9d.tar gnu-guix-1ba0b1e6ec41afd94a3c5f907b1122204dcb5d9d.tar.gz |
packages: Remove 'search-bootstrap-binary'.
* gnu/packages.scm (%bootstrap-binaries-path, search-bootstrap-binary):
Remove.
* gnu/packages/bootstrap.scm (bootstrap-executable): Export.
* guix/tests.scm (bootstrap-binary-file, search-bootstrap-binary):
Export.
* tests/derivations.scm: Remove (gnu packages) import.
* tests/grafts.scm: Likewise.
* tests/guix-daemon.sh: Likewise.
Diffstat (limited to 'gnu/packages/bootstrap.scm')
-rw-r--r-- | gnu/packages/bootstrap.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm index c78aaa33d0..428a89e927 100644 --- a/gnu/packages/bootstrap.scm +++ b/gnu/packages/bootstrap.scm @@ -43,6 +43,7 @@ package-with-bootstrap-guile glibc-dynamic-linker + bootstrap-executable bootstrap-guile-origin %bootstrap-guile |