1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-02 22:41:32 +02:00

gnu: glibc-utf8-locales-final/hurd: Improve style.

* gnu/packages/commencement.scm (glibc-utf8-locales-final/hurd):
Improve style, use hidden-package.
[native-inputs]: Drop input labels.

Change-Id: I8b88893531fba8f127511f3a4787fcc8e4b03bf6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Nicolas Graves
2026-03-19 18:13:45 +01:00
committed by Ludovic Courtès
parent 854b972a45
commit 1e6bb1bc90
+4 -7
View File
@@ -3468,13 +3468,10 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a \"$@\"~%"
(define-public glibc-utf8-locales-final/hurd
;; Locales for the libc version used on GNU/Hurd.
(package
(inherit glibc-utf8-locales/hurd)
(properties `((hidden? . #t)
,@(package-properties glibc-utf8-locales/hurd)))
(native-inputs
`(("glibc" ,glibc-final)
("gzip" ,(with-boot4 gzip))))))
(hidden-package
(package
(inherit glibc-utf8-locales/hurd)
(native-inputs (list glibc-final (with-boot4 gzip))))))
(define-public ld-wrapper
;; The final 'ld' wrapper, which uses the final Guile and Binutils.