guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/13: bootstrap: srfi-43: Remove.


From: guix-commits
Subject: 13/13: bootstrap: srfi-43: Remove.
Date: Thu, 20 Dec 2018 06:22:50 -0500 (EST)

janneke pushed a commit to branch core-updates
in repository guix.

commit 03a45a40227d97ccafeb49c4eb0fc7539f4d2127
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Mon Dec 17 07:41:23 2018 +0100

    bootstrap: srfi-43: Remove.
    
    * gnu/packages/bootstrap.scm (%bootstrap-inputs): Remove srfi-43.
    (srfi-43): Remove.
---
 gnu/packages/bootstrap.scm | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 760344b..72e3d08 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]