pull: Use (ice-9 format).
authorLudovic Courtès <ludo@gnu.org>
Wed, 17 Jul 2019 18:09:44 +0000 (20:09 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 17 Jul 2019 22:44:23 +0000 (00:44 +0200)
* guix/scripts/pull.scm (guix): Use (ice-9 format), as reported by
'-Wformat'.

guix/scripts/pull.scm

index b074209..98f00c5 100644 (file)
@@ -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))