diff options
-rw-r--r-- | gnu/packages/make-bootstrap.scm | 2 | ||||
-rw-r--r-- | gnu/packages/mes.scm | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index 9f4f5bb4af..42e0916c9a 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm @@ -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 diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm index 71083b5061..d9d41c8138 100644 --- a/gnu/packages/mes.scm +++ b/gnu/packages/mes.scm @@ -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 |