guix-commits
[Top][All Lists]
Advanced

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

02/02: pull: Add missing import.


From: guix-commits
Subject: 02/02: pull: Add missing import.
Date: Sun, 20 Jan 2019 17:55:05 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit c49b45c917eff17122aea5f7a57ae4cef02f1003
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 20 23:53:26 2019 +0100

    pull: Add missing import.
    
    Fixes <https://bugs.gnu.org/34136>.
    Reported by Pierre Neidhardt <address@hidden>.
    
    Fixes wrong-type-arg crash of "guix pull -p /does-not-exist -l".
    
    * guix/scripts/pull.scm: Use (srfi srfi-34).
---
 guix/scripts/pull.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm
index d3a4401..41c7fb2 100644
--- a/guix/scripts/pull.scm
+++ b/guix/scripts/pull.scm
@@ -46,6 +46,7 @@
   #:use-module ((gnu packages certs) #:select (le-certs))
   #:use-module (srfi srfi-1)
   #:use-module (srfi srfi-26)
+  #:use-module (srfi srfi-34)
   #:use-module (srfi srfi-35)
   #:use-module (srfi srfi-37)
   #:use-module (ice-9 match)



reply via email to

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