me
/
guix
Archived
1
0
Fork 0

gnu: mit-scheme: Update to 11.2.

* gnu/packages/scheme.scm (mit-scheme): Update to 11.2.
[native-inputs]: Add ‘texlive-epsf’ to ‘telive-union’, and add ‘ghostscript’.
[inputs]: Add ‘ncurses’.  Replace the URL for i686 with the URL for aarch64.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Xinglu Chen 2021-08-01 16:36:51 +02:00 committed by Nicolas Goaziou
parent 12aedf0015
commit 517dacdb99
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 10 additions and 7 deletions

View File

@ -90,7 +90,7 @@
(define-public mit-scheme (define-public mit-scheme
(package (package
(name "mit-scheme") (name "mit-scheme")
(version "10.1.3") (version "11.2")
(source #f) ; see below (source #f) ; see below
(outputs '("out" "doc")) (outputs '("out" "doc"))
(build-system gnu-build-system) (build-system gnu-build-system)
@ -177,11 +177,14 @@
("autoconf" ,autoconf) ("autoconf" ,autoconf)
("automake" ,automake) ("automake" ,automake)
("libtool" ,libtool) ("libtool" ,libtool)
("texlive" ,(texlive-union (list texlive-tex-texinfo))) ("texlive" ,(texlive-union (list texlive-tex-texinfo
texlive-epsf)))
("texinfo" ,texinfo) ("texinfo" ,texinfo)
("ghostscript" ,ghostscript)
("m4" ,m4))) ("m4" ,m4)))
(inputs (inputs
`(("libx11" ,libx11) `(("libx11" ,libx11)
("ncurses" ,ncurses)
("source" ("source"
@ -197,8 +200,8 @@
(match (%current-system) (match (%current-system)
("x86_64-linux" ("x86_64-linux"
(string-append version "-x86-64")) (string-append version "-x86-64"))
("i686-linux" ("aarch64-linux"
(string-append version "-i386")) (string-append version "-aarch64le"))
(_ (_
(string-append "c-" version))) (string-append "c-" version)))
".tar.gz")) ".tar.gz"))
@ -206,10 +209,10 @@
(match (%current-system) (match (%current-system)
("x86_64-linux" ("x86_64-linux"
(base32 (base32
"03m7cc035w3avs91j2pcz9f15ssgvgp3rm045d1vbydqrkzfyw8k")) "17822hs9y07vcviv2af17p3va7qh79dird49nj50bwi9rz64ia3w"))
("i686-linux" ("aarch64-linux"
(base32 (base32
"05sjyz90xxfnmi87qv8x0yx0fcallnzl1dciygdafp317pn489is")) "11maixldk20wqb5js5p4imq221zz9nf27649v9pqkdf8fv7rnrs9"))
(_ (_
(base32 (base32
"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa")))))))) "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"))))))))