gnu: Fix ambiguous 'zip' reference.

* gnu/packages/photo.scm: Hide 'zip' from (srfi srfi-1).
This commit is contained in:
Ludovic Courtès 2017-11-22 10:25:32 +01:00
parent 399993f804
commit 4e9dfe399b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2014, 2015, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015, 2017 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2015, 2017 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
@ -59,7 +59,7 @@ (define-module (gnu packages photo)
#:use-module (gnu packages xfig) #:use-module (gnu packages xfig)
#:use-module (gnu packages xorg) #:use-module (gnu packages xorg)
#:use-module (gnu packages xml) #:use-module (gnu packages xml)
#:use-module (srfi srfi-1) #:use-module ((srfi srfi-1) #:hide (zip))
#:use-module (srfi srfi-26)) #:use-module (srfi srfi-26))
(define-public libraw (define-public libraw