gnu: fribidi: Remove defunct replacement.
* gnu/packages/fribidi.scm (fribidi)[replacement]: Remove. (fribidi/fixed): Remove variable.master
parent
c8817d1101
commit
6711ad08c7
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
(define-public fribidi
|
(define-public fribidi
|
||||||
(package
|
(package
|
||||||
(replacement fribidi/fixed)
|
|
||||||
(name "fribidi")
|
(name "fribidi")
|
||||||
(version "1.0.7")
|
(version "1.0.7")
|
||||||
(source
|
(source
|
||||||
|
@ -48,10 +47,3 @@ Algorithm. This algorithm is used to properly display text in left-to-right
|
||||||
or right-to-left ordering as necessary.")
|
or right-to-left ordering as necessary.")
|
||||||
(home-page "https://github.com/fribidi/fribidi")
|
(home-page "https://github.com/fribidi/fribidi")
|
||||||
(license lgpl2.1+)))
|
(license lgpl2.1+)))
|
||||||
|
|
||||||
(define fribidi/fixed
|
|
||||||
(package
|
|
||||||
(inherit fribidi)
|
|
||||||
(source
|
|
||||||
(origin (inherit (package-source fribidi))
|
|
||||||
(patches (search-patches "fribidi-CVE-2019-18397.patch"))))))
|
|
||||||
|
|
Reference in New Issue