me
/
guix
Archived
1
0
Fork 0

gnu: poppler-next: Delete variable.

* gnu/packages/pdf.scm (poppler-next): Delete variable.
* gnu/packages/gnome.scm (evince) [inputs]: Replace poppler-next with poppler.
master
Maxim Cournoyer 2023-04-14 21:04:27 -04:00
parent 3c8a4d64ff
commit 91c9bfc8c1
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
2 changed files with 1 additions and 21 deletions

View File

@ -2693,7 +2693,7 @@ update_desktop_database): true" _ tool)
libspectre
djvulibre
ghostscript
poppler-next
poppler
libtiff
texlive-libkpathsea ; for DVI support
gnome-desktop

View File

@ -375,26 +375,6 @@ When present, Poppler is able to correctly render CJK and Cyrillic text.")
(license (list license:bsd-3
license:gpl2))))
;; 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)
(name "poppler-next")
(version "22.09.0")
(source (origin
(method url-fetch)
(uri (string-append "https://poppler.freedesktop.org/poppler-"
version ".tar.xz"))
(sha256
(base32
"0bhyli95h3dkirjc0ibh08s4nim6rn7f38sbfzdwln8k454gga6p"))))
(native-inputs
(list pkg-config
`(,glib "bin") ; glib-mkenums, etc.
gobject-introspection
python)) ))
(define-public poppler-qt5
(package/inherit poppler
(name "poppler-qt5")