[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
143/207: gnu: Add %bootstrap-linux-libre-headers.
From: |
Jan Nieuwenhuizen |
Subject: |
143/207: gnu: Add %bootstrap-linux-libre-headers. |
Date: |
Sat, 8 Sep 2018 13:26:20 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 2875c8864c4c142a37e63f17367b8f3c4478095f
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sat Aug 25 09:35:37 2018 +0200
gnu: Add %bootstrap-linux-libre-headers.
* gnu/packages/bootstrap.scm (%bootstrap-linux-libre-headers): 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 d4904c1..d6b9901 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -44,6 +44,7 @@
%bootstrap-guile
%bootstrap-coreutils&co
%bootstrap-diffutils
+ %bootstrap-linux-libre-headers
%bootstrap-make
%bootstrap-binutils
%bootstrap-gcc
@@ -475,6 +476,23 @@ $out/bin/guile --version~%"
"make" ; the program to test
"Bootstrap binary GNU Make"))
+(define-public %bootstrap-linux-libre-headers
+ (package-from-tarball-possibly-without-test
+ "linux-libre-headers-bootstrap"
+ (lambda (system)
+ (origin
+ (method url-fetch)
+ (uri (match system
+ ((or "i686-linux"
+ "x86_64-linux")
+
"http://lilypond.org/janneke/mes/linux-libre-headers-stripped-4.4.47-i686-linux.tar.xz")
+ (_ (error "linux-libre-headers-bootstrap: system not
supported"))))
+ (sha256
+ (base32
+ "1pfrnl2mk52hk39ykrbjn4jqmxq6av0h650xw3asm9faacyw0f4s"))))
+ #f ; no program to test
+ "Bootstrap linux-libre-headers"))
+
(define %bootstrap-binutils
(package-from-tarball "binutils-bootstrap"
(lambda (system)
- 191/207: gnu: glibc-headers-mesboot: Cleanup., (continued)
- 191/207: gnu: glibc-headers-mesboot: Cleanup., Jan Nieuwenhuizen, 2018/09/08
- 165/207: Revert "gnu: make-boot0: Set LOADLIBES for i686-linux.", Jan Nieuwenhuizen, 2018/09/08
- 142/207: gnu: Add %linux-libre-headers-stripped, %linux-libre-headers-bootstrap-tarball., Jan Nieuwenhuizen, 2018/09/08
- 103/207: gnu: glibc-mesboot: Rename from glibc-boot., Jan Nieuwenhuizen, 2018/09/08
- 194/207: oops: fixup glibc-bootstrap-system-2.16.0.patch name., Jan Nieuwenhuizen, 2018/09/08
- 111/207: gnu: m4-mesboot: Package with boostrap-guile., Jan Nieuwenhuizen, 2018/09/08
- 145/207: bootstrap: Integrate mes bootstrap for i686-linux., Jan Nieuwenhuizen, 2018/09/08
- 96/207: gnu: Add binutils-boot0-cheat., Jan Nieuwenhuizen, 2018/09/08
- 133/207: bootstrap: Move mes seeds to bootstrap.scm, Jan Nieuwenhuizen, 2018/09/08
- 146/207: gnu: %mes-seed: Update for mes 0.17.1., Jan Nieuwenhuizen, 2018/09/08
- 143/207: gnu: Add %bootstrap-linux-libre-headers.,
Jan Nieuwenhuizen <=
- 138/207: gnu: Add %make-static, %make-static-stripped, %make-bootstrap-tarball., Jan Nieuwenhuizen, 2018/09/08
- 115/207: gnu: glibc-mesboot: Package with bootstrap-guile., Jan Nieuwenhuizen, 2018/09/08
- 147/207: gnu: %tinycc-seed: Update for mes 0.17.1., Jan Nieuwenhuizen, 2018/09/08
- 132/207: gnu: tcc-boot0: Update for mes 0.17., Jan Nieuwenhuizen, 2018/09/08
- 16/207: bump: mes-boot: fixup for 80-setjmp test, Jan Nieuwenhuizen, 2018/09/08
- 130/207: gnu: %tinycc-seed: Update for mes 0.17., Jan Nieuwenhuizen, 2018/09/08
- 102/207: gnu: gcc-core-mesboot: Rename from gcc-core-boot., Jan Nieuwenhuizen, 2018/09/08
- 117/207: gnu: Remove gcc-mesboot-4.1.0., Jan Nieuwenhuizen, 2018/09/08
- 151/207: gnu: Add diffutils-mesboot 2.7., Jan Nieuwenhuizen, 2018/09/08
- 175/207: gnu: glibc-mesboot: Remove %bootstrap-glibc., Jan Nieuwenhuizen, 2018/09/08