janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 574596f7da7873847afd70f52fd05c79ab0c274f
Author: Jan Nieuwenhuizen <[email protected]>
Date: Tue Aug 28 01:13:55 2018 +0200
Revert "gnu: Add %bootstrap-diffutils."
This reverts commit a16596a950757de2bc6e3660fc2a2f8126998115.
---
gnu/packages/bootstrap.scm | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 9fad739..a4d06e9 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -44,7 +44,6 @@
%bootstrap-guile
%bootstrap-coreutils&co
- %bootstrap-diffutils
%bootstrap-linux-libre-headers
%bootstrap-make
%bootstrap-binutils
@@ -443,23 +442,6 @@ $out/bin/guile --version~%"
(("^exec grep") (string-append (getcwd)
"/bin/grep"))))
(chmod "bin" #o555))))
-(define-public %bootstrap-diffutils
- (package-from-tarball
- "diffutils-bootstrap"
- (lambda (system)
- (origin
- (method url-fetch)
- (uri (match system
- ((or "i686-linux"
- "x86_64-linux")
-
"http://lilypond.org/janneke/mes/diffutils-static-stripped-3.6-i686-linux.tar.xz")
- (_ (error "diffutils-bootstrap: system not supported"))))
- (sha256
- (base32
- "1qvackm4i42nba0wixpby17igcm64l98pbz05qsdrsy988s86ifh"))))
- "diff" ; the program to test
- "Bootstrap binaries of the GNU Diffutils"))
-
(define-public %bootstrap-make
(package-from-tarball
"make-bootstrap"