diff options
author | Philip McGrath <philip@philipmcgrath.com> | 2022-07-25 08:16:33 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-08-04 12:05:52 +0200 |
commit | 14a50b62d4e8765b794861226d79f6872d6c434c (patch) | |
tree | ef1d26387edd7e4e1f699021b4e0892e6e66f080 /.guix-channel | |
parent | bc2de56572872eefdc2992b34cce69c77deb485a (diff) | |
download | guix-14a50b62d4e8765b794861226d79f6872d6c434c.tar.gz guix-14a50b62d4e8765b794861226d79f6872d6c434c.zip |
gnu: ruby-anystyle: Initialize dictionary files.
For the GDBM and Marshal dictionary adapters to be useful with their
default settings, we must initialize their data files during the package
build: upstream would initialize them lazily, but that doesn't work with
an immutable installation directory (at least, not without more complex
patches). Otherwise, we would always end up rebuilding the dictionary at
startup, which is “slow” and “not recommended”.
* gnu/packages/patches/ruby-anystyle-fix-dictionary-populate.patch: New
patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ruby.scm (ruby-anystyle)[patches]: Use it.
[arguments]<#:phases>: Add 'populate-dictionaries' phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to '.guix-channel')
0 files changed, 0 insertions, 0 deletions