bug#62698: bind:utils

2023-04-07 Thread Brian Cully via Bug reports for GNU Guix
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

bug#62711: Suspend-to-disk with LUKS-encrypted root doesn’t work

2023-04-07 Thread Mekeor Melire
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

bug#56556: texlive-babel-dutch with and without texlive-hyphen-dutch: No hyphenation patterns were preloaded

2023-04-07 Thread Ludovic Courtès
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

bug#56556: texlive-babel-dutch with and without texlive-hyphen-dutch: No hyphenation patterns were preloaded

2023-04-07 Thread Emmanuel Beffara
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

bug#62711: Suspend-to-disk with LUKS-encrypted root doesn’t work

2023-04-07 Thread Ludovic Courtès
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

bug#62710: Man page of loginctl is invalid troff.

2023-04-07 Thread Martin Castillo
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

bug#62698: bind:utils

2023-04-07 Thread Jonathan Brielmaier
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))