mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: flac: Incorporate graft.
* gnu/packages/xiph.scm (flac)[replacement]: Remove field. [source]: Add patch. (flac/fixed): Remove variable.
This commit is contained in:
parent
c531fad7a0
commit
f19ccdc62c
1 changed files with 2 additions and 10 deletions
|
@ -235,7 +235,6 @@ (define ao
|
||||||
(define flac
|
(define flac
|
||||||
(package
|
(package
|
||||||
(name "flac")
|
(name "flac")
|
||||||
(replacement flac/fixed)
|
|
||||||
(version "1.3.2")
|
(version "1.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -243,7 +242,8 @@ (define flac
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gymm2j3276kr9nz6vmgfwsdfrq6c449n40a0mzz8h6wc7nw7kwi"))))
|
"0gymm2j3276kr9nz6vmgfwsdfrq6c449n40a0mzz8h6wc7nw7kwi"))
|
||||||
|
(patches (search-patches "flac-CVE-2017-6888.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-tests? #f))
|
`(#:parallel-tests? #f))
|
||||||
|
@ -257,14 +257,6 @@ (define flac
|
||||||
"See COPYING in the distribution.")) ; and LGPL and GPL
|
"See COPYING in the distribution.")) ; and LGPL and GPL
|
||||||
(home-page "https://xiph.org/flac/")))
|
(home-page "https://xiph.org/flac/")))
|
||||||
|
|
||||||
(define flac/fixed
|
|
||||||
(package
|
|
||||||
(inherit flac)
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(inherit (package-source flac))
|
|
||||||
(patches (search-patches "flac-CVE-2017-6888.patch"))))))
|
|
||||||
|
|
||||||
(define libkate
|
(define libkate
|
||||||
(package
|
(package
|
||||||
(name "libkate")
|
(name "libkate")
|
||||||
|
|
Loading…
Reference in a new issue