guix-commits
[Top][All Lists]
Advanced

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

03/08: self: Build with Guile 3.0.3.


From: guix-commits
Subject: 03/08: self: Build with Guile 3.0.3.
Date: Mon, 22 Jun 2020 09:56:30 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 955caaab26a3f0532ece6f23f92101731b9d9fed
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jun 22 14:51:15 2020 +0200

    self: Build with Guile 3.0.3.
    
    * gnu/packages/guile.scm (guile-3.0/libgc-7): Inherit from GUILE-3.0.3.
---
 gnu/packages/guile.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index a8f5019..9f86676 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -330,7 +330,7 @@ without requiring the source code to be rewritten.")
   ;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=40525
   (hidden-package
    (package
-     (inherit guile-3.0)
+     (inherit guile-3.0.3)
      (propagated-inputs
       `(("bdw-gc" ,libgc-7)
         ,@(srfi-1:alist-delete "bdw-gc" (package-propagated-inputs 
guile-3.0)))))))



reply via email to

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