summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2025-12-05 17:13:52 +0100
committerLudovic Courtès <ludo@gnu.org>2025-12-07 21:59:52 +0100
commit1114504b318ae0e6a090b14febe4c9e1cedf507a (patch)
tree95a5ee0ff4192071dd48e0cfab732322f82b3d1e
parenta8e2d110553106f98a9a3053722e0c6ee5e59f5a (diff)
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
-rw-r--r--guix/diagnostics.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/diagnostics.scm b/guix/diagnostics.scm
index f956adb2ef9..3f1f527b437 100644
--- a/guix/diagnostics.scm
+++ b/guix/diagnostics.scm
@@ -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