1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

Add more missing (ice-9 format) imports.

* gnu/machine/ssh.scm: Import (ice-9 format).
* guix/scripts/graph.scm: Likewise.
* guix/scripts/system/search.scm: Likewise.
* guix/remote.scm: Likewise.
This commit is contained in:
Marius Bakke
2020-06-28 15:43:26 +02:00
parent 6cb2d8c614
commit fdbba544d8
4 changed files with 4 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
#:use-module (guix store)
#:use-module (guix utils)
#:use-module (gcrypt pk-crypto)
#:use-module (ice-9 format)
#:use-module (ice-9 match)
#:use-module (ice-9 textual-ports)
#:use-module (srfi srfi-1)