aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* home: services: Add newline to XDG_RUNTIME_DIR warning.Richard Sent2024-09-29
| | | | | | | | * 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>
* gnu: phantomsocks: Update to 0.0.0-20240729085950-7928f8eff406.Hilton Chain2024-09-29
| | | | | | | * gnu/packages/networking.scm (phantomsocks): Update to 0.0.0-20240729085950-7928f8eff406. Change-Id: If15b87551996f3b52548a5c18a0ff315ac9a2e72
* gnu: libsixel: Fix bash completion directory.Efraim Flashner2024-09-29
| | | | | | | | * gnu/packages/image.scm (libsixel)[arguments]: Adjust the configure-flags to install the bash completion script into the standard directory. Change-Id: I12a52f8565474ec63e2bd1fa15e5412555a81c31
* gnu: fetchmail: Wrap fetchmailconf.Efraim Flashner2024-09-29
| | | | | | | | * 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
* lint: Check for minimal variants.Efraim Flashner2024-09-29
| | | | | | | | * guix/lint.scm (check-inputs-should-use-a-minimal-variant): New procedure. (%local-checkers): Add it. Change-Id: Ifbf808063e4e125c7070505a8a6215128d84b40b
* gnu: cuirass: Update to 88f85da.Ludovic Courtès2024-09-29
| | | | | | * gnu/packages/ci.scm (cuirass): Update to 88f85da. Change-Id: I80e5eeb5b2a1526e419fcee77ea50d85755c87ef
* gnu: rapidcheck: Fix pkg-config libs.Liliana Marie Prikler2024-09-29
| | | | | | | | | 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.
* gnu: emacs-htmlize: Update to 1.58.Suhail Singh2024-09-29
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-htmlize): Update to 1.58. Change-Id: Ice780c16e9bd5d6b2af12f8578383a0c96a6deee Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: vim: Update to 9.1.0744.Efraim Flashner2024-09-29
| | | | | | | | * 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
* gnu: abseil-cpp: Skip 2 tests on riscv64-linux.Efraim Flashner2024-09-29
| | | | | | | * gnu/packages/cpp.scm (abseil-cpp)[arguments]: When building for riscv64-linux replace the 'check phase to skip 2 tests. Change-Id: I92a35795dad1a00606954aae7515701ad402f243
* gnu: nnn: Update to 5.0.jgart2024-09-28
| | | | | | * gnu/packages/admin.scm (nnn): Update to 5.0. Change-Id: I568e8557f66c055dc0cb2d8f911549ff7a01b87f
* gnu: trealla: Update to 2.56.0.jgart2024-09-28
| | | | | | * gnu/packages/prolog.scm (trealla): Update to 2.56.0. Change-Id: Ib77a74484ff33e4be0c9641f423abd5e24ec083e
* gnu: wfview: Update to 1.64.Guillaume Le Vaillant2024-09-28
| | | | | | | | * gnu/packages/radio.scm (wfview): Update to 1.64. [inputs]: Add eudev. [arguments]: Update 'fix-paths' phase. Change-Id: I163aae4e40192b3efd0a2550fa8a624daa95b9c0
* gnu: cuirass: Update to b225542.Ludovic Courtès2024-09-28
| | | | | | * gnu/packages/ci.scm (cuirass): Update to b225542. Change-Id: I35987961bbbf2a10694deb04a10bc3ad82e313c9
* installer: Use the latest ‘iso-codes’.Roman Scherer2024-09-28
| | | | | | | | | | 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>
* gnu: Add iso-codes.Roman Scherer2024-09-28
| | | | | | | * gnu/packages/iso-codes.scm (iso-codes): New variable. Change-Id: I2d945a2daf98d111c04a3c30f0779e39644a5e2e Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: iso-codes: Rename to iso-codes/pinned.Roman Scherer2024-09-28
| | | | | | | | | | | | | | | | | | | | | * 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>
* build: Add missing patch to ‘gnu/local.mk’.Ludovic Courtès2024-09-28
| | | | | | | * gnu/local.mk (dist_patch_DATA): Add missing patch, added in 67a2073d279e064b6b065541be9502cd6ead80c8. Change-Id: Ie5f51b432e5331a4ad7f6050002f3fdd55ce5564
* gnu: Register CUPS patch.Tobias Geerinckx-Rice2024-09-22
| | | | | | * gnu/local.mk (dist_patch_DATA): Add missing patch. Change-Id: Iec177d4cfaa9b2d5ba4a795f46db1db05194d71f
* gnu: aws-sdk-cpp: Update to 1.11.402.Greg Hogan2024-09-28
| | | | | | * gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.11.402. Change-Id: I105b7bfc80f264eb9374ca71dfaf5e5417f98cbe
* gnu: aws-crt-cpp: Update to 0.28.2.Greg Hogan2024-09-28
| | | | | | * gnu/packages/cpp.scm (aws-crt-cpp): Update to 0.28.2. Change-Id: I0335caaf5705cbf635045568759cad3afc19345b
* gnu: aws-c-mqtt: Update to 0.10.4.Greg Hogan2024-09-28
| | | | | | * gnu/packages/c.scm (aws-c-mqtt): Update to 0.10.4. Change-Id: I96d4407dd906f1dd86658df495e1130406b4b00e
* gnu: aws-c-s3: Update to 0.6.4.Greg Hogan2024-09-28
| | | | | | * gnu/packages/c.scm (aws-c-s3): Update to 0.6.4. Change-Id: Ie2bddb384af8aad55ef53f2a8000be76aa50a781
* gnu: aws-c-auth: Update to 0.7.26.Greg Hogan2024-09-28
| | | | | | * gnu/packages/c.scm (aws-c-auth): Update to 0.7.26. Change-Id: Ia175f0eda951f9fd3ab7676e5bdb230b873cf127
* gnu: aws-c-http: Update to 0.8.8.Greg Hogan2024-09-28
| | | | | | * gnu/packages/c.scm (aws-c-http): Update to 0.8.8. Change-Id: I5db13f71b0946449d399847e353c53ba7593be34
* gnu: aws-c-compression: Update to 0.2.19.Greg Hogan2024-09-28
| | | | | | * gnu/packages/c.scm (aws-c-compression): Update to 0.2.19. Change-Id: Ib521bd0378d2b8aa8f0166df52b9fbde2d27b760
* gnu: aws-c-sdkutils: Update to 0.1.19.Greg Hogan2024-09-28
| | | | | | * gnu/packages/c.scm (aws-c-sdkutils): Update to 0.1.19. Change-Id: I7c6ee085cafdd0f0d8df125f2f602b14b073bb81
* gnu: aws-c-event-stream: Update to 0.4.3.Greg Hogan2024-09-28
| | | | | | * gnu/packages/c.scm (aws-c-event-stream): Update to 0.4.3. Change-Id: Iae87c5793b1a886fefcf0597ff6254e172869159
* gnu: aws-c-io: Update to 0.14.18.Greg Hogan2024-09-28
| | | | | | * gnu/packages/c.scm (aws-c-io): Update to 0.14.18. Change-Id: I2013a9c2f173898e2c48c05824da0044885166e1
* gnu: aws-c-cal: Update to 0.7.4.Greg Hogan2024-09-28
| | | | | | | | * 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
* gnu: aws-checksums: Update to 0.1.18.Greg Hogan2024-09-28
| | | | | | * gnu/packages/c.scm (aws-checksums): Update to 0.1.18. Change-Id: Iaed4161d8f2ba568e4aaae45a07e707d6a1b42bc
* gnu: aws-c-common: Update to 0.9.27.Greg Hogan2024-09-28
| | | | | | | | * 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
* gnu: s2n: Update to 1.5.1.Greg Hogan2024-09-28
| | | | | | | | * 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
* gnu: aws-lc: Update to 1.34.2.Greg Hogan2024-09-28
| | | | | | | | | * 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
* gnu: folly: Update to 2024.09.09.00.Greg Hogan2024-09-28
| | | | | | | | * 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>
* gnu: fast-float: Update to 6.1.6.Greg Hogan2024-09-28
| | | | | | | | * 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>
* gnu: fast-float-test-files: Update to 1.0.0.Greg Hogan2024-09-28
| | | | | | * gnu/packages/cpp.scm (fast-float-test-files): Update to 1.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: remind: Update to 05.00.05.Luís Henriques2024-09-28
| | | | | | | | | | | * 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>
* gnu: genimage: Update to version 18.Herman Rimm2024-09-28
| | | | | | | * gnu/packages/genimage.scm (genimage): Update from 15 to 18. [arguments]: Disable some tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ceph: Update to 17.2.7.Yann Dupont2024-09-28
| | | | | | | | | | | | 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
* tests: Make ‘tests/print.scm’ deterministic.Ludovic Courtès2024-09-28
| | | | | | | | | | | 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
* gnu: python-scrapy: Update to 2.11.2, fix build.Sharlatan Hellseher2024-09-27
| | | | | | | | | | | | | | 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
* gnu: cups-minimal: Address PPD injection issues [security fixes].Tobias Geerinckx-Rice2024-09-22
| | | | | | | | | | * gnu/packages/cups.scm (cups-minimal)[replacement]: Graft with... (cups-minimal/fixed): ...this new variable. [source]: Add a patch to do the thing. * gnu/packages/patches/cups-minimal-Address-PPD-injection-issues.patch: New file. Change-Id: Id4db145887e72081b404dedbccd62c23a8f52d55
* gnu: cups: Update to 2.4.10 [fixes nothitg]Tobias Geerinckx-Rice2024-09-22
| | | | Change-Id: Ic600f96d7cae1d4ecc0f5b1b4561caae317c4048
* gnu: openpmix: Limit to 64bit systems.Efraim Flashner2024-09-27
| | | | | | * gnu/packages/parallel.scm (openpmix)[supported-systems]: New field. Change-Id: I63f231c22fb0d0cc46f93dc7ac435a8e41a66739
* gnu: libfabric: Fix building on 32-bit systems.Efraim Flashner2024-09-27
| | | | | | | * gnu/packages/linux.scm (libfabric)[arguments]: Adjust configure-flags to only enable features supported on those architectures. Change-Id: Iddb55745860e2b04f2533b453f94a4f37510194c
* gnu: tmux: Build from git.Zheng Junjie2024-09-27
| | | | | | | | * gnu/packages/tmux.scm (tmux)[source]: Switch to git-fetch, and use git-file-name. [native-inputs]: Add autoconf, automake and pkg-config. Change-Id: If56abbb76f3b00193bbd27c236a9f82c4f0eb3cb
* gnu: tmux: Update to 3.5.Ashish SHUKLA via Guix-patches via2024-09-27
| | | | | | | * gnu/packages/tmux (tmux): Update to 3.5. Change-Id: Ia1f4e6e6d17d8ce76345f06f87247a13b4b5a7bb Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: magic-enum: Update to 0.9.6.Zheng Junjie2024-09-27
| | | | | | * gnu/packages/cpp.scm (magic-enum): Update to 0.9.6. Change-Id: I9d1175554d3fd956b063e3f29dff623c4cdb0059
* gnu: fnc: fix cross-compiling.Zheng Junjie2024-09-27
| | | | | | | * gnu/packages/version-control.scm (fnc)[arguments]<#:phases>: Add don-t-use-install-s phase. Change-Id: I2d0fb7d31055fe5f33706eed6df813c89ff5cc16