me
/
guix
Archived
1
0
Fork 0

gnu: fribidi: Remove defunct replacement.

* gnu/packages/fribidi.scm (fribidi)[replacement]: Remove.
(fribidi/fixed): Remove variable.
master
Marius Bakke 2019-12-03 00:29:47 +01:00
parent c8817d1101
commit 6711ad08c7
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 8 deletions

View File

@ -27,7 +27,6 @@
(define-public fribidi
(package
(replacement fribidi/fixed)
(name "fribidi")
(version "1.0.7")
(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.")
(home-page "https://github.com/fribidi/fribidi")
(license lgpl2.1+)))
(define fribidi/fixed
(package
(inherit fribidi)
(source
(origin (inherit (package-source fribidi))
(patches (search-patches "fribidi-CVE-2019-18397.patch"))))))