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:
		
							parent
							
								
									c075c8fd0c
								
							
						
					
					
						commit
						35e657017c
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -3,6 +3,7 @@
 | 
				
			||||||
;;; Copyright © 2014, 2015, 2017 Ludovic Courtès <ludo@gnu.org>
 | 
					;;; Copyright © 2014, 2015, 2017 Ludovic Courtès <ludo@gnu.org>
 | 
				
			||||||
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
 | 
					;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
 | 
				
			||||||
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
 | 
					;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
 | 
				
			||||||
 | 
					;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -114,8 +115,12 @@ versions of ID3v2.")
 | 
				
			||||||
            (sha256
 | 
					            (sha256
 | 
				
			||||||
             (base32
 | 
					             (base32
 | 
				
			||||||
              "0yfhqwk0w8q2hyv1jib1008jvzmwlpsxvc8qjllhna6p1hycqj97"))
 | 
					              "0yfhqwk0w8q2hyv1jib1008jvzmwlpsxvc8qjllhna6p1hycqj97"))
 | 
				
			||||||
 | 
					            (modules '((guix build utils)))
 | 
				
			||||||
 | 
					            ;; Don't use bundled zlib
 | 
				
			||||||
 | 
					            (snippet '(delete-file-recursively "zlib"))
 | 
				
			||||||
            (patches (search-patches "id3lib-CVE-2007-4460.patch"))))
 | 
					            (patches (search-patches "id3lib-CVE-2007-4460.patch"))))
 | 
				
			||||||
   (build-system gnu-build-system)
 | 
					   (build-system gnu-build-system)
 | 
				
			||||||
 | 
					   (inputs `(("zlib" ,zlib)))
 | 
				
			||||||
   (arguments
 | 
					   (arguments
 | 
				
			||||||
    `(#:phases
 | 
					    `(#:phases
 | 
				
			||||||
       (alist-cons-before
 | 
					       (alist-cons-before
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue