ui: Default to “C.UTF-8” locale instead of “en_US.utf8”.
This is a followup to 1cebc334a77030c0c94955981652f4df7608c9e3.
* guix/ui.scm (install-locale): Default to “C.UTF-8”.
Change-Id: Icc92bfe0d75c415eb11a9af207824544ed75e084
grafts: Use C.UTF-8 and remove dependency on ‘glibc-utf8-locales’.
This is a followup to 1cebc334a77030c0c94955981652f4df7608c9e3.
* guix/grafts.scm (graft-derivation/shallow)[glibc-locales]: Remove.
[build]: Leave ‘GUIX_LOCPATH’ unset. Use “C.UTF-8” instead of
“en_US.utf8”.
Reported-by: Janneke Nieuwenhuizen <janneke@gnu.org>
Change-Id: I59bc90130c6711a1a89068fbf697f9bd2ba2b5f1
git-download: Use C.UTF-8 and remove dependency on ‘glibc-utf8-locales’.
This is a followup to 1cebc334a77030c0c94955981652f4df7608c9e3.
* guix/git-download.scm (git-fetch/in-band*)[glibc-locales]: Remove.
[build]: Leave ‘GUIX_LOCPATH’ unset. Use “C.UTF-8” instead of
“en_US.utf8”.
Change-Id: I268361c04dd2d6154d97836b1f41ff06ffd278eb
gnu: make-rust-sysroot/implementation: Use gexps.
* gnu/packages/rust.scm (make-rust-sysroot/implementation): Use gexps.
Change-Id: Ie35ca201c2a55f00023dad02a0d1121b6f298812
gnu: gnumach: Fix task_info.
This fixes the (times) call in Guile.
* gnu/packages/patches/gnumach-fix-task_info.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/hurd.scm (gnumach)[source]: Use it.
Change-Id: Ie7725d86465136a8e03838b86424c25cf68945c4
gnu: bluez: Fix build.
This is a follow-up to commit
23aa24058ad932bf48e4258566ee94fea86eef3d
gnu: bluez: Update to 5.72.
and fixes
GEN client/bluetoothctl-player.1
client/bluetoothctl.rst:342: (WARNING/2) Cannot analyze code. Pygments package not found.
Exiting due to level-2 (WARNING) system message.
GEN client/bluetoothctl-scan.1
make[1]: *** [Makefile:13732: client/bluetoothctl.1] Error 1
* gnu/packages/linux.scm (bluez)[native-inputs]: Add python and
python-pygments.
Change-Id: Ifd4db91592012a904be21ec6d8df63200e958c58
gnu: node: Fix build with zlib 1.3.
* gnu/packages/node.scm (node)[source]: Adjust snippet to adjust a test
to accept shorter version strings.
Change-Id: If8384497035e44f4876357877941cbf175acf879
gnu: inkscape: Always use imagemagick as an input.
* gnu/packages/inkscape.scm (inkscape)[native-inputs]: Replace inherited
imagemagick/stable with imagemagick.
Change-Id: I6b25002deeeaa81fab6de4e181d2425fe7342aba
gnu: imagemagick: Only install documentation in final imagemagick.
* gnu/packages/imagemagick.scm (imagemagick/stable)[arguments]: Add
configure-flag to disable documentation. Adjust phase to remove
work-around for moving documentation to separate output.
[outputs]: Remove field.
(imagemagick)[arguments]: Remove configure-flag disabling documentation.
Add a phase to move documentation to a separate output.
[outputs]: Keep out, doc outputs.
Change-Id: I34f02612d416ad2ff0edf330a274f93bddf4c53d
gnu: clang-runtime-6: Fix build with newer glibc.
* gnu/packages/llvm.scm (clang-runtime-6): Add patch.
Change-Id: Iff5ad430876ff7f8319556b6648e223b7bb0e13a
gnu: clang-runtime-7: Fix build with newer glibc.
* gnu/packages/llvm.scm (clang-runtime-7): Add patch.
Change-Id: Idba933cb04859d57066fd2e4b131ad9f4604fae8
gnu: clang-runtime-8: Fix build with newer glibc.
* gnu/packages/llvm.scm (clang-runtime-8): Add patch.
Change-Id: I3ea8c6a597996adec567920d5714fb93ad91b2a9
gnu: clang-runtime-9: Fix build with newer glibc.
* gnu/packages/llvm.scm (clang-runtime-9): Add patch.
* gnu/packages/patches/clang-runtime-9-glibc-2.36-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Change-Id: I3f88e3e933d8bb8aa4ba130dfb72e093ac5d378f
gnu: clang-runtime-10: Fix build with newer glibc.
* gnu/packages/llvm.scm (clang-runtime-10): Add patch.
Change-Id: If90ee6895634e6f1791516861be558af4d2ffe8e
gnu: clang-runtime-11: Fix build with newer glibc.
* gnu/packages/llvm.scm (clang-runtime-11): Add patch.
Change-Id: I5195c0a37e5dcc7ba200043e2028200492a74c14
gnu: clang-runtime-12: Fix build with newer glibc.
* gnu/packages/llvm.scm (clang-runtime-12): Add patch.
Change-Id: Ia42a065972a1b908fa62db87cc23b2e5d119a9b0
gnu: clang-runtime-13: Fix build with newer glibc.
* gnu/packages/llvm.scm (clang-runtime-13): Add patch.
* gnu/packages/patches/clang-runtime-13-glibc-2.36-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Change-Id: I0f78d826557a7ffa87f75ac521cc8fcec340bffd
gnu: clang-runtime-14: Fix build with newer glibc.
* gnu/packages/llvm.scm (%llvm-patches): Add patch for llvm-14.
* gnu/packages/patches/clang-runtime-14-glibc-2.36-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Change-Id: Ib5350be48f6580d00cb9b70435931abf0444c664
gnu: rust: Fix building.
* gnu/packages/rust.scm (rust)[arguments]: Adjust 'unpack-compiler-rt
phase to correctly copy the sources into the target directory. Adjust
'enable-profiling phase to come after an existing phase.
[native-inputs]: Add clang-runtime-source.
Change-Id: I2e05fa86c4eaf8c2f5f3562d9f7939cd881cde3f
gnu: global: Adjust order of phases.
* gnu/packages/code.scm (global)[arguments]: Adjust the order of the
phases so that they get read in the correct order.
Change-Id: I149ccd249821c64aa5a508048d995e9963ea4c08