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)) 06036df975674d8487e9e'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/crypto.scm
AgeCommit message (Expand)Author
2024-04-23gnu: Add ssh-to-pgp....* gnu/packages/crypto.scm (ssh-to-pgp): New variable. Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org> Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: Ic8e55ede6b19d9a90291e3ac2cf608e8a59bc061 Giacomo Leidi
2024-04-05gnu: signify: Update to 32....* gnu/packages/crypto.scm (signify): Update to 32. Change-Id: I5dedc5d8c6e0acb5bec94befe5aafd1642edb68e Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar
2024-02-20gnu: rust-crypto: Move to (gnu packages crates-crypto)....* gnu/packages/crates-io.scm (rust-crypto-secretbox-0.1, rust-crypto-bigint-0.5, rust-crypto-bigint-0.4, rust-crypto-bigint-0.3, rust-crypto-bigint-0.2, rust-crypto-common-0.1, rust-crypto-mac-0.11, rust-crypto-mac-0.10, rust-crypto-mac-0.8, rust-crypto-mac-0.7, rust-crypto-mac-0.5, rust-crypto-mac-0.4, rust-crypto-tests-0.5, rust-crypto-hash-0.3): Move from here ... * gnu/packages/crates-crypto.scm: ... to here. Change-Id: Ice6d8f1b35afe75f1b0219dc1288ddd4ac8ab4a8 Efraim Flashner
2024-02-13gnu: go-golang-org-x-crypto: Move to golang-build....* gnu/packages/golang.scm (go-golang-org-x-crypto): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/backup.scm: Add (gnu packages golang-build) module. * gnu/packages/crypto.scm: As above. Change-Id: I5daad7fe90e1507958fe73c04fc043ebbc006395 Sharlatan Hellseher