bootstrap: srfi-43: Remove.
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 17 Dec 2018 06:41:23 +0000 (07:41 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 20 Dec 2018 11:04:04 +0000 (12:04 +0100)
* gnu/packages/bootstrap.scm (%bootstrap-inputs): Remove srfi-43.
(srfi-43): Remove.

gnu/packages/bootstrap.scm

index 760344b..72e3d08 100644 (file)
@@ -50,8 +50,7 @@
             %bootstrap-glibc
             %bootstrap-inputs
             %bootstrap-mescc-tools
-            %bootstrap-mes
-            %srfi-43))
+            %bootstrap-mes))
 
 ;;; Commentary:
 ;;;
@@ -712,15 +711,6 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
     (home-page #f)
     (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)
   ;; The initial, pre-built inputs.  From now on, we can start building our
   ;; own packages.
@@ -728,8 +718,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
         ((or "i686-linux" "x86_64-linux")
          `(("linux-libre-headers" ,%bootstrap-linux-libre-headers)
            ("bootstrap-mescc-tools" ,%bootstrap-mescc-tools)
-           ("mes" ,%bootstrap-mes)
-           ("srfi-43" ,%srfi-43 )))
+           ("mes" ,%bootstrap-mes)))
         (_
          `(("libc" ,%bootstrap-glibc)
            ("gcc" ,%bootstrap-gcc)