summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-14gnu: kokkos: update to 4.3.01.angicque
* gnu/packages/cpp.scm (kokkos): Update to 4.3.01. Signed-off-by: Andreas Enge <andreas@enge.fr>
2024-06-14gnu: Add font-teko.Luis Felipe
* gnu/packages/fonts.scm (font-teko): New variable. Change-Id: I09ca2e04bfe1e4decf2a8fd9c028cb58bcda1033 Signed-off-by: Andreas Enge <andreas@enge.fr>
2024-06-14gnu: Add emacs-org-margin.Andrew Tropin
* gnu/packages/emacs-xyz.scm (emacs-org-margin): New variable. Change-Id: I48dfd476c5d557d12f63efe52ccf5c08476f79ab
2024-06-13gnu: sbcl-charje.loop: Update to v0.0.1.jgart
* gnu/packages/lisp-xyz.scm (sbcl-charje.loop): Update to v0.0.1. Change-Id: I9c1fcea99d6aaa8914300bf01c811ec4fcfea6ea
2024-06-13gnu: Add emacs-casual-dired.Wilko Meyer
* gnu/packages/emacs-xyz.scm (emacs-casual-dired): New variable. Change-Id: I5208b1699baa94a610d27d2d04d5f54015d9905d Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-06-13services: dnsmasq: Add escape hatch.Sergey Trofimov
* gnu/service/dns.scm: (<dnsmasq-configuration>)[extra-options]: Add. * doc/guix.texi: Document (<dnsmasq-configuration>)[extra-options]. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I7d2df7aa5d3b041b69b2f8b3e311a7328c28a3be
2024-06-13gnu: kanshi: Update to 1.6.0.Wilko Meyer
* gnu/packages/wm.scm (kanshi): Update to 1.6.0. [native-inputs]: Add libscfg. Change-Id: I2be95e7452f708c970f235a149695df69c22b33e Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-06-13gnu: Add libscfg.Wilko Meyer
* gnu/packages/serialization.scm (libscfg): New variable. Change-Id: I0096745f2971799bd0c9955cddeed24f0846f075 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-06-13gnu: stargate-{sbsms,soundtouch}: Add source file name.Ludovic Courtès
* gnu/packages/audio.scm (stargate-sbsms)[source]: Add ‘file-name’. (stargate-soundtouch)[source]: Likewise. Change-Id: I57b6ae3a46e3cb569108783a951864a1ff43e038
2024-06-13tests: Adjust ‘guix system’ test for EFI bootloader.Ludovic Courtès
This is a followup to e5078ff3210f4a9863b641a60430b2cb3c9c15ee, which broke this test: $ guix system disk-image -n gnu/system/examples/desktop.tmpl guix system: warning: 'disk-image' is deprecated: use 'image' instead guix system: error: EFI bootloader required with GPT partitioning * tests/guix-system.sh: Use ‘guix system image’ instead of ‘guix system disk-image’. Pass ‘-t efi-raw’ for ‘desktop.tmpl’. Change-Id: I6877085ab33d9e8b471315b806fed22a7d1241a3
2024-06-13tests: Fix ‘beautify-description’ test.Ludovic Courtès
This is a followup to 510ad5d93c0ba6208aa42815863853ec522352e6. * tests/import-utils.scm ("beautify-description: transform fragment into sentence"): Fix. Change-Id: I331cb38a3460a024a789846772a074ba0b6c857c
2024-06-13gnu: hwloc: Update to 2.10.0.Philippe SWARTVAGHER
* gnu/packages/mpi.scm (hwloc): Update to 2.10.0. Change-Id: If3971c18542dd3d2d03fa48f5d440d38c6f827a7 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-06-13substitute: Don’t keep cache entries more than a few days.Ludovic Courtès
Experience has shown that keeping too many entries increases disk usage and, more importantly, leads to long delays when cleaning up the cache, measured in minutes on slow or busy HDDs with hundreds of thousands of cache entries, as is common on build machines. In those cases, the cost of the cache outweighs its benefit. * guix/scripts/substitute.scm (%narinfo-expired-cache-entry-removal-delay): Reduce to 5 days. (cached-narinfo-expiration-time)[max-ttl]: Reduce to 2 days. Change-Id: Iab212f572ee9041be61716423a3c014f93fe81ed
2024-06-13doc: Use a symbol for Cuirass specification names.Ludovic Courtès
* doc/guix.texi (Continuous Integration): Change ‘name’ field of ‘specification’ to be a symbol, as written in upstream Cuirass doc. Change-Id: I0a8cddfb8ab47f627a01459393aaf346028bb3f6
2024-06-13gnu: stargate: Move libsbsms and soundtouch forks to audio.scm.Ludovic Courtès
This avoids generating new packages at run time and makes them visible to ‘fold-packages’. * gnu/packages/audio.scm (stargate-sbsms, stargate-soundtouch): New variables, taken from… * gnu/packages/music.scm (stargate)[inputs]: … here. Use them. Change-Id: I2344d82756b3b7295c505fbdb36886b74abe5d5d
2024-06-13gnu: Add stargate.Sughosha
* gnu/packages/music.scm (stargate): New variable. Change-Id: I625c68746ca6bdf9f8de6ebde602ffa7428a2a0c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-06-13gnu: Add python-wavefile.Sughosha
* gnu/packages/python-xyz.scm (python-wavefile): New variable. Change-Id: Ied8fe04eea6f9a79cdde6382931a7009cf71f8f4 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-06-13gnu: Add python-mido.Sughosha
* gnu/packages/python-xyz.scm (python-mido): New variable. Change-Id: I4bdc6dc6f059dd16c0e0a4152a5e9b5bf84764ee Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-06-13gnu: Add python-pymarshal.Sughosha
* gnu/packages/python-xyz.scm (python-pymarshal): New variable. Change-Id: I6a1d2f8f21869856a9a227bed213d9f71204b2d4 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-06-13gnu: libreoffice: Update to 7.6.7.2.Nicolas Graves
* gnu/packages/libreoffice.scm (libreoffice): Update to 7.6.7.2. * gnu/packages/hunspell.scm (hunspell-dict-he-il, hunspell-dict-it-it): Update to 7.6.7.2. Change-Id: I289a0b2b9648930b46102c055c642c333a4229fd Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2024-06-13maint: Do not cross-compile to bare-metal targets.Ludovic Courtès
* etc/release-manifest.scm (%cross-manifest): Remove bare-metal cross-compilationm targets. Change-Id: I0041d9ac11b996662304da22fa5bf63013dcc36d
2024-06-13ci: Add cross-compilation jobs for x86_64-linux-gnux32.Ludovic Courtès
* gnu/ci.scm (cross-jobs)[same?]: Special case x86_64-linux-gnux32. Change-Id: I877eb50d6b0b0bf10474c58f8e9d5ee92f1705d2
2024-06-12doc: Refer to mumi send-email in Submitting Patches.Arun Isaac
* doc/contributing.texi (Submitting Patches): Refer to mumi send-email. Change-Id: I009cdc306220ef63e6641fac69d3453ab169bfa2
2024-06-12doc: Add mumi CLI concept index entries.Arun Isaac
* doc/contributing.texi (Debbugs User Interfaces)[Command-line interface]: Add mumi CLI concept index entries. Change-Id: Ic2e67226c18e87a7360b938476a662aae76dd58e
2024-06-12doc: Document mumi am, compose and www subcommands.Arun Isaac
* doc/contributing.texi (Debbugs User Interfaces)[Command-line interface]: Document mumi am, compose and www subcommands. * doc/guix.texi: Bump copyright year. Change-Id: I28bde9454ad35115ed60fe4d6ffa35fad599b2d1
2024-06-12hg-download: Pass strings to ‘hg-fetch’.Ludovic Courtès
Fixes a regression introduced in 275f27989175f31e9feb364ed7deac2435b08f68. * guix/hg-download.scm (hg-fetch-builder): Remove calls to ‘string->symbol’. Change-Id: I2e049d1ecb8860b6f946ca51358aaba22bdc9e2e
2024-06-11gnu: dmenu: Update to 0.5.3.jgart
* gnu/packages/suckless.scm (dmenu): Update to 0.5.3. Change-Id: Id5b458dbad3349037f78bdb2b20d33cab0d1d646
2024-06-11gnu: st: Update to 0.9.2.jgart
* gnu/packages/suckless.scm (st): Update to 0.9.2. Change-Id: I7d42fbaa0cd5b1989d4c249bdfc0b26e9e048b30
2024-06-11gnu: dwm: Update to 6.5.jgart
* gnu/packages/suckless.scm (dwm): Update to 6.5. Change-Id: I8e9627541abb521d54f4d91ee067d3678ce18b02
2024-06-11gnu: catgirl: Update to 2.2a.jgart
* gnu/packages/irc.scm (catgirl): Update to 2.2a. Change-Id: I72b832ed92dc351cabea0fb344e1402b3340b1e2
2024-06-11gnu: tor: Update to 0.4.8.12.André Batista
* gnu/packages/tor.scm (tor): Update to 0.4.8.12. Signed-off-by: jgart <jgart@dismail.de>
2024-06-12doc: Update field name in gitile-configuration.Nguyễn Gia Phong
* doc/guix.texi (gitile-configuration): Update field name nginx-server-block to nginx. Change-Id: I215d3d57c1cb88271c580fa1426a661477a775f7 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-06-12gnu: godot: Update to 4.2.2.Adriel Dumas--Jondeau
* gnu/packages/game-development.scm (godot): Update to 4.2.2. Change-Id: I4450c41439435d18b1e1fb727b9d42c683455831 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-06-12gnu: blktrace: Update to 1.3.0.Artyom V. Poptsov
* gnu/packages/linux.scm (blktrace): Update to 1.3.0. [arguments]: Use gexps. Change-Id: I4e107c8d1f99d5eb44d7f0fd67925cefac36eba9 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-06-12gnu: musl: Update to 1.2.5.fanquake
* gnu/packages/musl.scm (musl): Update to 1.2.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-06-11gnu: cutter: Update to 2.3.4.Juliana Sims
Fixes <https://issues.guix.gnu.org/63669>. * gnu/packages/engineering.scm (cutter): Update to 2.3.4. (radare2-for-cutter): Delete. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Reported-by: XVilka Haos of System <xvilka@gmail.com> Change-Id: Id8c9087df56bd11a81103635920f9ad0b6a290b5
2024-06-11gnu: libressl: Run tests under ‘datefudge’.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/71491>. * gnu/packages/tls.scm (libressl)[arguments]: Add #:phases. Change-Id: I85d866808a01265c90de6c662f35a083773faf08
2024-06-11gnu: e2fsprogs: Fix compilation for GNU/Hurd.Ludovic Courtès
Fixes a regression introduced in ce78f9cb668971954add5473c8549ebb00424f66. * gnu/packages/linux.scm (e2fsprogs)[arguments]: When ‘system-hurd?’, add ‘set-PATH_MAX’ phase. Change-Id: Idc8c2a24d2518b44e42102db48a8ab484b855f47
2024-06-11gnu: cmus: Switch to new package style.Timotej Lazar
* gnu/packages/music.scm (cmus): Switch to new style. [arguments]: Use g-exps. Drop trailing #t from 'configure phase. Change-Id: Ia840202adddf390bd29a0fb57fa1a3294dd7a61a Signed-off-by: jgart <jgart@dismail.de>
2024-06-11gnu: cmus: Update to 2.11.0.Timotej Lazar
* gnu/packages/music.scm (cmus): Update to 2.11.0. Change-Id: I2b0895640e3db1997c3e78c4d7def3ba9a97697e Signed-off-by: jgart <jgart@dismail.de>
2024-06-11gnu: keepassxc: Update to 2.7.8.Timotej Lazar
* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.8. Change-Id: Ibcd4097972ea2878f461044c82784eecd194dd13 Signed-off-by: jgart <jgart@dismail.de>
2024-06-11gnu: scrot: Update to 1.11.Artyom V. Poptsov
* gnu/packages/xdisorg.scm (scrot): Update to 1.11. Change-Id: I09addd3dcdf8edb88e6aa65949dec125cd93f500 Signed-off-by: jgart <jgart@dismail.de>
2024-06-11gnu: icecat: Update to 115.12.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2024-5688, CVE-2024-5690, CVE-2024-5691, CVE-2024-5692, CVE-2024-5693, CVE-2024-5696, CVE-2024-5700, and CVE-2024-5702. * gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes.
2024-06-11gnu: wally-cli: Fix build.Sharlatan Hellseher
Reported by Christopher Baines <mail@cbaines.net> in <https://lists.gnu.org/archive/html/guix-devel/2024-06/msg00112.html>. * gnu/packages/flashing-tools.scm (wally-cli) [arguments]: <#:phases>: Add 'fix-module-name phase. Change-Id: I106c0412a9d05f65d25d3e3d620e1152cc5c8a2c
2024-06-11gnu: mes: Fix build on arm and x86_64.Janneke Nieuwenhuizen
* gnu/packages/patches/mes-0.26.1-fixups.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/mes.scm (mes)[source]: Use it. Change-Id: I071d442232c8e4bbce2e85cac0f73fb9205a678c
2024-06-11gnu: wally-cli: Fix reference to go-gopkg-in-cheggaaa-pb-v1.Christopher Baines
As this was renamed in 2ef0e4bce1f5b4c3b59cfa944e971a3f31afd2d2. * gnu/packages/flashing-tools.scm (wally-cli)[native-inputs]: Change go-gopkg-in-cheggaaa-pb-v1 to go-github-com-cheggaaa-pb. Change-Id: I7f7764f4e9e9d91381b230d49ed32b549e987828
2024-06-11gnu: librewolf: Update to 126.0.1-1.Ian Eure
* gnu/packages/librewolf.scm (librewolf): Update to 126.0.1-1. Change-Id: Ie2cda543b3de76226d1d6959711b955d22c74fef Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-06-11gnu: emacs-org-tree-slide: Update to 2.8.22.Sergiu Ivanov
* gnu/packages/emacs-xyz.scm (emacs-org-tree-slide): Update to 2.8.22. Change-Id: I088f1870688c983312aef7052db9b9bb37e7d1f1 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-06-11gnu: pantheon-calculator: Update to 8.0.0.altadil
* gnu/packages/pantheon.scm (pantheon-calculator): Update to 8.0.0. [arguments]: Use gexp for phases. Change-Id: I7d935b0eef3d14990fc4dbbd408febe8de977a29 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-06-11gnu: mu: Update to 1.12.5.Sergey Trofimov
* gnu/packages/mail.scm (mu): Update to 1.12.5. [arguments]: Wrap /bin/mu to enable running Guile extension scripts. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: I04409ad934716a4b7dfa12a225415881cd682b49