Merge branch 'gnome-team'
gnu: ugrep: Update to 6.1.0.
* gnu/packages/search.scm (ugrep): Update to 6.1.0.
[source]: Delete included linux binaries.
Change-Id: I13aa90578d8f618a0a9c2c67c59c41e8e219660f
Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: terminator: Update to 2.1.4.
* gnu/packages/gnome.scm (terminator): Update to 2.1.4.
Change-Id: I84372d73a999dc26dbd337b221f94aab75c97c22
Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: poke: Update to 4.1.
* gnu/packages/engineering.scm (poke): Update to 4.1.
Change-Id: If8276f8710f06555a261cfda347eae45a1b5c793
Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: guix-data-service: Update to 0.0.1-50.d74422c.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-50.d74422c.
Change-Id: I652633d816ba74c115a0f09939966bf4625d1b8b
gnu: make-torbrowser: Use current ffmpeg version.
torbrowser and mullvadbrowser are now based on v. 115 and can link to current
ffmpeg.
* gnu/packages/tor-browsers.scm (make-torbrowser): Use ffmpeg rather than
ffmpeg-5.
Signed-off-by: Christopher Baines <mail@cbaines.net>
Change-Id: Ifba8d2a58f21aba1abe6b3c5daf9cb57b07386f6
gnu: rust-nix-0.28: Fix package build.
This package was introduced as a dependency for Nsncd. The package test suite
is not run when building Nsncd so we did not realize it was failing.
* gnu/packages/crates-io.scm (rust-nix-0.28): Fix test phase, enable all crate
for cargo test, disable failing tests.
Change-Id: Ice72d93b3a3f5f02640d2c1f90d745dc4b1a6550
Signed-off-by: Christopher Baines <mail@cbaines.net>
services: guix-build-coordinator: Don't log with timestamps.
As the shepherd adds these to the logs.
* gnu/services/guix.scm (make-guix-build-coordinator-start-script): Pass
#:timestamp-log-output? #f to make-build-coordinator.
(guix-build-coordinator-agent-shepherd-services): Add
--timestamp-log-output=false to the arguments.
Change-Id: I9073ee7b1cefa894d38fdf3831c59de693e087f6
gnu: guix-build-coordinator: Update to 0-106.846aa14.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-106.846aa14.
Change-Id: Idb4a090382b3ffa31e6abbe0c96980a4cc96952c
gnu: nar-herder: Update to 0-34.d02e60b.
* gnu/packages/package-management.scm (nar-herder): Update to 0-34.d02e60b.
Change-Id: I0df021d2e5b52fdf3749a1b618d7936c74a757b5
gnu: Remove fontforge-20190801.
* gnu/packages/fontutils.scm (fontforge-20190801): Delete variable.
Change-Id: I65b148f77468a46e4c40a57ffdd44b3e43321449
gnu: font-gnu-freefont: Build with newer fontforge.
* gnu/packages/fonts.scm (font-gnu-freefont)[source]: Add patch. Add
snippet to remove processed python code.
* gnu/packages/patches/font-gnu-freefont-python3-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Change-Id: I042697aba1ca4ff7448cd4fb62268e62fd883bc2
gnu: coeurl: Update to 0.3.1.
* gnu/packages/curl.scm (coeurl): Update to 0.3.1.
Change-Id: I22ba5cf999e57918b72d58053c533d997f8c461d
gnu: linux-libre: Add 6.9-riscv.conf
* gnu/packages/aux-files/linux-libre/6.9-riscv.conf: New file.
* Makefile.am (AUX_FILES): Register it.
Change-Id: I1f5e24726c3a59bec73805068548ce5916b427f8
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
services: oci-container: Fix provided image is string.
gnu/services/docker.scm (oci-container-shepherd-service): When image is
oci-image, call %oci-image-loader.
Change-Id: I26105e82643affe9e7037975e42ec9690089545b
gnu: Add emacs-org-timeblock.
* gnu/packages/emacs-xyz.scm (emacs-org-timeblock): New variable.
Change-Id: I7a5844bc11d263131b4e1d2fb23a223747c4f63c
Signed-off-by: Andrew Tropin <andrew@trop.in>
gnu: ldc: Fix building on riscv64-linux.
* gnu/packages/dlang.scm (ldc)[arguments]: Add a configure-flag to link
the executables with -latomic. Adjust the 'disable-problematic-tests
phase to disable 2 tests which fail on riscv64-linux and delete some
tests which fail on riscv64-linux. Adjust the custom 'check phase to
skip several tests when building on riscv64-linux.
Change-Id: I38a87b053c1399fa7762b4843555d6e2afc20427
gnu: ldc: Build with llvm-17.
* gnu/packages/dlang.scm (ldc-bootstrap)[native-inputs]: Replace
lld-wrapper-15 with lld-wrapper-17, llvm-15 with llvm-17.
(ldc)[native-inputs]: Replace clang-15 with clang-17.
Change-Id: I8d5b19d3da52ba9f2d1fa3afcabe74ad4ce1d5e1
gnu: ldc: Fix build on aarch64-linux.
* gnu/packages/dlang.scm (ldc)[arguments]: Don't delete tests which
don't fail on aarch64-linux. Adjust custom 'check phase to skip some
tests known to fail on aarch64-linux.
Change-Id: I84ea2f356a44e12952dbb852e41921895605176a