[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
143/176: gnu: Add %bootstrap-linux-libre-headers.
From: |
Jan Nieuwenhuizen |
Subject: |
143/176: gnu: Add %bootstrap-linux-libre-headers. |
Date: |
Fri, 31 Aug 2018 11:20:30 -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)
- 133/176: bootstrap: Move mes seeds to bootstrap.scm, (continued)
- 133/176: bootstrap: Move mes seeds to bootstrap.scm, Jan Nieuwenhuizen, 2018/08/31
- 122/176: gnu: tcc-boot: Revise dependencies., Jan Nieuwenhuizen, 2018/08/31
- 117/176: gnu: Remove gcc-mesboot-4.1.0., Jan Nieuwenhuizen, 2018/08/31
- 125/176: gnu: glibc-mesboot: Revise dependencies., Jan Nieuwenhuizen, 2018/08/31
- 120/176: gnu: mes-boot: Update to 0.16.1; revise dependencies., Jan Nieuwenhuizen, 2018/08/31
- 123/176: gnu: binutils-mesboot0: Revise dependencies., Jan Nieuwenhuizen, 2018/08/31
- 153/176: bootstrap: Remove dependency on %bootstrap-make, %bootstrap-diffutils., Jan Nieuwenhuizen, 2018/08/31
- 134/176: gnu: mescc-tools-boot: Use gnu-build-system., Jan Nieuwenhuizen, 2018/08/31
- 124/176: gnu: gcc-core-mesboot: Revise dependencies., Jan Nieuwenhuizen, 2018/08/31
- 132/176: gnu: tcc-boot0: Update for mes 0.17., Jan Nieuwenhuizen, 2018/08/31
- 143/176: gnu: Add %bootstrap-linux-libre-headers.,
Jan Nieuwenhuizen <=
- 147/176: gnu: %tinycc-seed: Update for mes 0.18. WIP, Jan Nieuwenhuizen, 2018/08/31
- 158/176: gnu: Add make-mesboot0 3.80, Jan Nieuwenhuizen, 2018/08/31
- 170/176: gnu: binutils-boot0: Export (for testing)., Jan Nieuwenhuizen, 2018/08/31
- 173/176: gnu: libstdc++-boot0: Export (for testing)., Jan Nieuwenhuizen, 2018/08/31
- 155/176: Revert "gnu: Add %diffutils-static, %diffutils-static-stripped, %diffutils-bootstrap-tarball.", Jan Nieuwenhuizen, 2018/08/31
- 149/176: gnu: tcc-boot: Update for mes 0.18. WIP, Jan Nieuwenhuizen, 2018/08/31
- 141/176: gnu: Add %bootstrap-diffutils., Jan Nieuwenhuizen, 2018/08/31
- 94/176: gnu: tcc-boot0: Update for mes 0.16., Jan Nieuwenhuizen, 2018/08/31
- 93/176: gnu: Add tcc-boot 0.9.27., Jan Nieuwenhuizen, 2018/08/31
- 105/176: gnu: binutils-mesboot: Rename from binutils-boot., Jan Nieuwenhuizen, 2018/08/31