The tests/org-mode.scm tests expects 'jpl-outline-es' to be read as UTF-8. --- guile-present-0.3.0/tests/org-mode.scm 2014-09-23 22:29:51.426705753 +0200 +++ guile-present-0.3.0/tests/org-mode.scm 2014-09-23 22:30:09.634705548 +0200 @@ -194,9 +194,10 @@ "(Just another hacker)" "wingo@fluendo.com") (p "Julien Moutte, CEO" "julien@fluendo.com"))) + (with-fluids ((%default-port-encoding "UTF-8")) (call-with-input-file (in-vicinity *top-srcdir* "tests/jpl-outline-es") - org->presentation))) + org->presentation)))) (setlocale LC_ALL "") (exit-with-summary (run-all-defined-test-cases)) 14ad5fa1f0a2b1b20'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/djvu.scm
AgeCommit message (Expand)Author
2020-11-29gnu: Add ocrodjvu....* gnu/packages/djvu.scm (ocrodjvu): New variable. Guillaume Le Vaillant
2020-11-29gnu: Add didjvu....* gnu/packages/djvu.scm (didjvu): New variable. Guillaume Le Vaillant
2020-11-26gnu: djvulibre: Remove bundled software....* gnu/packages/djvu.scm (djvulibre)[source]: Delete win32/ in a snippet. Tobias Geerinckx-Rice
2020-11-26gnu: djvulibre: Update to 3.5.28....* gnu/packages/djvu.scm (djvulibre): Update to 3.5.28. [native-inputs]: Add autoconf, automake, and libtool to bootstrap. [inputs]: Add zlib. [arguments]: Rename 'reproducible phase to 'make-reproducible and run it after bootstrapping. Tobias Geerinckx-Rice
2020-11-26gnu: djvusmooth: Fix path to djvused....* gnu/packages/djvu.scm (djvusmooth)[arguments]: Add 'fix-paths' phase. Guillaume Le Vaillant
2020-11-23gnu: djview: Update to 4.12....* gnu/packages/djvu.scm (djview): Update to 4.12. Tobias Geerinckx-Rice
2020-11-23gnu: Add djvusmooth....* gnu/packages/djvu.scm (djvusmooth): New variable. Guillaume Le Vaillant
2020-11-22gnu: Add minidjvu....* gnu/packages/djvu.scm (minidjvu): New variable. Guillaume Le Vaillant
2020-11-22gnu: djvulibre: Add JPEG and TIFF support....* gnu/packages/djvu.scm (djvulibre)[inputs]: Add libjpeg-turbo and libtiff. Guillaume Le Vaillant
2020-11-22gnu: Add djvu2pdf....* gnu/packages/djvu.scm (djvu2pdf): New variable. Guillaume Le Vaillant
2020-11-16gnu: Add pdf2djvu....* gnu/packages/djvu.scm (pdf2djvu): New variable. Guillaume Le Vaillant
2020-06-10gnu: djview: Update to 4.11....* gnu/packages/djvu.scm (djview): Update to 4.11. [source]: Use GIT-FETCH and add a FILE-NAME. [native-inputs]: Add autoconf, automake, and libtool. [arguments]: Add a ‘make-files-writable’ phase. Tobias Geerinckx-Rice