mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: cuirass: Work around Guile memory issues.
Work around <https://issues.guix.gnu.org/43334>. * gnu/packages/ci.scm (cuirass)[inputs]: Use guile-3.0/libgc-7 instead of guile-3.0.
This commit is contained in:
parent
bd64cb68ee
commit
0b17de06bd
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ (define-public cuirass
|
|||
`("GUILE_LOAD_COMPILED_PATH" ":" prefix (,objs)))
|
||||
#t))))))
|
||||
(inputs
|
||||
`(("guile" ,@(assoc-ref (package-native-inputs guix) "guile"))
|
||||
`(("guile" ,guile-3.0/libgc-7)
|
||||
("guile-fibers" ,guile-fibers)
|
||||
("guile-gcrypt" ,guile-gcrypt)
|
||||
("guile-json" ,guile-json-4)
|
||||
|
|
Loading…
Reference in a new issue