[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
143/163: gnu: Add %bootstrap-linux-libre-headers.
From: |
Jan Nieuwenhuizen |
Subject: |
143/163: gnu: Add %bootstrap-linux-libre-headers. |
Date: |
Thu, 30 Aug 2018 01:03:38 -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)
- 110/163: Revert "REMOVEME: %fake-bootstrap => #t.", (continued)
- 110/163: Revert "REMOVEME: %fake-bootstrap => #t.", Jan Nieuwenhuizen, 2018/08/30
- 67/163: Revert "gnu: binutils-boot: Update to 2.30.", Jan Nieuwenhuizen, 2018/08/30
- 83/163: gnu: %mescc-tools-seed: Update for linux-4.17 elf32-header fix., Jan Nieuwenhuizen, 2018/08/30
- 72/163: gnu: gcc-boot: Update to 3.0., Jan Nieuwenhuizen, 2018/08/30
- 86/163: gnu: mes-boot: Update for fopen: Return 0 upon failure., Jan Nieuwenhuizen, 2018/08/30
- 92/163: gnu: Add binutils-boot 2.20.1, built with gcc+glibc., Jan Nieuwenhuizen, 2018/08/30
- 100/163: gnu: m4:mesboot: Rename from m4-boot., Jan Nieuwenhuizen, 2018/08/30
- 133/163: bootstrap: Move mes seeds to bootstrap.scm, Jan Nieuwenhuizen, 2018/08/30
- 139/163: gnu: Add %bootstrap-make., Jan Nieuwenhuizen, 2018/08/30
- 141/163: gnu: Add %bootstrap-diffutils., Jan Nieuwenhuizen, 2018/08/30
- 143/163: gnu: Add %bootstrap-linux-libre-headers.,
Jan Nieuwenhuizen <=
- 108/163: gnu: Add gcc-mesboot 4.7.4. WIP, Jan Nieuwenhuizen, 2018/08/30
- 118/163: gnu: mescc-tools-boot: Revise dependencies., Jan Nieuwenhuizen, 2018/08/30
- 119/163: gnu: %mes-seed: Update for mes 0.16.1., Jan Nieuwenhuizen, 2018/08/30
- 128/163: gnu: gcc-mesboot: Revise dependencies., Jan Nieuwenhuizen, 2018/08/30
- 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