mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
This commit is contained in:
parent
8c294e43eb
commit
4a6cef9d66
1 changed files with 4 additions and 1 deletions
|
@ -1529,7 +1529,10 @@ (define* (libc-for-target #:optional
|
||||||
glibc)))
|
glibc)))
|
||||||
|
|
||||||
(define-public glibc-locales/hurd
|
(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
|
(define* (libc-locales-for-target #:optional
|
||||||
(target (or (%current-target-system)
|
(target (or (%current-target-system)
|
||||||
|
|
Loading…
Reference in a new issue