~ruther/guix-local

1114504b318ae0e6a090b14febe4c9e1cedf507a — Ludovic Courtès 2 months ago a8e2d11
Revert "guix: diagnostics: Export 'info' as replacement."

This reverts commit 6c6139bce074551030b4d394930c53266095d632: this change
worked “by chance” since no Guile 3.0.x release provides an ‘info’ binding to
replace.  See <https://codeberg.org/guix/guix/pulls/4074#issuecomment-8289707>.

Change-Id: Icadc7fcf337ca1ff3b3d3af5a66b47e8cd2f61b2
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/diagnostics.scm
M guix/diagnostics.scm => guix/diagnostics.scm +1 -1
@@ 25,8 25,8 @@
  #:use-module (srfi srfi-35)
  #:use-module (ice-9 format)
  #:use-module (ice-9 match)
  #:replace (info)
  #:export (warning
            info
            report-error
            leave