diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-07-24 23:28:11 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-07-25 19:11:36 +0200 |
commit | f9a8dd053c4e0fd1fc4b64291bb90de36520b3bc (patch) | |
tree | 8543692db00f8e9380274056b047e9662267eb20 /guix/channels.scm | |
parent | 6a79eed920fd4914b162461553a8d7e8f5eee324 (diff) |
utils: Move '&fix-hint' to (guix diagnostics).
* guix/utils.scm (&fix-hint): Move to...
* guix/diagnostics.scm (&fix-hint): ... here.
* gnu.scm: Adjust imports accordingly.
* gnu/system/mapped-devices.scm: Likewise.
* guix/channels.scm: Likewise.
* guix/profiles.scm: Likewise.
* guix/scripts/system/reconfigure.scm: Likewise.
* guix/ssh.scm: Likewise.
Diffstat (limited to 'guix/channels.scm')
-rw-r--r-- | guix/channels.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/guix/channels.scm b/guix/channels.scm index bbabf654a9..21a2fdb631 100644 --- a/guix/channels.scm +++ b/guix/channels.scm @@ -40,10 +40,6 @@ #:use-module (guix sets) #:use-module (guix store) #:use-module (guix i18n) - #:use-module ((guix utils) - #:select (source-properties->location - &error-location - &fix-hint)) #:use-module (srfi srfi-1) #:use-module (srfi srfi-2) #:use-module (srfi srfi-9) |