bootstrap: srfi-43: Remove.

* gnu/packages/bootstrap.scm (%bootstrap-inputs): Remove srfi-43.
(srfi-43): Remove.
master
Jan Nieuwenhuizen 2018-12-17 07:41:23 +01:00
parent b02dc758a5
commit 03a45a4022
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 2 additions and 13 deletions

View File

@ -50,8 +50,7 @@
%bootstrap-glibc %bootstrap-glibc
%bootstrap-inputs %bootstrap-inputs
%bootstrap-mescc-tools %bootstrap-mescc-tools
%bootstrap-mes %bootstrap-mes))
%srfi-43))
;;; Commentary: ;;; Commentary:
;;; ;;;
@ -712,15 +711,6 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
(home-page #f) (home-page #f)
(license gpl3+))) (license gpl3+)))
(define %srfi-43
(origin
(method url-fetch)
(uri "http://git.savannah.gnu.org/cgit/guile.git/plain/module/srfi/srfi-43.scm?h=stable-2.0")
(file-name "srfi-43.scm")
(sha256
(base32
"0rnkppwdkxbzkgp9s9ccmby9f7p3ijxjlmvj0pzqxwmrmpy7jwmb"))))
(define (%bootstrap-inputs) (define (%bootstrap-inputs)
;; The initial, pre-built inputs. From now on, we can start building our ;; The initial, pre-built inputs. From now on, we can start building our
;; own packages. ;; own packages.
@ -728,8 +718,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
((or "i686-linux" "x86_64-linux") ((or "i686-linux" "x86_64-linux")
`(("linux-libre-headers" ,%bootstrap-linux-libre-headers) `(("linux-libre-headers" ,%bootstrap-linux-libre-headers)
("bootstrap-mescc-tools" ,%bootstrap-mescc-tools) ("bootstrap-mescc-tools" ,%bootstrap-mescc-tools)
("mes" ,%bootstrap-mes) ("mes" ,%bootstrap-mes)))
("srfi-43" ,%srfi-43 )))
(_ (_
`(("libc" ,%bootstrap-glibc) `(("libc" ,%bootstrap-glibc)
("gcc" ,%bootstrap-gcc) ("gcc" ,%bootstrap-gcc)