[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
154/163: Revert "gnu: Add %bootstrap-diffutils."
From: |
Jan Nieuwenhuizen |
Subject: |
154/163: Revert "gnu: Add %bootstrap-diffutils." |
Date: |
Thu, 30 Aug 2018 01:03:40 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit adfff13ae903234ddcb7eccc4e9cebd5b652d83a
Author: Jan Nieuwenhuizen <address@hidden>
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 631faee..9fd3e49 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"
- 117/163: gnu: Remove gcc-mesboot-4.1.0., (continued)
- 117/163: gnu: Remove gcc-mesboot-4.1.0., Jan Nieuwenhuizen, 2018/08/30
- 131/163: gnu: mes: Update to 0.17., Jan Nieuwenhuizen, 2018/08/30
- 146/163: gnu: %mes-seed: Update for mes 0.18. WIP, Jan Nieuwenhuizen, 2018/08/30
- 140/163: gnu: Add %diffutils-static, %diffutils-static-stripped, %diffutils-bootstrap-tarball., Jan Nieuwenhuizen, 2018/08/30
- 135/163: gnu: mes-boot: Use gnu-build-system., Jan Nieuwenhuizen, 2018/08/30
- 148/163: gnu: mes-boot: Update to 0.18. WIP, Jan Nieuwenhuizen, 2018/08/30
- 136/163: gnu: tcc-boot0: Use gnu-build-system., Jan Nieuwenhuizen, 2018/08/30
- 150/163: gnu: Add make-mesboot 3.79., Jan Nieuwenhuizen, 2018/08/30
- 156/163: Revert "gnu: Add %bootstrap-make.", Jan Nieuwenhuizen, 2018/08/30
- 152/163: gnu: make-mesboot: Update to 3.80., Jan Nieuwenhuizen, 2018/08/30
- 154/163: Revert "gnu: Add %bootstrap-diffutils.",
Jan Nieuwenhuizen <=
- 142/163: gnu: Add %linux-libre-headers-stripped, %linux-libre-headers-bootstrap-tarball., Jan Nieuwenhuizen, 2018/08/30
- 160/163: gnu: Add mpc-boot 1.0.3., Jan Nieuwenhuizen, 2018/08/30
- 158/163: gnu: Add make-mesboot0 3.80, Jan Nieuwenhuizen, 2018/08/30
- 163/163: Add new cheat: use %bootstrap-glibc for x86 for now., Jan Nieuwenhuizen, 2018/08/30
- 95/163: gnu: binutils-boot: Update to 2.20.1a., Jan Nieuwenhuizen, 2018/08/30
- 109/163: REMOVEME: %fake-bootstrap => #t., Jan Nieuwenhuizen, 2018/08/30
- 113/163: gnu: binutils-mesboot0: Package with bootstrap-guile., Jan Nieuwenhuizen, 2018/08/30
- 120/163: gnu: mes-boot: Update to 0.16.1; revise dependencies., Jan Nieuwenhuizen, 2018/08/30
- 115/163: gnu: glibc-mesboot: Package with bootstrap-guile., Jan Nieuwenhuizen, 2018/08/30
- 124/163: gnu: gcc-core-mesboot: Revise dependencies., Jan Nieuwenhuizen, 2018/08/30