angine

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit d7e6151823a9db83e096ab6aec454d8f5688ea88
parent f2356d7a0747f8dd15ba6e42ddba62dc23833e7f
Author: Adriel Dumas--Jondeau <leirda@disroot.org>
Date:   Thu,  6 Jun 2024 20:13:39 +0200

Remove `nss-certs' since it's bundled in Guix now anyway

Diffstat:
Mangine/system.scm | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/angine/system.scm b/angine/system.scm @@ -56,8 +56,7 @@ %base-file-systems)) (packages - (cons* nss-certs - (make-glibc-utf8-locales glibc + (cons* (make-glibc-utf8-locales glibc #:locales (list "fr_FR") #:name "glibc-french-utf8-locale") %base-packages))