aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2023-11-25gnu: conky: Update to 1.19.6.Vasile Dumitrascu
* gnu/packages/conky.scm (conky): Update to 1.19.6. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-25gnu: network-manager-applet: Update to 1.34.0.Vasile Dumitrascu
* gnu/packages/gnome.scm (network-manager-applet): Update to 1.34.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-25gnu: commencement: Use locales for the right libc version on GNU/Hurd.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/66472>. Until now, we were unconditionally using ‘glibc-utf8-locales’, which targets the glibc version used on Linux (2.35) rather than that used on the Hurd (2.37). This would lead to build failures due to the inability to use locale encoding when targeting i586-gnu. * gnu/packages/base.scm (glibc-utf8-locales/hurd): New variable. * gnu/packages/commencement.scm (glibc-utf8-locales-final/hurd): New variable. (%boot5-inputs): Use it when ‘target-hurd?’ returns #t. (%final-inputs): Likewise. Change-Id: I1666d615dffbe3561cf2d9612b85cd31a48a7dcd
2023-11-25gnu: LLVM, Clang, libomp, lld: Update to 17.0.5.fanquake
* gnu/packages/llvm.scm (llvm-17, clang-17, libomp-17, lld-17): Update to 17.0.5. Change-Id: I6f719be6fea037e4e57643589d1e585ad039ab68 Signed-off-by: Hilton Chain <hako@ultrarare.space>
2023-11-25gnu: zig-0.10: Inherit from zig-0.9.Hilton Chain
* gnu/packages/zig.scm (zig-0.9): Expand definition. (zig-0.10): Inherit from zig-0.9. Change-Id: I36c273ac3f08982f598fa934571c1b83437cb977
2023-11-25gnu: zig-0.9: Use gexp.Hilton Chain
* gnu/packages/zig.scm (zig-0.9)[arguments]: Use gexp. Change-Id: I38c856320ace6d960ae342f5de164ca6c3f449c0
2023-11-25gnu: zig-0.10: Use gexp.Hilton Chain
* gnu/packages/zig.scm (zig-0.10)[arguments]: Use gexp. Change-Id: I8ba6a4bd92784637cd3a4448e2f99ed521a17f3a
2023-11-25gnu: font-sarasa-gothic: Update to 0.42.6.Hilton Chain
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.42.6. Change-Id: I84203bf94b3b147c440a473fef0fcff4596fcd29
2023-11-25gnu: font-lxgw-wenkai-tc: Update to 1.011.Hilton Chain
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 1.011. Change-Id: I632f25389077825320db741ab23ef6e2ec09b6fb
2023-11-25gnu: font-lxgw-wenkai: Update to 1.311.Hilton Chain
* gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.311. Change-Id: I0d7530c917a78e9f283ebfd4b84064b77261338d
2023-11-25gnu: Add qtrvsim.Zheng Junjie
* gnu/packages/emulators.scm (qtrvsim): New variable. Change-Id: I8e51184534fa9990c318008513e1e6566a04b10a Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25gnu: zix: Update to 0.4.2.Zheng Junjie
* gnu/packages/datastructures.scm (zix): Update to 0.4.2. Change-Id: I4465ff6eefbdbb7a3de1806fc4adbec285fa26a1 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25gnu: daikichi: Fix cross-compilation.Zheng Junjie
* gnu/packages/textutils.scm (daikichi): Fix cross-compilation. [inputs]: Add diffutils. Change-Id: I7e46a3f61a869c10f3491e1397232125ccf76149 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25gnu: odt2txt: Fix cross-compilation.Zheng Junjie
* gnu/packages/textutils.scm (odt2txt): Fix cross-compilation. [arguments]: Use Gexp and CC-FOR-TARGET. Change-Id: I0a81e601813da0e4b2accaf835e3ea774b742df8 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25gnu: nkf: Fix cross-compilation.Zheng Junjie
* gnu/packages/textutils.scm (nkf): Fix cross-compilation. [arguments]: Use gexp and CC-FOR-TARGET. Change-Id: Idd2cbdd89d4ce2feb484a6005e06f1eba491feea Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25gnu: protobuf: Fix cross-compilation.Zheng Junjie
* gnu/packages/protobuf.scm (protobuf): Fix cross-compilation. [native-inputs]: When cross-compiling, add this-package. [inputs]: Add googletest. Change-Id: Id7d3a8be9d4211249c0adc3a99a7a07206f9c495 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25gnu: xcompmgr: Fix cross-compilation.Zheng Junjie
* gnu/packages/xorg.scm (xcompmgr): Fix cross-compilation. [native-inputs]: Add util-macros. Change-Id: Ice00c75ebd2cdf100bb9eb604c6928baaa85aa26 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25gnu: smu: Fix cross-compilation.Zheng Junjie
* gnu/packages/markup.scm (smu): Fix cross-compilation. [arguments]: Use Gexp and CC-FOR-TARGET. Change-Id: Ifb6a1962b12b31ed0092cb042670301a3ef4cfa8 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25gnu: kbdd: Fix cross-compilation.Zheng Junjie
* gnu/packages/xdisorg.scm (kbdd): Fix cross-compilation. [native-inputs]: Add dbus-glib. Change-Id: I4f5bc93c8f372d47e7bf0d91e181775400c64ecf Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25gnu: obs-looking-glass: Update to B6.Oleg Pykhalov
* gnu/packages/video.scm (obs-looking-glass): Update to B6. [source]: Use upstream tarball and switch to url-fetch. Change-Id: Ie60fe98fbeefe8f21c514599189e8171917456b6
2023-11-24gnu: Add grub-corebootDenis 'GNUtoo' Carikli
* gnu/packages/bootloaders.scm (grub-coreboot): New variable. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2023-11-24gnu: lcsync: Update to 0.3.0.Vagrant Cascadian
Apply guix style. * gnu/packages/networking.scm (lcsync): Update to 0.3.0. [inputs]: Add libbsd. [arguments]<phases>: Drop 'use-prefix-from-configure-in-doc-makefile and 'add-library-paths.
2023-11-24gnu: librecast: Update to 0.8.0.Vagrant Cascadian
* gnu/packages/networking.scm (librecast): Update to 0.8.0. [inputs]: Add libbsd. [source]: Apply guix style.
2023-11-24gnu: Add antifennel.Rémi Teissier
Change-Id: Ic1f3fbc4d73ebc30291f4b60e7e8d16942c6627d Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-24gnu: uuu: Update to 1.5.125.Mathieu Othacehe
* gnu/packages/flashing-tools.scm (uuu): Update to 1.5.125. [inputs]: Add zstd:lib. Change-Id: I2a4f311994fea75c8db48440d00a1ff92ff0ff40 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-24gnu: aerc: Enable building without zoxide.Efraim Flashner
* gnu/packages/mail.scm (aerc)[arguments]: Only substitute zoxide path when it is an input. [inputs]: Only add zoxide when building on a supported system. Change-Id: I39b859982e1455e80a4b28979079c633e386fa34
2023-11-24gnu: go-gopkg-in-yaml-v3: Fix build on 32-bit systems.Efraim Flashner
* gnu/packages/golang.scm (go-gopkg-in-yaml-v3)[source]: Add patch. * gnu/packages/patches/go-gopkg-in-yaml-v3-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: Ia8a96b15d37a3d2f133da9374cac1e58e38f2d2c
2023-11-23 gnu: sbcl-lisp-critic: Update to 1.1-ea19f82.jgart
* gnu/packages/lisp-xyz.scm (sbcl-lisp-critic): Update to 1.1-ea19f82. [define-public]: Refactor to use let block for getting commit and revision. [version]: Add in version mentioned in ASD file. [source]: Pass in commit variable. Change-Id: Ie2ee4b77aab815c69445a8800e25631b6c9ab4a7
2023-11-23gnu: Add cl-lisp-critic.Michal Atlas
* gnu/packages/lisp-check.scm (cl-lisp-critic, sbcl-lisp-critic, ecl-lisp-critic): New variables. Change-Id: I38ed8af8f4316f47695a22e949b931770e350c1e Signed-off-by: jgart <jgart@dismail.de>
2023-11-23gnu: mu: Update to 1.10.8.Thiago Jung Bauermann
Version 1.10.8 fixes the installation of the Guile bindings, so we can enable it again. * gnu/packages/mail.scm (mu): Update to 1.10.7. [inputs]: Add guile-3.0. [arguments]: Add "-Dguile-extension-dir" to #:configure-flags. Add fix-ffi phase to allow Guile module to load its native library. Change-Id: I2a8250d8d6298712ad116b1d88157a4344175722 Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-11-23gnu: praat: Update to 6.4.Preston M. Firestone
* gnu/packages/language.scm (praat): Update to 6.4. Change-Id: I6138e87781e007d5798a908a4b5ae5c0c3338b05 Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-11-23gnu: Update ispell to 3.4.06.Arnaud DABY-SEESARAM
* gnu/packages/aspell.scm (ispell): Update to 3.4.06. Change-Id: I0d566a143336d88d4eb145b59b21c889b7ecdb12 Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-11-23gnu: radicale: Update to 3.1.8.Gabriel Wicki
* gnu/packages/dav.scm(radicale): Update to 3.1.8. [arguments] Enable tests. Change-Id: I8ed435587ab2ca4aafb387d4973f864fa4a94b2d Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-11-23gnu: guix-data-service: Update to 0.0.1-44.e13febc.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-44.e13febc. Change-Id: I86917732673173cf6ebe211ac69b38444f450f20
2023-11-23gnu: guix-build-coordinator: Update to 92.78df0b3.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 92.78df0b3. Change-Id: Id60ca3be76c6ac897f1aa2fed4f8c03b03a25fea
2023-11-23gnu: nar-herder: Update to 0-23.5ccd6cb.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-23.5ccd6cb. Change-Id: I6a43dd20de4518fb1f6476d321d8c76536fa47fc
2023-11-23gnu: godot: Update to 4.1.3.Adriel Dumas--Jondeau
* gnu/packages/game-development.scm (godot): Update to 4.1.3. Change-Id: Ia8844da04b568e32e9138b222ddfdca7868b010f Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-11-23gnu: book-sparc: Update to 1.1.0.Artyom V. Poptsov
* gnu/packages/books.scm (book-sparc): Update to 1.1.0. [source]: Don't delete "sparc.pdf" as the file is now absent from the repository. [inputs]: Add "texlive-glossaries-english". Change-Id: I2e3b72a6a18d82d98787ea9a41041d11413f9c3a Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-11-23gnu: beancount: Update to 2.3.6.Vasile Dumitrascu
* gnu/packages/finance.scm (beancount): Update to 2.3.6. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-11-23gnu: python-pyfuse3: Update to 3.3.0.Troy Figiel
* gnu/packages/python-xyz.scm (python-pyfuse3): Update to 3.3.0. Change-Id: I9b4120c631e51ad9829f3fa7338bdb8b48f60b87 Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-11-23gnu: mympd: Update to 13.0.5.Bruno Victal
* gnu/packages/mpd.scm (mympd): Update to 13.0.5. [native-inputs]: Add jekyll. [outputs]: Add 'doc. [arguments]<#:configure-flags>: Install HTML documentation. Set correct value for localstatedir. <#:phases>: Add 'move-doc. Change-Id: I0f1ab4295b7bc03876ad1bbeff6154b4da6adc9a Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-11-23gnu: folly: Update to 2023.11.06.00.Greg Hogan
* gnu/packages/cpp.scm (folly): Update to 2023.11.06.00. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-23gnu: mpd: Update to 0.23.14.Bruno Victal
* gnu/packages/mpd.scm (mpd): Update to 0.23.14. Change-Id: Iccfbf2c7028cd53b52005366d8bcf1592798e155 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-23gnu: guile-ts: Update to 0.2.0.Zheng Junjie
* gnu/packages/guile-xyz.scm (guile-ts): Update to 0.2.0. Change-Id: Ifd0f3ac5fc069ac2e300dd2f4b44df49a4298e83 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-23gnu: Add vim-coqtail.Jean-Pierre De Jesus DIAZ
* gnu/packages/vim.scm (vim-coqtail): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I5fa7266227097c724e29be4a133a8dc4bb8bb1af
2023-11-23gnu: Add coq-for-coqtail.Jean-Pierre De Jesus DIAZ
* gnu/packages/coq.scm (coq-for-coqtail): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I0c08a02f7937786b52039307c1019ae3474e625c
2023-11-23gnu: Add vim-vader.Jean-Pierre De Jesus DIAZ
* gnu/packages/vim.scm (vim-vader): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-23gnu: scilab: Set default SCIHOME value.Nicolas Graves
* gnu/packages/maths.scm (scilab): Set default SCIHOME value. [argmuments](phases)[rewrap-scilab-cli]: Set default -scihome option to respect XDG base dirs specification. Change-Id: I9b55758a3ca1fbc523c3e40e891a2462f3246390 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-23gnu: scilab: Add phase set-version.Nicolas Graves
* gnu/packages/maths.scm (scilab): Add phase set-version. [arguments](phases): Add phase set-version. Change-Id: I0e461a229931d159196cae73d1db584250c579b2 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-23gnu: scilab: Update to 2024.0.0.Nicolas Graves
* gnu/packages/maths.scm (scilab): Update to 2024.0.0. Remove patch. [native-inputs]: Switch to AUTOCONF-2.71. [inputs]: Switch to HDF5-1.10; add LIBARCHIVE. [arguments]: Add ‘fix-linking’ phase. Change-Id: Ie1af4dc620cee644388f6b8acf88ea50c4148b65 Signed-off-by: Ludovic Courtès <ludo@gnu.org>