guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: haunt: Switch to 'guile-3.0-latest'.


From: guix-commits
Subject: 01/05: gnu: haunt: Switch to 'guile-3.0-latest'.
Date: Wed, 3 Feb 2021 06:42:11 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit e55f1ac7773841838f82ac10f3bf8cde514ca4dd
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Feb 2 21:24:09 2021 +0100

    gnu: haunt: Switch to 'guile-3.0-latest'.
    
    * gnu/packages/guile-xyz.scm (haunt)[inputs]: Use GUILE-3.0-LATEST
    instead of GUILE-3.0.
---
 gnu/packages/guile-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index c6f25bb..4a7cd87 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2399,7 +2399,9 @@ inspired by the SCSH regular expression system.")
      `(("pkg-config" ,pkg-config)
        ("texinfo" ,texinfo)))
     (inputs
-     `(("guile" ,guile-3.0)))
+     ;; Depend on the latest Guile to avoid bytecode compatibility issues when
+     ;; using modules built against the latest version.
+     `(("guile" ,guile-3.0-latest)))
     (propagated-inputs
      `(("guile-reader" ,guile-reader)
        ("guile-commonmark" ,guile-commonmark)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]