guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/24: Revert "system: bare-hurd.tmpl: Include glibc-2.33 locales in cro


From: guix-commits
Subject: 11/24: Revert "system: bare-hurd.tmpl: Include glibc-2.33 locales in cross-build."
Date: Fri, 29 Sep 2023 06:10:54 -0400 (EDT)

janneke pushed a commit to branch hurd-team
in repository guix.

commit e96d2e0bc52837d8b9d1ec1938ef71257aafab0c
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Fri Sep 29 11:58:28 2023 +0200

    Revert "system: bare-hurd.tmpl: Include glibc-2.33 locales in cross-build."
    
    This reverts commit 32452fc1ecec5ae557f09fb485d416308b79940e.
---
 gnu/system/examples/bare-hurd.tmpl | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/system/examples/bare-hurd.tmpl 
b/gnu/system/examples/bare-hurd.tmpl
index ac5f2194eb..463c7ee798 100644
--- a/gnu/system/examples/bare-hurd.tmpl
+++ b/gnu/system/examples/bare-hurd.tmpl
@@ -23,9 +23,9 @@
 ;;
 ;;     guix build hello
 
-(use-modules (gnu) (gnu system hurd) (gnu system locale) (guix utils))
+(use-modules (gnu) (gnu system hurd) (guix utils))
 (use-service-modules ssh)
-(use-package-modules base ssh)
+(use-package-modules ssh)
 
 (define %hurd-os
   (operating-system
@@ -40,11 +40,6 @@
                         %base-file-systems))
     (host-name "guixygnu")
     (timezone "Europe/Amsterdam")
-    ;; FIXME: guile-avahi won't build in a VM with only libc-2.37?
-    ;; encoding-error "scm_to_stringn" "cannot convert narrow string to output 
locale" 1073741930 #f #f
-    (locale-libcs (if (system-hurd?)
-                      (list glibc/hurd)
-                      %default-locale-libcs))
     (users (cons (user-account
                   (name "guix")
                   (comment "Anonymous Hurd Hacker")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]