aboutsummaryrefslogtreecommitdiff
path: root/tests/base32.scm
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2022-07-27 23:31:45 -0400
committer宋文武 <iyzsong@member.fsf.org>2022-08-03 13:40:13 +0800
commitdca0a3ac9380f0d9fe9ef80092e4c997b239243a (patch)
tree7bb5b43a3192c5b77cdbd119b7c98276e47b335c /tests/base32.scm
parente2020eb24ad0eddd228ce4a26463d881c4e79d0b (diff)
downloadguix-dca0a3ac9380f0d9fe9ef80092e4c997b239243a.tar.gz
guix-dca0a3ac9380f0d9fe9ef80092e4c997b239243a.zip
gnu: Add ocaml-ptmap.
* gnu/packages/ocaml.scm (ocaml-ptmap): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'tests/base32.scm')
0 files changed, 0 insertions, 0 deletions
Add '_' in VAR-REF-REGEXP. (maybe-augment-load-paths!): Distinguish OBJECT-DIR from MODULE-DIR. Ludovic Courtès 2016-04-06challenge: Really exit with non-zero upon hash mismatch....Reported by John Darrington. * guix/scripts/challenge.scm (guix-challenge): Add an explicit 'exit' call when ISSUES is empty. * scripts/guix.in: Add comment about 'exit'. * doc/guix.texi (Invoking guix challenge): Mention the behavior and exit code. Ludovic Courtès 2014-06-14guix: Look for "guix-packages" messages in $localedir....* scripts/guix.in (run-guix-main): Add 'bindtextdomain' call. Ludovic Courtès 2013-10-12guix: Add missing call to 'bindtextdomain'....* scripts/guix.in (config-lookup): Add "localedir" entry. (run-guix-main): Add call to 'bindtextdomain'. * guix/ui.scm (initialize-guix): Use %GETTEXT-DOMAIN instead of a literal. Ludovic Courtès 2013-09-27Run 'guix' with '--no-auto-compile'....* scripts/guix.in: Change '-s' to '--no-auto-compile'. This avoids annoying messages about auto-compilation, and avoids permission denied issues when running without write access in the usual places. Ludovic Courtès