1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 20:50:34 +02:00

gnu: poppler-next: Don't use 'package/inherit'.

* gnu/packages/pdf.scm (poppler-next): Use object inheritance instead of
PACKAGE/INHERIT because it is a different version, so replacement of the
original should not be inherited.
This commit is contained in:
Marius Bakke
2022-10-16 16:19:01 +02:00
parent 5a5b729d66
commit 6ecf88a6a1

View File

@@ -315,7 +315,8 @@ When present, Poppler is able to correctly render CJK and Cyrillic text.")
;; XXX: Remove it on core-updates. It is only needed for evince 42.3 that
;; requires a recent poppler.
(define-public poppler-next
(package/inherit poppler
(package
(inherit poppler)
(name "poppler-next")
(version "22.09.0")
(source (origin