aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-environment.sh
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-01-03 17:00:36 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-01-03 17:24:28 +0200
commit7c037ce947b3304e4cb65a23e21133b9a114e47d (patch)
treefcec1f772551ac6bff48ea378dc8eb1d9493ba19 /tests/guix-environment.sh
parent10a8bf02bcc3b41cec13ed1badbbe33dcf53b70d (diff)
downloadguix-7c037ce947b3304e4cb65a23e21133b9a114e47d.tar.gz
guix-7c037ce947b3304e4cb65a23e21133b9a114e47d.zip
gnu: go-github-com-motemen-go-colorine: Propagate inputs.
* gnu/packages/golang.scm (go-github-com-motemen-go-colorine)[inputs]: Move go-github-com-daviddengcn-go-colortext ... [propagated-inputs]: ... to here.
Diffstat (limited to 'tests/guix-environment.sh')
0 files changed, 0 insertions, 0 deletions
nstaller/locale.scm?id=76269f6bc4200ef79aa80a8a6160ae269c2a36c9'>installer: Use 'glibc-supported-locales'....The list of locales supported by glibc is now built from source. * gnu/installer/locale.scm (locale-string->locale): Add optional 'codeset' parameter and honor it. (supported-locales->locales): Rewrite to 'read' from SUPPORTED-LOCALES. * gnu/installer.scm (compute-locale-step): Pass the result of 'glibc-supported-locales' instead of the "aux-files/SUPPORTED" file. * gnu/installer/aux-files/SUPPORTED: Remove. * gnu/local.mk (dist_installer_DATA): Remove it. Ludovic Courtès 2019-04-07installer: Use the normalized codeset in the 'locale' field....* gnu/installer/locale.scm (normalize-codeset): New procedure. (locale->locale-string): Use it. Ludovic Courtès