aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-25gnu: Add python-omemo-dr....* gnu/packages/python-crypto.scm (python-omemo-dr): New variable. Change-Id: I06b31e62dff1a740fee832e17200f8905810860a Signed-off-by: Luca Matei Pintilie <luca@lucamatei.com> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Morgan Smith
2024-11-25gnu: Add python-protobuf-5....* gnu/packages/protobuf.scm (python-protobuf-5): New variable. Change-Id: Ic181a92bc0e3eb66adf535d98b192cbb006028ad Signed-off-by: Luca Matei Pintilie <luca@lucamatei.com> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Morgan Smith
2024-11-25gnu: python-nbxmpp: Update to 5.0.3....* gnu/packages/messaging.scm (python-nbxmpp): Update to 5.0.3. Change-Id: Id1c4cb770123e9ed4a7fa846107eb38df412bc10 Signed-off-by: Luca Matei Pintilie <luca@lucamatei.com> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Morgan Smith
2024-11-25gnu: openmpi: Disable static libraries....* gnu/packages/mpi.scm (openmpi-4)[arguments]: Pass “--disable-static”. * gnu/packages/mpi.scm (openmpi-5)[arguments]: Likewise. Change-Id: Ia6a8bc8a88d12a37878a45eed380262759bd4565 Ludovic Courtès
2024-11-25gnu: libfabric: Enable libcxi support....* gnu/packages/linux.scm (libfabric)[inputs]: Add libcxi, curl, and json-c if libcxi supports the target system. [arguments]: Add #:phases. Change-Id: I3345cac68603c776ec4953cf0e97a12389c30635 Ludovic Courtès
2024-11-25gnu: Add libcxi....* gnu/packages/linux.scm (libcxi): New variable. Change-Id: I714d8694c796d5bc3ce4756d5aae576031288699 Ludovic Courtès
2024-11-25gnu: Add cxi-driver....* gnu/packages/linux.scm (cxi-driver): New variable. Change-Id: Iac48010d3de7f46248afe8c71991da71b61ebe6f Ludovic Courtès
2024-11-25gnu: Add cassini-headers....* gnu/packages/linux.scm (cassini-headers): New variable. Change-Id: I278fe784ed2a0b31831dd6ff19f0c03d193b310a Ludovic Courtès
2024-11-25tests: sddm: Update expected message on login screen....* gnu/tests/sddm.scm (run-sddm-test)["login screen up"]: Change expected message to match current SDDM version. Change-Id: Ib59478685b87b8080e27d2aee367c709cbcd0906 Ludovic Courtès
2024-11-25gnu: du-dust: Update to 1.1.1....* gnu/packages/admin.scm (du-dust): Update to 1.1.1. [arguments]: Switch to using G-exps. [cargo-inputs]: Add rust-chrono-0.4, rust-ctrlc-3, rust-filesize-0.2. Replace rust-clap-3 with 4, rust-clap-complete-3 with 4, rust-clap-mangen-0.1 with 0.2. Remove rust-atty-0.2. Change-Id: I0bd13a96669e526c7c9c5eab0f3ff416b3e69f05 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jordan Moore
2024-11-24gnu: linux-libre 4.19: Update to 4.19.324....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.324. (linux-libre-4.19-pristine-source): Update hash. Change-Id: I82e9d32dc7adbeaa9e416c3a2dd4763d8cb28c3c Leo Famulari
2024-11-24gnu: soju: Update to 0.8.2....* gnu/packages/irc.scm (soju): Update to 0.8.2. [native-inputs]: Drop go-nhooyr-io-websocket. Add go-github-com-coder-websocket. Change-Id: I272e692eab620fbf41d025f5aa3eb8d7c6eb5cbc Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Timotej Lazar
2024-11-24gnu: linux-libre 5.4: Update to 5.4.286....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.286. (linux-libre-5.4-pristine-source): Update hash. Change-Id: Ie3795b6627708714e3b018b2dd3059029ed4d2a1 Leo Famulari
2024-11-24gnu: linux-libre 5.10: Update to 5.10.230....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.230. (linux-libre-5.10-pristine-source): Update hash. Change-Id: I041153e10a9c5b3f7dfb2472dcccb1b0f2e81725 Leo Famulari
2024-11-24gnu: linux-libre 5.15: Update to 5.15.173....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.173. (linux-libre-5.15-pristine-source): Update hash. Change-Id: Ifac6956504d0a7c3bc72a84fdb50e94037786381 Leo Famulari
2024-11-24gnu: linux-libre 6.1: Update to 6.1.118....* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.118. (linux-libre-6.1-pristine-source): Update hash. Change-Id: Iacf38639d720e0f56a9d47fd92e1399902de8e57 Leo Famulari
2024-11-24gnu: linux-libre 6.6: Update to 6.6.62....* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.62. (linux-libre-6.6-pristine-source): Update hash. Change-Id: I8737dfe9a9cc4f94b894ce3c12ec55d74775c9eb Leo Famulari
2024-11-24gnu: linux-libre: Update to 6.11.9....* gnu/packages/linux.scm (linux-libre-6.11-version): Update to 6.11.9. (linux-libre-6.11-pristine-source): Update hash. Change-Id: I062f6f84c12dad5670dfe48811d603bc300712e2 Leo Famulari
2024-11-24gnu: python-pycurl: Adjust inputs....* gnu/packages/python-web.scm (python-pycurl): Remove requirement for pytest-xdist as tests need to be run in single threaded. No need for Nose as main test runner is Pytest now. [arguments]<test-flags>: Remove "--numprocesses" option. [native-inputs]: Remove python-nose and python-pytest-xdist. Change-Id: I8de5d89a38208c119ea5494de1e8339130b01f54 Sharlatan Hellseher
2024-11-24gnu: python-pycurl: Build from git....* gnu/packages/python-web.scm (python-pycurl) [source]: Swap to git checkout. Change-Id: I1b347c04022970ffe42a87530e525a83745ff84c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Attila Lendvai
2024-11-24gnu: python-pycurl: Fix build by running the tests single-threaded....* gnu/packages/python-web.scm (python-pycurl): Make test run single-threaded. Reenable some tests that used to fail due to threading. [test_request_without_certinfo]: Disable test/timebomb that probably uses an expired CA. Change-Id: I62bc60757cf2e005ed55768c84d8c178f63c35ec Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Attila Lendvai
2024-11-24gnu: minetest: Update to 5.10.0....* gnu/packages/minetest.scm (minetest): Update to 5.10.0. [source] <snippet>: Fix unbundling and unbundle catch2. [arguments] <#:configure-flags>: Remove redundant flags. <#:phases>: Remove all patches no longer applicable. [native-inputs]: Add catch2-3. [inputs]: Remove coreutils and libxxf86vm. Change-Id: If8720bb51309d7c251e76a1885695851f3a03255 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Parnikkapore
2024-11-24gnu: emacs-piem: Canonicalize home-page URL....guix lint warns about a permanent redirect. * gnu/packages/emacs-xyz.scm (emacs-piem): Canonicalize home-page URL. Change-Id: I8362436789a7e4736fc4572963a817b3532ca58a Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Liam Hupfer
2024-11-24gnu: emacs-piem: Build Info manual....* gnu/packages/emacs-xyz (emacs-piem): Build Info manual. Change-Id: Id3be957586e430f74330e35c6e39e08437668d0e Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Liam Hupfer
2024-11-24gnu: emacs-next: Update to 30.0.92-0.881d593....* gnu/packages/emacs.scm (emacs-next-minimal): Update to 30.0.92-0.881d593. Liliana Marie Prikler
2024-11-24doc: Refer to up-to-date version of ‘gcc-toolchain’ in example....* doc/guix.texi (Writing Manifests): Write that for ‘gcc-toolchain’ we have GCC version 14 today. Change-Id: I9bfbe4a6d36b0dae16cafec86ce58ef50e64e50d Florian Pelz
2024-11-24doc: Fix typos....* doc/contributing.texi (Commit Access): Use @xref when beginning a sentence. * doc/guix.texi (package Reference): Likewise. (Invoking guix gc): Add missing words. (Invoking guix pack): Likewise. (Specifying Channel Authorizations): Move period after closing parenthesis. (origin Reference)[git-fetch, git-fetch/lfs]: Add missing optional argument. [svn-reference]: Add missing ‘the’. Change-Id: I8a5e475e928200299117e55274847319eeda8bdb Florian Pelz
2024-11-24gnu: podman: Update to 5.3.1....* gnu/packages/containers.scm (podman): Update to 5.3.1. [native-inputs]: Use go-1.22. Change-Id: Ifedb3843e7cead31945deb15f66945940597b05f Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Tomas Volf
2024-11-24gnu: ngtcp2: Update to 1.9.0....* gnu/packages/networking.scm (ngtcp2): Update to 1.9.0. Change-Id: Id6bb599b562fc0eb7c710397fd93855c77a026c5 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Tomas Volf
2024-11-24gnu: skopeo: Update to 1.17.0....* gnu/packages/virtualization.scm (skopeo): Update to 1.17.0. [native-inputs]: Use go-1.22. Change-Id: I40f82897556c245deb93df806106be6cb48a7f78 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Tomas Volf
2024-11-24gnu: buildah: Update to 1.38.0....* gnu/packages/containers.scm (buildah): Update to 1.38.0. [native-inputs]: Use go-1.22. Change-Id: I4a36345f91fde84fdbf5b4ef4cd5dc2749c90327 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Tomas Volf
2024-11-24gnu: ugrep: Update to 7.1.0....* gnu/packages/search.scm (ugrep): Update to 7.1.0. Change-Id: Ifb4b6b92dbd8b60b81bb23900451fd634580f9d7 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Ashish SHUKLA
2024-11-24gnu: LLVM, Clang, libomp, lld: Update to 19.1.4....* gnu/packages/llvm.scm (llvm-19, clang-19, libomp-19, lld-19): Update to 19.1.4. Change-Id: I59ab5d74ebaac2ba1cc311ceb8534fde1b1d179c Zheng Junjie
2024-11-24gnu: Add lld-19....* gnu/packages/llvm.scm (lld-19): New variable. Change-Id: I8d24e762fc7837f5d3ade91801c3ffc0a5cb84a9 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> dan
2024-11-24gnu: Add llvm-19....* gnu/packages/llvm.scm (clang-runtime-from-llvm)[native-inputs]: When building clang-runtime-19 or newer use gcc-14. (clang-from-llvm)[#:configure-flags]: When building clang-19 or newer, pass in USE_DEPRECATED_GCC_INSTALL_PREFIX. (%llvm-monorepo-hashes): Add entry for llvm-19. (llvm-19, clang-runtime-19, clang-19, libomp-19, clang-toolchain-19): New variables. Change-Id: I55630c3ecd2e6caa4237f28ac9f41726ed09eec4 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> dan
2024-11-23gnu: librewolf: Update to 132.0.2-1....* gnu/packages/librewolf.scm (librewolf): Update to 132.0.2-1. Change-Id: Ica7e9c8c02085101060401d72b83fe25a19448d9 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Ian Eure
2024-11-23gnu: bootterm: Improve the package style....* gnu/packages/terminals.scm (bootterm): Improve the package style. Change-Id: If7c5fc9a51402c9e3fd43c54c5302a937cb5d766 Artyom V. Poptsov
2024-11-23gnu: bootterm: Use GEXPs....* gnu/packages/terminals.scm (bootterm): Use GEXPs. Change-Id: I6c718e57eba9304fde8c4ed1fa2f00cf20d44051 Artyom V. Poptsov
2024-11-23gnu: bootterm: Update to 0.5....* gnu/packages/terminals.scm (bootterm): Update to 0.5. Change-Id: I374a778bb81e8a37849e1dd592fc247c43be6486 Artyom V. Poptsov
2024-11-23gnu: Respect --cores build argument in some python packages....Reported by Greg Hogan <code@greghogan.com> in #74445. * gnu/packages/astronomy.scm (python-asdf-astropy, python-astropy, python-photutils, python-poppy, python-regions, python-reproject, python-sunpy, python-spectral-cube, python-stdatamodels, python-pysiaf, python-sbpy, python-asdf-coordinates-schemas, python-roman-datamodels, python-webbpsf, python-yt): [arguments]<test-flags>: Adjust "-n" or "--numprocess" to respect "--cores" build argument. * gnu/packages/check.scm (python-crosshair): Likewise. * gnu/packages/databases.scm (python-fastparquet, python-pycurl, awscli, python-s3transfer): Likewise. * gnu/packages/python-xyz.scm (python-glymur, python-zarr, python-dask): Likewise. Change-Id: Ifbc6435e4ad22b0ae822b485bccca41eaa165cc5 Sharlatan Hellseher
2024-11-23news: Add entry for guix pack’s AppImage format...* etc/news.scm: Add entry. Change-Id: If37b3b578517c15c2868239998975f7718f7d689 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sebastian Dümcke
2024-11-23pack: Add support for AppImage pack format....* guix/scripts/pack.scm (self-contained-appimage): New procedure. (%formats, show-formats): Add it. (guix-pack): Honor it. * doc/guix.texi: Document AppImage pack. * tests/pack.scm ("appimage", "appimage + localstatedir"): New tests. Co-authored-by: Noé Lopez <noelopez@free.fr> Change-Id: I33ebfec623cff1cfcd6f029d2d3054c23ab1949a Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sebastian Dümcke
2024-11-23gnu: appimage: New packages for the appimage runtime....* gnu/packages/appimage.scm (gnu packages appimage): New module. (appimage-type2-runtime): New variable. * gnu/packages/file-systems.scm (squashfuse-for-appimage): New variable. * gnu/packages/linux.scm (fuse-for-appimage): New variable. Change-Id: I857a8eb5399a6a493e52db70b6c8cf0c71360930 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Noé Lopez
2024-11-23import: cpan: Support recursive imports....* guix/import/cpan.scm (cpan-module->sexp): Return two values. (cpan->guix-package): Add #:version. Return two values. (cpan-recursive-import): New procedure. * guix/scripts/import/cpan.scm (show-help, %options): Add ‘-r’. (guix-import-cpan): Adjust accordingly. Change-Id: Id167c7ddd079f4e04650ce7cc1692a9de36cd8fe Signed-off-by: Ludovic Courtès <ludo@gnu.org> zero@fedora
2024-11-23gnu: Add powertop-service-type....* gnu/services/pm.scm (powertop-shepherd-service) (powertop-service-type, powertop-configuration): New variables. * doc/guix.texi (Power Management Services): Document powertop-service-type. Change-Id: I1c5ef855526458ad54f62ca6e755da82acce1c4a Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ian Eure
2024-11-23ui: ‘display-hint’ checks column number for the right port....This fixes (rather: works around) something like: $ guix import pypi nipype -r >/dev/null […] hint: Backtrace: […] 344:42 3 (display-hint "This indicates that the\npackage is a…" . #) In ice-9/boot-9.scm: 1747:15 2 (with-exception-handler #<procedure 7f9ee8e5f120 at ic…> …) In guix/build/syscalls.scm: 2334:35 1 (_) 2323:8 0 (terminal-window-size _) guix/build/syscalls.scm:2323:8: In procedure terminal-window-size: In procedure terminal-window-size: Inappropriate ioctl for device * guix/ui.scm (display-hint): Pass PORT to ‘terminal-columns’. Change-Id: Ica0096aee5e6b2c19814ae5d71de9ffe9ab32430 Ludovic Courtès
2024-11-23gnu: guix: Update to 1eead56....* gnu/packages/package-management.scm (guix): Update to 1eead56. Change-Id: I2c8092d3109ebd63d0918fb5ab8ea4d77846b842 Ludovic Courtès
2024-11-23gnu: welle-io: Update to 2.5....* gnu/packages/radio.scm (welle-io): Update to 2.5. [arguments]: Set #:qtbase to qtbase. [inputs]: Remove qtbase-5, qtquickcontrols-5, and qtquickcontrols2-5. Replace qtdeclarative-5 with qtdeclarative, qtcharts-5 with qtcharts, and qtmultimedia-5 with qtmultimedia. Add qt5compat. Change-Id: I5d97d3b10d3502e7b6c110b46a18d407f624f9d1 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Ron Nazarov
2024-11-23gnu: stlink: Use GEXPs....* gnu/packages/embedded.scm (stlink): Use GEXPs. Change-Id: I26e2649f29c1e742f848f3efc5a10c218bb5bb28 Artyom V. Poptsov
2024-11-23gnu: stlink: Update to 1.8.0....* gnu/packages/embedded.scm (stlink): Update to 1.8.0. Change-Id: I51a3c664c4035ec542fa82753dc8e6aa8a8c0256 Artyom V. Poptsov