aboutsummaryrefslogtreecommitdiff
path: root/nix/AUTHORS
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2019-10-19 10:36:54 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2019-11-10 22:18:20 +0100
commiteddad10997b3e6d0e406218eed5067a0dcb2c4cc (patch)
tree34100ccf3dcb79c6f48c0cfcffaf3e21e2dfd233 /nix/AUTHORS
parent12c65542339a3b2c943228b557339a51863a9a20 (diff)
downloadguix-eddad10997b3e6d0e406218eed5067a0dcb2c4cc.tar.gz
guix-eddad10997b3e6d0e406218eed5067a0dcb2c4cc.zip
gnu: kde plasma: Update to 5.17.0.
* gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker, libkscreen, libksysguard): Update to 5.17.0
Diffstat (limited to 'nix/AUTHORS')
0 files changed, 0 insertions, 0 deletions
his change ensures it runs in interactive mode. * gnu/build/file-systems.scm (system*/console, system*/tty): New procedures. * gnu/system/mapped-devices.scm (open-luks-device): Use 'system*/tty' instead of 'system*'. Ludovic Courtès 2021-12-01gnu: system: Add LUKS2 support for the root file system....* gnu/bootloader/grub.scm (grub-configuration-file): Add 'insmod luks2'. * gnu/system/mapped-devices.scm (open-luks-device): Create '/run/cryptsetup/' directory. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Josselin Poiret