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

* gnu/packages/glib.scm: Hide 'zip' from (srfi srfi-1).
This commit is contained in:
Ludovic Courtès 2020-06-24 10:48:52 +02:00
parent db170ee921
commit 1ad332b367
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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.