guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: glibc-locales@2.37: Mark as hidden.


From: guix-commits
Subject: 01/09: gnu: glibc-locales@2.37: Mark as hidden.
Date: Wed, 6 Dec 2023 17:54:45 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 4a6cef9d66ff26e96d63f2f1f886b8212154ca00
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Dec 6 17:08:53 2023 +0100

    gnu: glibc-locales@2.37: Mark as hidden.
    
    Fixes <https://issues.guix.gnu.org/67586>.
    
    * gnu/packages/base.scm (glibc-locales/hurd): Wrap in ‘hidden-package’.
    
    Change-Id: If4f4aa1ef66c53ee0bb52eaea533241652e48cca
    
    Reported-by: Nils Landt <nils@landt.email>
    Change-Id: I5150f13be9c3b23e7abe408f815c56f498c92ecb
---
 gnu/packages/base.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 6b2e96dc9b..ea6fdc3b88 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1529,7 +1529,10 @@ command.")
      glibc)))
 
 (define-public glibc-locales/hurd
-  (make-glibc-locales glibc/hurd))
+  ;; Locales again; hide them because their 'supported-systems' field suggests
+  ;; they're Hurd-only, making them non-installable on GNU/Linux.
+  (hidden-package
+   (make-glibc-locales glibc/hurd)))
 
 (define* (libc-locales-for-target #:optional
                                   (target (or (%current-target-system)



reply via email to

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