~ruther/guix-local

ae50099c4633d2042951bb69c3a8f602ea79cb46 — Ludovic Courtès 2 years ago 81d46ef
gnu: glibc-utf8-locales: Reintroduce input labels.

Since 2f73ea3487b3bf6eb055c08aae7c53713d61a4d7,
‘make-glibc-utf8-locales’ couldn’t be passed a package with a name other
than “glibc” (in particular “glibc-hurd”) since the builder expects the
name “glibc” in ‘%build-inputs’.

* gnu/packages/base.scm (make-glibc-utf8-locales): Reintroduce labels in
‘native-inputs’.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/base.scm
M gnu/packages/base.scm => gnu/packages/base.scm +3 -1
@@ 1382,7 1382,9 @@ to the @code{share/locale} sub-directory of this package.")
                                                         locale ".UTF-8")))
                               ',locales)
                     #t))))
    (native-inputs (list glibc gzip))
    (native-inputs
     `(("glibc" ,glibc)
       ("gzip" ,gzip)))
    (synopsis (if default-locales?
                  (P_ "Small sample of UTF-8 locales")
                  (P_ "Customized sample of UTF-8 locales")))