diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-07-17 20:09:44 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-07-18 00:44:23 +0200 |
commit | 67fb53c0d8fe6880c2ee3c8bc1c66e297ba00cf7 (patch) | |
tree | caf589b063cd18d770d49b59b0b7b47b464381d1 /guix/scripts | |
parent | c84c4c1db76e248c7709b1b5421f7539134d8cdb (diff) |
pull: Use (ice-9 format).
* guix/scripts/pull.scm (guix): Use (ice-9 format), as reported by
'-Wformat'.
Diffstat (limited to 'guix/scripts')
-rw-r--r-- | guix/scripts/pull.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm index b07420939b..98f00c55c3 100644 --- a/guix/scripts/pull.scm +++ b/guix/scripts/pull.scm @@ -52,6 +52,7 @@ #:use-module (srfi srfi-37) #:use-module (ice-9 match) #:use-module (ice-9 vlist) + #:use-module (ice-9 format) #:export (display-profile-content guix-pull)) |