Fix build with Poppler 0.86 and later. Taken from Arch Linux, but adjusted to patch the versioned Poppler files, as upstream applies it after copying them in place. https://git.archlinux.org/svntogit/packages.git/tree/trunk/texlive-poppler-0.86.patch?h=packages/texlive-bin --- a/texk/web2c/pdftexdir/pdftoepdf-poppler0.76.0.cc 2020-03-03 21:11:35.102711802 +0000 +++ b/texk/web2c/pdftexdir/pdftoepdf-poppler0.76.0.cc 2020-03-03 21:13:13.057420111 +0000 @@ -757,7 +757,7 @@ if (page_name) { // get page by name GString name(page_name); - LinkDest *link = pdf_doc->doc->findDest(&name); + LinkDest *link = pdf_doc->doc->findDest(&name).get(); if (link == 0 || !link->isOk()) pdftex_fail("PDF inclusion: invalid destination <%s>", page_name); Ref ref = link->getPageRef(); Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/openbox.scm
AgeCommit message (Expand)Author
2022-05-31gnu: openbox: Patch for Python 3....* gnu/packages/patches/openbox-python3.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/openbox.scm (openbox)[source]: Apply it. [arguments]: New field. [propagated-inputs]: Replace python2-pyxdg with python-pyxdg. [native-inputs]: Replace python-2 with python-wrapper. Add autoconf, automake, gettext-minimal and libtool. Maxim Cournoyer
2021-12-13gnu: Further simplify package inputs....This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.) Ludovic Courtès
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-12-05gnu: openbox: Use 'librsvg-for-system'....* gnu/packages/openbox.scm (openbox)[inputs]: Use 'librsvg-for-system' unconditionally. Ludovic Courtès
2021-11-26gnu: openbox: Keep librsvg dependency on x86_64 only....* gnu/packages/openbox.scm (openbox)[inputs]: Make LIBRSVG conditional. Ludovic Courtès