guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: mit-scheme: Pass a valid tarball hash on non-x86.


From: guix-commits
Subject: 02/04: gnu: mit-scheme: Pass a valid tarball hash on non-x86.
Date: Mon, 23 Sep 2019 06:28:10 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 2f1a01b7cd7763ec55c9334b84013a30a3ded96f
Author: Ludovic Courtès <address@hidden>
Date:   Mon Sep 23 12:14:39 2019 +0200

    gnu: mit-scheme: Pass a valid tarball hash on non-x86.
    
    Fixes this bug:
    
      $ guix build -nd mit-scheme -s aarch64-linux
      guix build: error: derivation 
`/gnu/store/…-mit-scheme-c-10.1.3.tar.gz.drv' has incorrect output 
`/gnu/store/…-mit-scheme-c-10.1.3.tar.gz', should be 
`/gnu/store/…-mit-scheme-c-10.1.3.tar.gz'
    
    This is a followup to 7d6cfa442539e8fda0c145bf7a774c13e4fdc83c.
    
    * gnu/packages/scheme.scm (mit-scheme)[inputs]: For "source", pass a
    hash of the right length in the catch-all case.
---
 gnu/packages/scheme.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 9962cbd..5753035 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -204,8 +204,8 @@
               (base32
                "05sjyz90xxfnmi87qv8x0yx0fcallnzl1dciygdafp317pn489is"))
              (_
-               (base32
-                ""))))))))
+              (base32
+               "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"))))))))
 
     ;; 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]