summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-07-17 20:09:44 +0200
committerLudovic Courtès <ludo@gnu.org>2019-07-18 00:44:23 +0200
commit67fb53c0d8fe6880c2ee3c8bc1c66e297ba00cf7 (patch)
treecaf589b063cd18d770d49b59b0b7b47b464381d1 /guix
parentc84c4c1db76e248c7709b1b5421f7539134d8cdb (diff)
pull: Use (ice-9 format).
* guix/scripts/pull.scm (guix): Use (ice-9 format), as reported by '-Wformat'.
Diffstat (limited to 'guix')
-rw-r--r--guix/scripts/pull.scm1
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))