guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: pull: Use (ice-9 format).


From: guix-commits
Subject: 03/05: pull: Use (ice-9 format).
Date: Wed, 17 Jul 2019 18:44:31 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 67fb53c0d8fe6880c2ee3c8bc1c66e297ba00cf7
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 17 20:09:44 2019 +0200

    pull: Use (ice-9 format).
    
    * guix/scripts/pull.scm (guix): Use (ice-9 format), as reported by
    '-Wformat'.
---
 guix/scripts/pull.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm
index b074209..98f00c5 100644
--- a/guix/scripts/pull.scm
+++ b/guix/scripts/pull.scm
@@ -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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]