self: Build with Guile 3.0.3.
* gnu/packages/guile.scm (guile-3.0/libgc-7): Inherit from GUILE-3.0.3.
This commit is contained in:
parent
fe5de925aa
commit
955caaab26
1 changed files with 1 additions and 1 deletions
|
@ -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)))))))
|
||||
|
|
Reference in a new issue