me
/
guix
Archived
1
0
Fork 0

gnu: Remove 'guile-3.0/libgc-7' variant.

This variant had become unnecessary with
0aef94e7bc and related changes.

* gnu/packages/guile.scm (guile-3.0/libgc-7): Remove.
master
Ludovic Courtès 2022-01-30 23:12:42 +01:00
parent 1ebc702923
commit c355fc5b94
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 11 deletions

View File

@ -402,17 +402,6 @@ without requiring the source code to be rewritten.")
(patches (cons (search-patch "guile-3.0.7-psyntax-nil.patch")
(origin-patches (package-source guile-3.0)))))))))
(define-public guile-3.0/libgc-7
;; Using libgc-7 avoid crashes that can occur, particularly when loading
;; data in to the Guix Data Service:
;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=40525
(hidden-package
(package
(inherit guile-3.0-latest)
(propagated-inputs
(modify-inputs (package-propagated-inputs guile-3.0)
(replace "bdw-gc" libgc-7))))))
(define-public guile-3.0/fixed
;; A package of Guile that's rarely changed. It is the one used in the
;; `base' module, and thus changing it entails a full rebuild.