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)) 6ce2c777f36e70763'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/code.scm
AgeCommit message (Expand)Author
2021-08-31gnu: global: Add ctags support....* gnu/packages/code.scm (global)[inputs]: Add bash-minimal, universal-ctags, python-pygments. [arguments]: Add configure-flags to find ctags. Add phases to install plugins and to wrap python script with PYTHONPATH. Efraim Flashner
2021-07-29gnu: web: Move libyaml and libcyaml to (gnu packages serialization)....Files to be adjusted were searched with the following command: $ git ls-files | xargs grep -l -E ',libc?yaml' | \ xargs grep -L '(gnu packages serialization)' * gnu/packages/web.scm (libyaml, libyaml+static, libcyaml): Move to... * gnu/packages/serialization.scm: ... here. Maxim Cournoyer
2021-07-28gnu: global: Update to 6.6.7....* gnu/packages/code.scm (global): Update to 6.6.7. Efraim Flashner
2021-07-28gnu: global: Fix lisp install dir....* gnu/packages/code.scm (global)[arguments]: Adjust custom 'post-install phase to move emacs files to the correct directory. Efraim Flashner
2021-05-18gnu: universal-ctags: Update to 5.9.20210509.0....* gnu/packages/code.scm (universal-ctags): Update to 5.9.20210509.0. [source](snippet): Adjust unbundling substitution. [arguments]: Add #:test-target. Patch more files before bootstrapping. Remove trailing #t's. [native-inputs]: Use PACKCC instead of an ad-hoc fork. Marius Bakke
2021-05-02gnu: global: Update to 6.6.6....* gnu/packages/code.scm (global): Update to 6.6.6. Tobias Geerinckx-Rice
2021-05-02gnu: cloc: Update to 1.90....* gnu/packages/code.scm (cloc): Update to 1.90. Tobias Geerinckx-Rice
2021-04-28gnu: global: Fix cross compiling....Coreutils was removed during patch review erroneously. Reported by Maxime Devos <maximedevos@telenet.be>. * gnu/packages/code.scm (global)[inputs]: Add coreutils. Efraim Flashner
2021-04-28gnu: global: Fix globash....* gnu/packages/code.scm (global)[arguments]: Add 'fix-globash phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> luhui
2021-04-05gnu: sloccount: Update source URL....* gnu/packages/code.scm (sloccount)[source, home-page]: Update. Ludovic Courtès