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
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -315,7 +315,8 @@ (define-public poppler-data
;; 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