gnu: id3lib: Remove bundled zlib.

* gnu/packages/mp3.scm (id3lib)[source]: Remove bundled zlib.
[inputs]: Add zlib.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Thomas Danckaert 2017-08-23 10:03:38 +02:00 committed by 宋文武
parent c075c8fd0c
commit 35e657017c
No known key found for this signature in database
GPG key ID: 26525665AE727D37

View file

@ -3,6 +3,7 @@
;;; Copyright © 2014, 2015, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;;
;;; This file is part of GNU Guix.
;;;
@ -114,8 +115,12 @@ (define-public id3lib
(sha256
(base32
"0yfhqwk0w8q2hyv1jib1008jvzmwlpsxvc8qjllhna6p1hycqj97"))
(modules '((guix build utils)))
;; Don't use bundled zlib
(snippet '(delete-file-recursively "zlib"))
(patches (search-patches "id3lib-CVE-2007-4460.patch"))))
(build-system gnu-build-system)
(inputs `(("zlib" ,zlib)))
(arguments
`(#:phases
(alist-cons-before