me
/
guix
Archived
1
0
Fork 0

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.
master
Mathieu Othacehe 2020-09-24 10:09:48 +02:00
parent bd64cb68ee
commit 0b17de06bd
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
`("GUILE_LOAD_COMPILED_PATH" ":" prefix (,objs))) `("GUILE_LOAD_COMPILED_PATH" ":" prefix (,objs)))
#t)))))) #t))))))
(inputs (inputs
`(("guile" ,@(assoc-ref (package-native-inputs guix) "guile")) `(("guile" ,guile-3.0/libgc-7)
("guile-fibers" ,guile-fibers) ("guile-fibers" ,guile-fibers)
("guile-gcrypt" ,guile-gcrypt) ("guile-gcrypt" ,guile-gcrypt)
("guile-json" ,guile-json-4) ("guile-json" ,guile-json-4)