mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05: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:
parent
5a5b729d66
commit
6ecf88a6a1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue