diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-01-30 23:12:42 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-02-01 00:24:26 +0100 |
commit | c355fc5b94b98d6f72f060933f212068da644efe (patch) | |
tree | 737bff24785b2dc660158cc4e012829a14bd0aa5 /gnu/packages/guile.scm | |
parent | 1ebc702923d4398652e684960cfbb8b026e895c1 (diff) |
gnu: Remove 'guile-3.0/libgc-7' variant.
This variant had become unnecessary with
0aef94e7bcbd272720f14c5343f74da5201ef90a and related changes.
* gnu/packages/guile.scm (guile-3.0/libgc-7): Remove.
Diffstat (limited to 'gnu/packages/guile.scm')
-rw-r--r-- | gnu/packages/guile.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 7597845dd6..89055a8f8b 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -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. |