pull: Use (ice-9 format).

* guix/scripts/pull.scm (guix): Use (ice-9 format), as reported by
'-Wformat'.
This commit is contained in:
Ludovic Courtès 2019-07-17 20:09:44 +02:00
parent c84c4c1db7
commit 67fb53c0d8
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -52,6 +52,7 @@ (define-module (guix scripts pull)
#: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))