pull: Use (ice-9 format).
* guix/scripts/pull.scm (guix): Use (ice-9 format), as reported by '-Wformat'.
This commit is contained in:
parent
c84c4c1db7
commit
67fb53c0d8
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in New Issue