me
/
guix
Archived
1
0
Fork 0

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
Ludovic Courtès 2021-07-25 23:12:16 +02:00
parent 114a9f1f80
commit 81096caf7d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
2 changed files with 3 additions and 3 deletions

View File

@ -627,7 +627,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
(inherit mes) (inherit mes)
(name "mes-minimal") (name "mes-minimal")
(native-inputs (native-inputs
`(("guile" ,guile-2.2))) `(("guile" ,guile-3.0)))
(arguments (arguments
`(#:system "i686-linux" `(#:system "i686-linux"
#:strip-binaries? #f #:strip-binaries? #f

View File

@ -148,7 +148,7 @@ parsers to allow execution with Guile as extension languages.")))
(sha256 (sha256
(base32 (base32
"065ksalfllbdrzl12dz9d9dcxrv97wqxblslngsc6kajvnvlyvpk")))) "065ksalfllbdrzl12dz9d9dcxrv97wqxblslngsc6kajvnvlyvpk"))))
(inputs (list guile-2.2)))) (inputs (list guile-3.0))))
(define-public mes-0.19 (define-public mes-0.19
;; Mes used for bootstrap. ;; Mes used for bootstrap.
@ -166,7 +166,7 @@ parsers to allow execution with Guile as extension languages.")))
(supported-systems '("i686-linux" "x86_64-linux")) (supported-systems '("i686-linux" "x86_64-linux"))
(propagated-inputs (list mescc-tools nyacc-0.86)) (propagated-inputs (list mescc-tools nyacc-0.86))
(native-inputs (native-inputs
`(("guile" ,guile-2.2) `(("guile" ,guile-3.0)
,@(let ((target-system (or (%current-target-system) ,@(let ((target-system (or (%current-target-system)
(%current-system)))) (%current-system))))
(cond (cond