From 6c597eed3caaf6b3b30b9f7e65f3c67a13eab76c Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Sat, 16 Sep 2023 11:26:59 +0200 Subject: [PATCH] hosts/amahl: add ncurses and rsync to system packages --- hosts/amahl/system.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/amahl/system.scm b/hosts/amahl/system.scm index 340906e..ddfc731 100644 --- a/hosts/amahl/system.scm +++ b/hosts/amahl/system.scm @@ -3,6 +3,7 @@ #:use-module (gnu bootloader u-boot) #:use-module (gnu packages bootloaders) #:use-module (gnu packages certs) + #:use-module (gnu packages ncurses) #:use-module (gnu packages rsync) #:use-module (gnu services admin) #:use-module (gnu services mail) @@ -59,8 +60,8 @@ (supplementary-groups '("wheel"))) %base-user-accounts)) - (packages (append (list (specification->package "nss-certs")) - %base-packages)) + (packages + (cons* ncurses nss-certs rsync %base-packages)) (services (append