guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: shepherd 0.9: Switch from guile-3.0-latest to guile-3.0.


From: guix-commits
Subject: 01/02: gnu: shepherd 0.9: Switch from guile-3.0-latest to guile-3.0.
Date: Fri, 19 Jul 2024 13:05:33 -0400 (EDT)

davexunit pushed a commit to branch master
in repository guix.

commit 1e918509ab4660391624069b9e610cfbefec00c5
Author: David Thompson <dthompson2@worcester.edu>
AuthorDate: Thu Jul 18 16:43:32 2024 -0400

    gnu: shepherd 0.9: Switch from guile-3.0-latest to guile-3.0.
    
    * gnu/packages/admin.scm (shepherd-0.9)[native-inputs]: Use guile-3.0.
    [inputs]: Ditto.
    
    Change-Id: I7f7efabc43e11e413300c6aa4c22919070d22389
---
 gnu/packages/admin.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f4d1797d5b..113b8e2481 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -385,11 +385,9 @@ interface and is based on GNU Guile.")
                                       "/lib/guile/3.0/site-ccache"))))))
                         #~%standard-phases)))
 
-    ;; Note: Use 'guile-3.0-latest' to address the continuation-related memory
-    ;; leak reported at <https://issues.guix.gnu.org/58631>.
-    (native-inputs (list pkg-config guile-3.0-latest
+    (native-inputs (list pkg-config guile-3.0
                          guile-fibers-1.1))       ;for cross-compilation
-    (inputs (list guile-3.0-latest guile-fibers-1.1))))
+    (inputs (list guile-3.0 guile-fibers-1.1))))
 
 (define-public shepherd-0.10
   (package



reply via email to

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