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
1 changed files with 1 additions and 0 deletions

View 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))