[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
141/211: gnu: Add %bootstrap-diffutils.
From: |
Jan Nieuwenhuizen |
Subject: |
141/211: gnu: Add %bootstrap-diffutils. |
Date: |
Sat, 8 Sep 2018 11:09:44 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 611cefc2c191f025edd2378cb0045c50a7fa2db7
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sat Aug 25 09:35:47 2018 +0200
gnu: Add %bootstrap-diffutils.
* gnu/packages/bootstrap.scm (%bootstrap-diffutils): New variable.
---
gnu/packages/bootstrap.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 54bcd10..cdca9cd 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -43,6 +43,7 @@
%bootstrap-guile
%bootstrap-coreutils&co
+ %bootstrap-diffutils
%bootstrap-make
%bootstrap-binutils
%bootstrap-gcc
@@ -396,6 +397,23 @@ $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"
- 137/211: gnu: tcc-boot: Use gnu-build-system., (continued)
- 137/211: gnu: tcc-boot: Use gnu-build-system., Jan Nieuwenhuizen, 2018/09/08
- 188/211: gnu: binutils-mesboot: Cleanup., Jan Nieuwenhuizen, 2018/09/08
- 184/211: gnu: mesboot-headers: Cleanup., Jan Nieuwenhuizen, 2018/09/08
- 169/211: bootstrap: Evaluate %bootstrap-inputs+toolchain at build time., Jan Nieuwenhuizen, 2018/09/08
- 165/211: Revert "gnu: make-boot0: Set LOADLIBES for i686-linux.", Jan Nieuwenhuizen, 2018/09/08
- 120/211: gnu: mes-boot: Update to 0.16.1; revise dependencies., Jan Nieuwenhuizen, 2018/09/08
- 123/211: gnu: binutils-mesboot0: Revise dependencies., Jan Nieuwenhuizen, 2018/09/08
- 142/211: gnu: Add %linux-libre-headers-stripped, %linux-libre-headers-bootstrap-tarball., Jan Nieuwenhuizen, 2018/09/08
- 155/211: Revert "gnu: Add %diffutils-static, %diffutils-static-stripped, %diffutils-bootstrap-tarball.", Jan Nieuwenhuizen, 2018/09/08
- 130/211: gnu: %tinycc-seed: Update for mes 0.17., Jan Nieuwenhuizen, 2018/09/08
- 141/211: gnu: Add %bootstrap-diffutils.,
Jan Nieuwenhuizen <=
- 112/211: gnu: tcc-boot: Package with bootstrap-guile., Jan Nieuwenhuizen, 2018/09/08
- 159/211: gcc-mesboot: use package-full-name "-" :-), Jan Nieuwenhuizen, 2018/09/08
- 140/211: gnu: Add %diffutils-static, %diffutils-static-stripped, %diffutils-bootstrap-tarball., Jan Nieuwenhuizen, 2018/09/08
- 129/211: gnu: %mes-seed: Update for mes 0.17., Jan Nieuwenhuizen, 2018/09/08
- 110/211: Revert "REMOVEME: %fake-bootstrap => #t.", Jan Nieuwenhuizen, 2018/09/08
- 104/211: gnu: gcc-mesboot: Rename from gcc-boot., Jan Nieuwenhuizen, 2018/09/08
- 98/211: gnu: binutils-boot0: Inject AR, LD from bootstrap-binaries., Jan Nieuwenhuizen, 2018/09/08
- 94/211: gnu: tcc-boot0: Update for mes 0.16., Jan Nieuwenhuizen, 2018/09/08
- 93/211: gnu: Add tcc-boot 0.9.27., Jan Nieuwenhuizen, 2018/09/08
- 100/211: gnu: m4:mesboot: Rename from m4-boot., Jan Nieuwenhuizen, 2018/09/08