bootstrap: srfi-43: Remove.
* gnu/packages/bootstrap.scm (%bootstrap-inputs): Remove srfi-43. (srfi-43): Remove.
This commit is contained in:
parent
b02dc758a5
commit
03a45a4022
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue