mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
ui: Move 'location->hyperlink' to (guix diagnostics).
* guix/ui.scm (location->hyperlink): Move to... * guix/diagnostics.scm: ... here. * guix/scripts/system/search.scm: Adjust imports accordingly.
This commit is contained in:
parent
d4e858763c
commit
3da62bf5aa
3 changed files with 12 additions and 12 deletions
|
@ -21,6 +21,7 @@
|
|||
#:use-module (guix ui)
|
||||
#:use-module (guix utils)
|
||||
#:autoload (guix colors) (supports-hyperlinks?)
|
||||
#:autoload (guix diagnostics) (location->hyperlink)
|
||||
#:use-module (gnu services)
|
||||
#:use-module (gnu services shepherd)
|
||||
#:use-module (srfi srfi-1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue