mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue