~ruther/guix-local

ref: ee4e79f871bc2f848ce4b4a176bb725ab71e3cd6 guix-local/gnu/packages d---------
f7193735 — Maxim Cournoyer 2 years ago
gnu: make-rust-sysroot/implementation: Use gexps.

* gnu/packages/rust.scm (make-rust-sysroot/implementation): Use gexps.

Change-Id: Ie35ca201c2a55f00023dad02a0d1121b6f298812
e5ee9403 — Janneke Nieuwenhuizen 2 years ago
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
01d32e47 — Janneke Nieuwenhuizen 2 years ago
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
c3804282 — Efraim Flashner 2 years ago
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
57802fa0 — Efraim Flashner 2 years ago
gnu: inkscape: Always use imagemagick as an input.

* gnu/packages/inkscape.scm (inkscape)[native-inputs]: Replace inherited
imagemagick/stable with imagemagick.

Change-Id: I6b25002deeeaa81fab6de4e181d2425fe7342aba
db3367f9 — Efraim Flashner 2 years ago
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
9708cf9b — Efraim Flashner 2 years ago
gnu: clang-runtime-6: Fix build with newer glibc.

* gnu/packages/llvm.scm (clang-runtime-6): Add patch.

Change-Id: Iff5ad430876ff7f8319556b6648e223b7bb0e13a
99efdf09 — Efraim Flashner 2 years ago
gnu: clang-runtime-7: Fix build with newer glibc.

* gnu/packages/llvm.scm (clang-runtime-7): Add patch.

Change-Id: Idba933cb04859d57066fd2e4b131ad9f4604fae8
d92a6ae1 — Efraim Flashner 2 years ago
gnu: clang-runtime-8: Fix build with newer glibc.

* gnu/packages/llvm.scm (clang-runtime-8): Add patch.

Change-Id: I3ea8c6a597996adec567920d5714fb93ad91b2a9
59dc9f87 — Efraim Flashner 2 years ago
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
1fabc88d — Efraim Flashner 2 years ago
gnu: clang-runtime-10: Fix build with newer glibc.

* gnu/packages/llvm.scm (clang-runtime-10): Add patch.

Change-Id: If90ee6895634e6f1791516861be558af4d2ffe8e
efb40d57 — Efraim Flashner 2 years ago
gnu: clang-runtime-11: Fix build with newer glibc.

* gnu/packages/llvm.scm (clang-runtime-11): Add patch.

Change-Id: I5195c0a37e5dcc7ba200043e2028200492a74c14
9e79ac01 — Efraim Flashner 2 years ago
gnu: clang-runtime-12: Fix build with newer glibc.

* gnu/packages/llvm.scm (clang-runtime-12): Add patch.

Change-Id: Ia42a065972a1b908fa62db87cc23b2e5d119a9b0
c7fb5779 — Efraim Flashner 2 years ago
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
690b8901 — Efraim Flashner 2 years ago
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
6c5edd3e — Efraim Flashner 2 years ago
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
f0c22c14 — Efraim Flashner 2 years ago
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
d56532c5 — Efraim Flashner 2 years ago
gnu: patchelf: Fix test suite.

* gnu/packages/elf.scm (patchelf)[arguments]: Adjust 'fix-tests phase
for changes in the test suite.

Change-Id: Iffeb4ef94e0d78edd47d9d8b6e316f3b29627ed0
6746ea2e — Janneke Nieuwenhuizen 2 years ago
gnu: ipxe: Update to 1.21.1-2.de8a082.

This fixes

    error: in phase 'build': uncaught exception:

while building ipxe-qemu.

* gnu/packages/bootloaders.scm (ipxe): Update commit to
de8a0821c7bc737e724fa3dfb6d89dc36f591d7a.  Bump revision and timestamp.

Change-Id: I352a8451ba9da912f023802f1f31e5e311705ba2
12fcd017 — Maxim Cournoyer 2 years ago
gnu: pkgconf: Update to 2.1.0.

* gnu/packages/pkg-config.scm (pkgconf): Update to 2.1.0.

Change-Id: I5d61cd792ea89bc05a590997a3c8ed5243a57adc
Next