Hello Josselin and all,
I was just bitten by the infamous:
Package babel Warning: No hyphenation patterns were preloaded for
[…]
That’s a real issue because it makes modular TeX Live pretty much
unusable for languages other than English.
Josselin Poiret skribis:
>> Thirdly, formats are ap
Hi,
De Ludovic Courtès le 07/04/2023 à 12:33:
> > I don't really know how we could fix this: maybe build the formats with
> > all the hyphenation packages enabled?
>
> The intertubes suggest running ‘fmtutil --all’ to get hyphenations
> packages straight. Is this something we should do in the Te
Hi,
man loginctl prints stuff like
.SH "NAME" loginctl - Control the elogind login manager
.SH "SYNOPSIS"
.HP 216u
loginctl
[OPTIONS...]
{COMMAND}
[NAME...]
.PP /lib/elogind/system-shutdown
Indeed zcat /run/current-system/profile/share/man/man1/loginct
Hello!
Since my laptop’s battery died, I set up suspend-to-disk as documented
in the manual (info "(guix) Swap Space"). I use a swap file on top of
my LUKS-encrypted root partition, so I added:
"resume=/swap"
"resume_offset=OFFSET"
to my ‘kernel-arguments’ field, where OFFSET is given
Works for me even in config.scm:
(packages
(append
(map (compose list specification->package+output)
(list "audacity"
"bind:utils" "borg" "bridge-utils"
;;..
"zstd"))
%base-packages))
2023-04-07 14:42 l...@gnu.org:
Since my laptop’s battery died, I set up suspend-to-disk as
documented
in the manual (info "(guix) Swap Space"). I use a swap file on
top of
my LUKS-encrypted root partition, so I added:
"resume=/swap"
"resume_offset=OFFSET"
I use the following conf
With the config below, I have ‘host’, ‘dig’, and ‘nslookup’ in my
path. Note that I'm using the ‘(compose list
specification->package+output)’ form, though. If you're not using that,
you may be accidentally loading the ‘bind’ package with the default
‘out’ output, instead of the ‘utils’ one. If tha