mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public guile-3.0/libgc-7
|
|||
;; 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)))))))
|
||||
|
|
Loading…
Reference in a new issue