diff options
Diffstat (limited to 'guix')
-rw-r--r-- | guix/deprecation.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/deprecation.scm b/guix/deprecation.scm index 2f7c058940..d704e7ec61 100644 --- a/guix/deprecation.scm +++ b/guix/deprecation.scm @@ -21,6 +21,7 @@ #:use-module (ice-9 format) #:export (define-deprecated define-deprecated/alias + warn-about-deprecation deprecation-warning-port)) ;;; Commentary: |