gnu: mes: Switch to Guile 3.0.
* gnu/packages/mes.scm (nyacc-1.00.2)[inputs]: Change GUILE-2.2 to GUILE-3.0. (mes-0.19)[native-inputs]: Likewise. * gnu/packages/make-bootstrap.scm (%mes-minimal)[native-inputs]: Likewise.master
parent
114a9f1f80
commit
81096caf7d
|
@ -627,7 +627,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
|
|||
(inherit mes)
|
||||
(name "mes-minimal")
|
||||
(native-inputs
|
||||
`(("guile" ,guile-2.2)))
|
||||
`(("guile" ,guile-3.0)))
|
||||
(arguments
|
||||
`(#:system "i686-linux"
|
||||
#:strip-binaries? #f
|
||||
|
|
|
@ -148,7 +148,7 @@ parsers to allow execution with Guile as extension languages.")))
|
|||
(sha256
|
||||
(base32
|
||||
"065ksalfllbdrzl12dz9d9dcxrv97wqxblslngsc6kajvnvlyvpk"))))
|
||||
(inputs (list guile-2.2))))
|
||||
(inputs (list guile-3.0))))
|
||||
|
||||
(define-public mes-0.19
|
||||
;; Mes used for bootstrap.
|
||||
|
@ -166,7 +166,7 @@ parsers to allow execution with Guile as extension languages.")))
|
|||
(supported-systems '("i686-linux" "x86_64-linux"))
|
||||
(propagated-inputs (list mescc-tools nyacc-0.86))
|
||||
(native-inputs
|
||||
`(("guile" ,guile-2.2)
|
||||
`(("guile" ,guile-3.0)
|
||||
,@(let ((target-system (or (%current-target-system)
|
||||
(%current-system))))
|
||||
(cond
|
||||
|
|
Reference in New Issue