guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mit-scheme: Match all systems in "source" input.


From: guix-commits
Subject: 01/01: gnu: mit-scheme: Match all systems in "source" input.
Date: Sun, 16 Dec 2018 08:05:29 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 7d6cfa442539e8fda0c145bf7a774c13e4fdc83c
Author: Efraim Flashner <address@hidden>
Date:   Sun Dec 16 15:04:22 2018 +0200

    gnu: mit-scheme: Match all systems in "source" input.
    
    This fixes a regression from d870cc5e8acfed6fee318a66c3ffc7244aa376a1.
    
    * gnu/packages/scheme.scm (mit-scheme)[inputs]: Add the catch-all case
    for the "source" input.
---
 gnu/packages/scheme.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index c7ab003..3c688e1 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -182,7 +182,10 @@
                "03m7cc035w3avs91j2pcz9f15ssgvgp3rm045d1vbydqrkzfyw8k"))
              ("i686-linux"
               (base32
-               "05sjyz90xxfnmi87qv8x0yx0fcallnzl1dciygdafp317pn489is"))))))))
+               "05sjyz90xxfnmi87qv8x0yx0fcallnzl1dciygdafp317pn489is"))
+             (_
+               (base32
+                ""))))))))
 
     ;; Fails to build on MIPS, see <http://bugs.gnu.org/18221>.
     ;; Also, the portable C version of MIT/GNU Scheme did not work in time for



reply via email to

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