Efraim Flashner
f653a07bb8
gnu: mold: Only build with mimalloc on 64-bit systems.
...
* gnu/packages/mold.scm (mold)[arguments]: Adjust the configure-flags to
only use mimalloc on 64-bit systems.
[inputs]: Only add mimalloc when building for a 64-bit system.
Change-Id: I7fc8eed076072ccb49f180adbfb12683ae169eca
2024-09-29 21:17:13 +03:00
Sisiutl
093f2fb872
gnu: waypipe: Update to 0.9.1.
...
* gnu/packages/freedesktop.scm (waypipe): Update to 0.9.1.
[inputs]: Add lz4, libva, mesa, libdrm and ffmpeg.
[arguments]<#:configure-flags>: Enable lz4, vaapi, dmabuf
and video compression.
Change-Id: I02891d0fbb0f697083d4599cf960005bbe0b8996
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-09-29 23:50:21 +08:00
Evgeny Pisemsky
f19910c778
gnu: screentest: Update to 3.0.
...
* gnu/packages/hardware.scm (screentest): Update to 3.0.
[build-system]: Switch to meson-build-system.
[native-inputs]: Add gettext-minimal. Remove autoconf intltool libtool
glib:bin automake.
[inputs]: Add gtk+. Remove gtk+-2.
Change-Id: I16fab59d7a25ac009094869ce1c174016ff06601
2024-09-29 23:44:59 +08:00
Ashish SHUKLA
10fcdd9100
gnu: mold: Update to 2.34.0.
...
* gnu/packages/mold.scm (mold): Update to 2.34.0.
[arguments](phases)<force-system-xxhash>: Update path.
<fix-compiler-name-in-test>: Update path.
<skip-tbb-lto-test>: Update path.
<disable-rpath-test>: Update path.
Change-Id: I21e8cdd057fb13b508299a1b0fd9b48f803959bd
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-09-29 23:02:39 +08:00
Ashish SHUKLA
168d955c95
gnu: btop: Update to 1.4.0.
...
* gnu/packages/admin.scm (btop): Update to 1.4.0.
[arguments](make-flags) Pass CC.
Change-Id: I1ded453e5ab41567d9647eaabf888b96b024cd23
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-09-29 23:00:40 +08:00
Tomas Volf
9e0f65b55b
gnu: podman: Update to 5.2.3.
...
* gnu/packages/containers.scm (podman): Update to 5.2.3.
Change-Id: Icc4bf862e509ad74502148994aa21fde95aef626
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-09-29 22:59:30 +08:00
Wilko Meyer
26e940036f
gnu: php: Update to 8.3.12.
...
* gnu/packages/php.scm (php): Update to 8.3.12.
Change-Id: Ic9c60659e8dad0d00958475dc283259eb3de4072
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-09-29 22:58:18 +08:00
Nicolas Graves
6fb05e77e7
home: xdg-mime-applications: Fix file name spelling.
...
* gnu/home/services/xdg.scm (home-xdg-mime-applications-xdg-files): Fix
spelling mistake.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Change-Id: Ibd0f68a857dc78b66db8b0a16bd418ee787fa467
2024-09-29 22:21:34 +08:00
Richard Sent
cbf46d2565
home: services: Add newline to XDG_RUNTIME_DIR warning.
...
* gnu/home/services.scm: Add end-of-text newline to warning printed by
on-first-login script when XDG_RUNTIME_DIR does not exist.
Change-Id: I3bfe2c415f6941fa9a2231ab2a0be53db965053f
Signed-off-by: Hilton Chain <hako@ultrarare.space>
2024-09-29 22:21:28 +08:00
Hilton Chain
e6415c3072
gnu: phantomsocks: Update to 0.0.0-20240729085950-7928f8eff406.
...
* gnu/packages/networking.scm (phantomsocks): Update to
0.0.0-20240729085950-7928f8eff406.
Change-Id: If15b87551996f3b52548a5c18a0ff315ac9a2e72
2024-09-29 22:06:38 +08:00
Efraim Flashner
0e21173e16
gnu: libsixel: Fix bash completion directory.
...
* gnu/packages/image.scm (libsixel)[arguments]: Adjust the
configure-flags to install the bash completion script into the standard
directory.
Change-Id: I12a52f8565474ec63e2bd1fa15e5412555a81c31
2024-09-29 16:19:44 +03:00
Efraim Flashner
bf2370a525
gnu: fetchmail: Wrap fetchmailconf.
...
* gnu/packages/mail.scm (fetchmail)[arguments]: Add a phase to wrap
fetchmailconf with GUIX_PYTHONPATH.
[inputs]: Add bash-minimal, python-future, python-wrapper.
Change-Id: I6f48361e7d739bfcaa2d1f20eb177933e5e7a5d8
2024-09-29 16:19:24 +03:00
Efraim Flashner
5bda3f8a34
lint: Check for minimal variants.
...
* guix/lint.scm (check-inputs-should-use-a-minimal-variant): New
procedure.
(%local-checkers): Add it.
Change-Id: Ifbf808063e4e125c7070505a8a6215128d84b40b
2024-09-29 14:38:57 +03:00
Ludovic Courtès
e464a3e166
gnu: cuirass: Update to 88f85da.
...
* gnu/packages/ci.scm (cuirass): Update to 88f85da.
Change-Id: I80e5eeb5b2a1526e419fcee77ea50d85755c87ef
2024-09-29 12:27:02 +02:00
Liliana Marie Prikler
93ceb2d901
gnu: rapidcheck: Fix pkg-config libs.
...
Using rapidcheck as a dependency in a project currently results in a linker
error, because the pkg-config file is missing relevant linker flags.
* gnu/packages/patches/rapidcheck-fix-libs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/check.scm (rapidcheck)[patches]: Use it here.
2024-09-29 11:10:30 +02:00
Suhail Singh
786eb92c0f
gnu: emacs-htmlize: Update to 1.58.
...
* gnu/packages/emacs-xyz.scm (emacs-htmlize): Update to 1.58.
Change-Id: Ice780c16e9bd5d6b2af12f8578383a0c96a6deee
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-09-29 11:10:30 +02:00
Efraim Flashner
2263c61aef
gnu: vim: Update to 9.1.0744.
...
* gnu/packages/vim.scm (vim): Update to 9.1.0744.
[arguments]: Delete another test in the 'skip-or-fix-failing-tests
phase.
Change-Id: Ic36691592abd350686df78d189196f827878be0b
2024-09-29 10:06:54 +03:00
Efraim Flashner
cdb7157300
gnu: abseil-cpp: Skip 2 tests on riscv64-linux.
...
* gnu/packages/cpp.scm (abseil-cpp)[arguments]: When building for
riscv64-linux replace the 'check phase to skip 2 tests.
Change-Id: I92a35795dad1a00606954aae7515701ad402f243
2024-09-29 10:06:54 +03:00
jgart
68edde635d
gnu: nnn: Update to 5.0.
...
* gnu/packages/admin.scm (nnn): Update to 5.0.
Change-Id: I568e8557f66c055dc0cb2d8f911549ff7a01b87f
2024-09-28 13:59:50 -05:00
jgart
427deffb5b
gnu: trealla: Update to 2.56.0.
...
* gnu/packages/prolog.scm (trealla): Update to 2.56.0.
Change-Id: Ib77a74484ff33e4be0c9641f423abd5e24ec083e
2024-09-28 13:58:48 -05:00
Guillaume Le Vaillant
d74fc6c8e6
gnu: wfview: Update to 1.64.
...
* gnu/packages/radio.scm (wfview): Update to 1.64.
[inputs]: Add eudev.
[arguments]: Update 'fix-paths' phase.
Change-Id: I163aae4e40192b3efd0a2550fa8a624daa95b9c0
2024-09-28 19:13:12 +02:00
Ludovic Courtès
56cd9c6735
gnu: cuirass: Update to b225542.
...
* gnu/packages/ci.scm (cuirass): Update to b225542.
Change-Id: I35987961bbbf2a10694deb04a10bc3ad82e313c9
2024-09-28 12:55:54 +02:00
Roman Scherer
e076b8b884
installer: Use the latest ‘iso-codes’.
...
Fixes <https://issues.guix.gnu.org/73081 >.
* gnu/installer.scm (compute-locale-step): Use Use iso-codes.
Change-Id: I9a69f7accee965cf5deb2c1b23ce3fda579d465a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Reported-by: Ricardo Wurmus <rekado@elephly.net>
2024-09-28 12:55:54 +02:00
Roman Scherer
2ae666c471
gnu: Add iso-codes.
...
* gnu/packages/iso-codes.scm (iso-codes): New variable.
Change-Id: I2d945a2daf98d111c04a3c30f0779e39644a5e2e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-28 12:55:54 +02:00
Roman Scherer
8e5c8303a4
gnu: iso-codes: Rename to iso-codes/pinned.
...
* gnu/packages/iso-codes.scm (iso-codes): Rename to…
(iso-codes/pinned): … this.
* doc/build.scm,
gnu/installer.scm,
gnu/packages/fcitx.scm,
gnu/packages/fcitx5.scm,
gnu/packages/gnome.scm,
gnu/packages/gstreamer.scm,
gnu/packages/gtk.scm,
gnu/packages/ibus.scm,
gnu/packages/kde-frameworks.scm,
gnu/packages/kde-plasma.scm,
gnu/packages/mate.scm,
gnu/packages/photo.scm,
gnu/packages/video.scm: Adjust accordingly.
Change-Id: Ia98fee15a27009583fee822cf411512727b1aa27
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-28 12:55:54 +02:00
Ludovic Courtès
73c5f1df05
build: Add missing patch to ‘gnu/local.mk’.
...
* gnu/local.mk (dist_patch_DATA): Add missing patch, added in
67a2073d27
.
Change-Id: Ie5f51b432e5331a4ad7f6050002f3fdd55ce5564
2024-09-28 12:55:54 +02:00
Tobias Geerinckx-Rice
9356a8ccdd
gnu: Register CUPS patch.
...
* gnu/local.mk (dist_patch_DATA): Add missing patch.
Change-Id: Iec177d4cfaa9b2d5ba4a795f46db1db05194d71f
2024-09-22 02:00:00 +02:00
Greg Hogan
5e888ec915
gnu: aws-sdk-cpp: Update to 1.11.402.
...
* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.11.402.
Change-Id: I105b7bfc80f264eb9374ca71dfaf5e5417f98cbe
2024-09-28 00:20:21 +02:00
Greg Hogan
30d7879a82
gnu: aws-crt-cpp: Update to 0.28.2.
...
* gnu/packages/cpp.scm (aws-crt-cpp): Update to 0.28.2.
Change-Id: I0335caaf5705cbf635045568759cad3afc19345b
2024-09-28 00:20:21 +02:00
Greg Hogan
ab05930646
gnu: aws-c-mqtt: Update to 0.10.4.
...
* gnu/packages/c.scm (aws-c-mqtt): Update to 0.10.4.
Change-Id: I96d4407dd906f1dd86658df495e1130406b4b00e
2024-09-28 00:20:21 +02:00
Greg Hogan
c7ce645886
gnu: aws-c-s3: Update to 0.6.4.
...
* gnu/packages/c.scm (aws-c-s3): Update to 0.6.4.
Change-Id: Ie2bddb384af8aad55ef53f2a8000be76aa50a781
2024-09-28 00:20:21 +02:00
Greg Hogan
fb795ee88d
gnu: aws-c-auth: Update to 0.7.26.
...
* gnu/packages/c.scm (aws-c-auth): Update to 0.7.26.
Change-Id: Ia175f0eda951f9fd3ab7676e5bdb230b873cf127
2024-09-28 00:20:20 +02:00
Greg Hogan
e3fad45981
gnu: aws-c-http: Update to 0.8.8.
...
* gnu/packages/c.scm (aws-c-http): Update to 0.8.8.
Change-Id: I5db13f71b0946449d399847e353c53ba7593be34
2024-09-28 00:20:20 +02:00
Greg Hogan
a8bbda8311
gnu: aws-c-compression: Update to 0.2.19.
...
* gnu/packages/c.scm (aws-c-compression): Update to 0.2.19.
Change-Id: Ib521bd0378d2b8aa8f0166df52b9fbde2d27b760
2024-09-28 00:20:20 +02:00
Greg Hogan
515242aff9
gnu: aws-c-sdkutils: Update to 0.1.19.
...
* gnu/packages/c.scm (aws-c-sdkutils): Update to 0.1.19.
Change-Id: I7c6ee085cafdd0f0d8df125f2f602b14b073bb81
2024-09-28 00:20:20 +02:00
Greg Hogan
aed3146159
gnu: aws-c-event-stream: Update to 0.4.3.
...
* gnu/packages/c.scm (aws-c-event-stream): Update to 0.4.3.
Change-Id: Iae87c5793b1a886fefcf0597ff6254e172869159
2024-09-28 00:20:20 +02:00
Greg Hogan
e597755a8e
gnu: aws-c-io: Update to 0.14.18.
...
* gnu/packages/c.scm (aws-c-io): Update to 0.14.18.
Change-Id: I2013a9c2f173898e2c48c05824da0044885166e1
2024-09-28 00:20:20 +02:00
Greg Hogan
aeeff3e877
gnu: aws-c-cal: Update to 0.7.4.
...
* gnu/packages/c.scm (aws-c-cal): Update to 0.7.4.
[propagated-inputs]: Add s2n.
[inputs]: Remove openssl and openssl:static.
Change-Id: I211a3d96ec984ab870b6e1621756ad6463f27a8b
2024-09-28 00:20:20 +02:00
Greg Hogan
c229ad27d2
gnu: aws-checksums: Update to 0.1.18.
...
* gnu/packages/c.scm (aws-checksums): Update to 0.1.18.
Change-Id: Iaed4161d8f2ba568e4aaae45a07e707d6a1b42bc
2024-09-28 00:20:20 +02:00
Greg Hogan
f6752fd6e9
gnu: aws-c-common: Update to 0.9.27.
...
* gnu/packages/c.scm (aws-c-common): Update to 0.9.27.
[arguments]: Disable parallel tests.
[supported-systems]: Add armhf-linux and aarch64-linux.
Change-Id: I66ddf9ed03f8ead70aa1c86792dd4aa8782ac59e
2024-09-28 00:20:19 +02:00
Greg Hogan
44aba54ed3
gnu: s2n: Update to 1.5.1.
...
* gnu/packages/tls.scm (s2n): Update to 1.5.1.
[arguments]: Re-enable warnings as errors.
[supported-systems]: Restrict to 64-bit systems.
Change-Id: I09d690c96789961473c846eb8174ddc8a2b1ad4e
2024-09-28 00:20:19 +02:00
Greg Hogan
eb4b4f3e32
gnu: aws-lc: Update to 1.34.2.
...
* gnu/packages/tls.scm (aws-lc): Update to 1.34.2.
[native-inputs]: Remove libfaketime.
[arguments]<#:configure-flags>: Disable Go.
<#:phases>: Remove overwritten 'check phase.
Change-Id: Ib15fc22d0660ad805395acbec6fc45a63079b6f4
2024-09-28 00:20:19 +02:00
Greg Hogan
9b7a4f3511
gnu: folly: Update to 2024.09.09.00.
...
* gnu/packages/cpp.scm (folly): Update to 2024.09.09.00.
[inputs]: Add fast-float.
Change-Id: Icbe6ec261561729178df0920a53ece7d4eded15d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-28 00:20:19 +02:00
Greg Hogan
2ebecf60e5
gnu: fast-float: Update to 6.1.6.
...
* gnu/packages/cpp.scm (fast-float): Update to 6.1.6.
[license]: Add BSL-1.0.
Change-Id: Ia85d6146332453a45cf54837cb53b3e05ca052f7
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-28 00:20:19 +02:00
Greg Hogan
454312454d
gnu: fast-float-test-files: Update to 1.0.0.
...
* gnu/packages/cpp.scm (fast-float-test-files): Update to 1.0.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-28 00:20:19 +02:00
Luís Henriques
59f49fb55a
gnu: remind: Update to 05.00.05.
...
* gnu/packages/calendar.scm (remind): Update to 05.00.05.
[properties]: Add tcl output synopsis.
[arguments]<#:phases>: Update list of files to include in tcl output.
There's only one tcltk script now.
[native-inputs]: Add tzdata.
Change-Id: I729d48a8e538039ef5d8c9cb8bd232b3946b5f76
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-28 00:20:19 +02:00
Herman Rimm
b21118a2df
gnu: genimage: Update to version 18.
...
* gnu/packages/genimage.scm (genimage): Update from 15 to 18.
[arguments]: Disable some tests.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-28 00:20:18 +02:00
Yann Dupont
0594985555
gnu: ceph: Update to 17.2.7.
...
Fixes a build failure introduced with newer versions of Boost.
* gnu/packages/patches/ceph-fix-for-newer-boost.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/storage.scm (ceph): Update to 17.2.7. Use the patch.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I00f2d369d7a86926b00c680d5ab0fe8044ca9065
2024-09-28 00:20:18 +02:00
Ludovic Courtès
b5303183ef
tests: Make ‘tests/print.scm’ deterministic.
...
The “package with inputs” test would fail non-deterministically:
sometimes ‘package->code’ would pick the ‘glibc’ symbol, sometimes it
would take ‘glibc/hurd’, which is an alias for ‘glibc’.
* tests/print.scm (pkg-with-inputs)[inputs]: Replace ‘glibc’ with
‘gnu-make’.
Change-Id: Ie192adda98d66546fae820a6bcdd5bb4b9f4dae7
2024-09-28 00:20:18 +02:00
Sharlatan Hellseher
bd59254b82
gnu: python-scrapy: Update to 2.11.2, fix build.
...
This is a follow up fixture found during review of
<https://issues.guix.gnu.org/73070 >.
* gnu/packages/python-web.scm (python-scrapy): Update to 2.11.2.
[source]: Name for source tarball has been changed in PyPI.
[arguments]: <#:test-flags>: Enable more tests which are passing now.
<#:phases>: Add 'relax-requirements and 'prepare-test-environment phases.
[propagated-inputs]: Add python-defusedxml.
[native-inputs]: Add nss-certs-for-test.
Change-Id: Ia1e1868b75d679044af83812469c2412b2bab716
2024-09-27 21:18:43 +01:00