guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: glib: Hide 'zip' binding from SRFI-1.


From: guix-commits
Subject: 02/05: gnu: glib: Hide 'zip' binding from SRFI-1.
Date: Wed, 24 Jun 2020 19:22:55 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1ad332b367347bbd91f8a4527e271945f2c45ae6
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jun 24 10:48:52 2020 +0200

    gnu: glib: Hide 'zip' binding from SRFI-1.
    
    * gnu/packages/glib.scm: Hide 'zip' from (srfi srfi-1).
---
 gnu/packages/glib.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 4835c84..9f0721b 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -68,7 +68,7 @@
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
   #:use-module (guix utils)
-  #:use-module (srfi srfi-1)
+  #:use-module ((srfi srfi-1) #:hide (zip))
 
   ;; Export variables up-front to allow circular dependency with the 'xorg'
   ;; module.



reply via email to

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