diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-07-24 22:58:08 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-07-25 19:11:36 +0200 |
commit | a5e2fc73760a2ae023f2e56bdbf8025971f90e64 (patch) | |
tree | 2933826e391a889723e1db12699c74a845b7c4c5 /tests/channels.scm | |
parent | 07dbdbd766760ce0121c1ac96fee766135fe7320 (diff) |
utils: Move <location> and '&error-location' to (guix diagnostics).
* guix/utils.scm (<location>, source-properties->location)
(location->source-properties, &error-location): Move to...
* guix/diagnostics.scm: ... here.
* gnu.scm: Adjust imports accordingly.
* gnu/machine.scm: Likewise.
* gnu/system.scm: Likewise.
* gnu/tests.scm: Likewise.
* guix/inferior.scm: Likewise.
* tests/channels.scm: Likewise.
* tests/packages.scm: Likewise.
Diffstat (limited to 'tests/channels.scm')
-rw-r--r-- | tests/channels.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/channels.scm b/tests/channels.scm index cde3b668fb..55a0537e0f 100644 --- a/tests/channels.scm +++ b/tests/channels.scm @@ -26,7 +26,7 @@ #:use-module (guix derivations) #:use-module (guix sets) #:use-module (guix gexp) - #:use-module ((guix utils) + #:use-module ((guix diagnostics) #:select (error-location? error-location location-line)) #:use-module ((guix build utils) #:select (which)) #:use-module (git) |