mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 7d6cfa4425
.
* gnu/packages/scheme.scm (mit-scheme)[inputs]: For "source", pass a
hash of the right length in the catch-all case.
This commit is contained in:
parent
b69ce8a872
commit
2f1a01b7cd
1 changed files with 2 additions and 2 deletions
|
@ -204,8 +204,8 @@ (define-public mit-scheme
|
||||||
(base32
|
(base32
|
||||||
"05sjyz90xxfnmi87qv8x0yx0fcallnzl1dciygdafp317pn489is"))
|
"05sjyz90xxfnmi87qv8x0yx0fcallnzl1dciygdafp317pn489is"))
|
||||||
(_
|
(_
|
||||||
(base32
|
(base32
|
||||||
""))))))))
|
"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"))))))))
|
||||||
|
|
||||||
;; Fails to build on MIPS, see <http://bugs.gnu.org/18221>.
|
;; 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
|
;; Also, the portable C version of MIT/GNU Scheme did not work in time for
|
||||||
|
|
Loading…
Reference in a new issue