summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gnu: btrfs-progs: Fix build.Nicolas Goaziou2023-05-311-5/+5
| | | | | | | | * gnu/packages/linux.scm (btrfs-progs)[arguments]<#:configure-flags>: Fix typo. Splicing MEMBER return value results in an invalid IF form. The whole IF should be spliced instead. Reported-by: mrvdb on #guix.
* gnu: libunistring: Fix make check for the Hurd.Janneke Nieuwenhuizen2023-05-311-2/+6
| | | | | * gnu/packages/libunistring.scm (libunistring)[arguments]: Set XFAIL_TESTS with test-perror2, and test-strerror_r when building to the Hurd.
* gnu: nar-herder: Update to 0-20.b27ca4d.Christopher Baines2023-05-301-3/+3
| | | | * gnu/packages/package-management.scm (nar-herder): Update to 0-20.b27ca4d.
* gnu: guile-squee: Update to 0-4.fab9d95.Christopher Baines2023-05-301-3/+3
| | | | * gnu/packages/guile-xyz.scm (guile-squee): Update to 0-4.fab9d95.
* gnu: guile-fibers-next: Update to 1.3.0-1.99fc3e3.Christopher Baines2023-05-301-4/+4
| | | | * gnu/packages/guile-xyz.scm (guile-fibers-next): Update to 1.3.0-1.99fc3e3.
* doc: Quote all list values.Florian Pelz2023-05-301-132/+132
| | | | | | * doc/guix.texi (System Configuration)[Services]: Replace all () by '(), and similar quotings. (Home Configuration)[Home Services]: Likewise.
* gnu: nyxt: Update to 3.1.0.Andre A. Gomes2023-05-301-2/+2
| | | | | | * gnu/packages/web-browsers.scm (nyxt): Update to 3.1.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: webkitgtk: Update to 2.40.2.Andre A. Gomes2023-05-301-2/+2
| | | | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.40.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: bitcoin-core: Update to 25.0.Michael Ford2023-05-301-2/+2
| | | | | | * gnu/packages/finance.scm (bitcoin-core): Update to 25.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: xpra: Update to 4.4.5.Andy Tai2023-05-301-2/+2
| | | | | | * gnu/packages/xorg.scm (xpra): Update to 4.4.5. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: busybox: Update to 1.36.1.Hilton Chain2023-05-301-2/+2
| | | | | | * gnu/packages/busybox.scm (busybox): Update to 1.36.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: smartdns: Update to 42.Hilton Chain2023-05-301-2/+2
| | | | | | * gnu/packages/dns.scm (smartdns): Update to 42. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: hyfetch: Update to 1.4.8.Hilton Chain2023-05-301-2/+3
| | | | | | | * gnu/packages/admin.scm (hyfetch): Update to 1.4.8. [arguments]: Disable tests. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: font-sarasa-gothic: Update to 0.40.7.Hilton Chain2023-05-301-2/+2
| | | | | | * gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.40.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: font-lxgw-wenkai-tc: Update to 1.000.Hilton Chain2023-05-301-2/+2
| | | | | | * gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 1.000. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: font-lxgw-wenkai: Update to 1.300.Hilton Chain2023-05-301-2/+2
| | | | | | * gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.300. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: font-chiron-hei-hk: Update to 2.506.Hilton Chain2023-05-301-2/+2
| | | | | | * gnu/packages/fonts.scm (font-chiron-hei-hk): Update to 2.506. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: font-chiron-sung-hk: Update to 1.008.Hilton Chain2023-05-301-2/+2
| | | | | | * gnu/packages/fonts.scm (font-chiron-sung-hk): Update to 1.008. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: warzone2100: Rewrite package arguments to G-expressions.宋文武2023-05-301-24/+24
| | | | | * gnu/packages/games.scm (warzone2100)[arguments]: Convert to list of G-expressions.
* gnu: warzone2100: Update to 4.3.5.宋文武2023-05-301-2/+2
| | | | * gnu/packages/games.scm (warzone2100): Update to 4.3.5.
* gnu: Add skktools.gemmaro2023-05-301-0/+157
| | | | | | * gnu/packages/language.scm (skktools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* home: services: Add msmtp service.Tanguy Le Carrour2023-05-303-1/+361
| | | | | | | | * gnu/home/services/mail.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Mail Home Services): New node. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* doc: Update references to the Shepherd manual.Ludovic Courtès2023-05-301-3/+3
| | | | | * doc/guix.texi (Shepherd Services): Update cross-references to shepherd.info nodes removed in 0.10.0.
* gnu: shepherd: Update to 0.10.1.Ludovic Courtès2023-05-301-2/+2
| | | | | | Fixes <https://issues.guix.gnu.org/63717>. * gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.1.
* substitute: If a server's nar URL is 404, try the next one(s).Ludovic Courtès2023-05-303-21/+71
| | | | | | | | | | | | | | | | | If a substitute server advertises in its narinfo, for example, both a /zstd and a /lzip URL but the /zstd URL is unreachable, try the /lzip URL. Fixes <https://issues.guix.gnu.org/63634>. * guix/narinfo.scm (narinfo-preferred-uris): New procedure. (narinfo-best-uri): Rebase on top of it. * guix/scripts/substitute.scm (download-nar)[try-fetch]: New procedure. Use 'narinfo-preferred-uris' and 'try-fetch' to attempt all the URLs of NARINFO. * tests/substitute.scm (request-substitution): Remove 'parameterize'. Delete DESTINATION. ("substitute, preferred nar URL is 404, other is 200"): New test.
* services: herd: "Resolve" transient services only when needed.Ludovic Courtès2023-05-301-6/+7
| | | | | | | | | | This allows us to get rid of the "eval root" actions, which in turn would lead to confusing "Evaluating user expression" messages. Fixes <https://issues.guix.gnu.org/55857>. * gnu/services/herd.scm (resolve-transients): In 'values', avoid 'eval-there' call when UNRESOLVED is empty.
* gnu: linux-libre 5.15: Update to 5.15.113.Leo Famulari2023-05-291-2/+2
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.113. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre 6.1: Update to 6.1.30.Leo Famulari2023-05-291-6/+6
| | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.30. (linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
* gnu: linux-libre: Update to 6.3.4.Leo Famulari2023-05-291-3/+3
| | | | | * gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.4. (linux-libre-6.3-pristine-source, deblob-scripts-6.3): Update hashes.
* gnu: commencement: m4-boot0: Disable tests for the Hurd too.Janneke Nieuwenhuizen2023-05-291-2/+3
| | | | | | | GNU lib's stack-overflow tests fail. * gnu/packages/commencement.scm (m4-boot0)[arguments]: Set #:tests? to #false for the Hurd.
* gnu: Add node-global-gradle-clean.Dhruvin Gandhi2023-05-291-0/+25
| | | | | | * gnu/packages/node-xyz.scm (node-global-gradle-clean): New variable. Signed-off-by: Jelle Licht <jlicht@fsfe.org>
* gnu: libmicrohttpd: Update to 0.9.77.Efraim Flashner2023-05-291-2/+2
| | | | * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.77.
* gnu: eudev: Use new package style.Felix Lechner2023-05-291-49/+45
| | | | | | | * gnu/packages/linux.scm (eudev)[arguments]: Convert to list of G-Expressions. [native-inputs]: Drop labels. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: icedove: Update to 102.11.2.Jonathan Brielmaier2023-05-291-4/+4
| | | | | | * gnu/packages/gnuzilla.scm (%icedove-version): Update to 102.11.2. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
* gnu: telegram-desktop: Add missing copyright line.Jonathan Brielmaier2023-05-291-0/+1
| | | | | | | | Follow-up for 6192acf8b77948384e75650ae79dfbaadb26bc37. * gnu/packages/telegram.scm: Add copyright line for Saku. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
* gnu: avahi: Support for cross-building and the Hurd.Janneke Nieuwenhuizen2023-05-291-1/+14
| | | | | | * gnu/packages/avahi.scm (avahi)[inputs]: Include libcap only for supported systems and when not cross-building. [arguments]: Add --disable-autoipd when not using libcap.
* gnu: python-renpy: Use G-Expressions.Liliana Marie Prikler2023-05-281-41/+42
| | | | | * gnu/packages/game-development.scm (python-renpy)[arguments]: Convert to list of G-Expressions.
* gnu: python-renpy: Update to 8.1.0.Liliana Marie Prikler2023-05-281-18/+22
| | | | | | | | * gnu/packages/game-development.scm (python-renpy): Update to 8.1.0. [source]: No longer unbundle fribidi. Drop sync service and report as official version. [arguments]<#:phases>: Drop ‘fix-include-paths’. [propagated-inputs]: Add python-ecdsa.
* gnu: python-pygame-sdl2: Use G-Expressions.Liliana Marie Prikler2023-05-281-16/+16
| | | | | * gnu/packages/game-development.scm (python-pygame-sdl2)[arguments]: Convert to list of G-Expressions.
* gnu: python-pygame-sdl2: Update to 2.1.0-for-renpy-8.1.0.Liliana Marie Prikler2023-05-281-2/+2
| | | | | * gnu/packages/game-development.scm (python-pygame-sdl2): Update to 2.1.0-for-renpy-8.1.0.
* gnu: python-mpi4py: Update home-page.Liliana Marie Prikler2023-05-281-1/+1
| | | | | * gnu/packages/mpi.scm (python-mpi4py)[home-page]: Use “github.com” instead of “bitbucket.com”.
* gnu: paraview: Update to 5.11.1.Liliana Marie Prikler2023-05-281-5/+5
| | | | | | | | * gnu/packages/image-processing.scm (paraview): Update to 5.11.1. [source]: Unbundle nlohmannjson. [arguments]<#:configure-flags>: Add “-DVTK_MODULE_USE_EXTERNAL_VTK_nlohmannjson=ON”. [inputs]: Add nlohmann-json.
* gnu: Remove paraview-5.9.Liliana Marie Prikler2023-05-281-93/+0
| | | | * gnu/packages/image-processing.scm (paraview-5.9): Delete variable.
* gnu: cli11: Use G-Expressions.Liliana Marie Prikler2023-05-281-3/+3
| | | | * gnu/packages/cpp.scm (cli11)[arguments]: Convert to list of G-Expressions.
* gnu: cli11: Update to 2.3.2.Liliana Marie Prikler2023-05-281-25/+4
| | | | | | | * gnu/packages/cpp.scm (cli11): Update to 2.3.2. [source]: Remove snippet. [arguments]: Drop #:imported-modules, #:modules, and #:phases. [native-inputs]: Add “catch2”.
* gnu: emacs-next-tree-sitter: "Downgrade" to 29.0.91.Liliana Marie Prikler2023-05-281-22/+8
| | | | | * gnu/packages/emacs.scm (emacs-next-tree-sitter)[version, source]: Inherit fields from emacs-next.
* gnu: emacs-next: Update to 29.0.91.Liliana Marie Prikler2023-05-281-2/+2
| | | | * gnu/packages/emacs.scm (emacs-next): Update to 29.0.91.
* gnu: guix: Remove trailing #t from phases.Efraim Flashner2023-05-281-8/+4
| | | | | * gnu/packages/package-management.scm (guix)[arguments]: Remove trailing #t from phases.
* gnu: guix: Fix cross-building.Efraim Flashner2023-05-281-2/+2
| | | | | * gnu/packages/package-management.scm (guix)[arguments]: In custom 'set-font-path phase also search native-inputs for the input directory.
* gnu: telegram-desktop: Update to 4.8.1Saku Laesvuori2023-05-284-79/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/webrtc-for-telegram-desktop-fix-gcc12-cstdint.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove deleted patch. * gnu/packages/telegram.scm (libyuv-for-telegram-desktop, cmake-helpers-for-telegram-desktop, codegen-for-telegram-desktop, lib-base-for-telegram-desktop, lib-crl-for-telegram-desktop, lib-lottie-for-telegram-desktop, lib-rpl-for-telegram-desktop, lib-spellcheck-for-telegram-desktop, lib-ui-for-telegram-desktop, lib-webrtc-for-telegram-desktop, lib-webview-for-telegram-desktop, tgcalls-for-telegram-desktop): Bump to submodule checkout. (webrtc-for-telegram-desktop): Bump to submodule checkout. [patches]: Remove patch. [snippet]: Unbundle abseil-cpp and crc32c [inputs]: Add crc32c and glibmm-next. Replace glib with glib-next. (cld3-for-telegram-desktop): New variable. (telegram-desktop): Update to 4.8.1 [snippet]: Add cld3 as a submodule. [arguments]<phases>: Add cld3 as a submodule. [native-inputs]: Replace glib with glib-next [inputs]: Add crc32c, kimageformats, plasma-wayland-protocols, protobuf, qtdeclarative-5 and wayland-protocols. Replace glib with glib-next and glibmm-2.64 with glibmm-next. * gnu/packages/patches/telegram-desktop-allow-disable-libtgvoip.patch: Update patch. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>