summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-07gnu: cbqn-bootstrap: Use let-bound revision.Liliana Marie Prikler
* gnu/packages/bqn.scm (cbqn-bootstrap)[version]: Use let-bound revision.
2022-11-07gnu: Remove singeli-sources.Liliana Marie Prikler
They aren't currently used to build a package, nor a package themselves. * gnu/packages/bqn.scm (singeli-sources): Delete variable.
2022-11-07cbqn: Build without singeli.Liliana Marie Prikler
* gnu/packages/bqn.scm (cbqn)[inputs]: Remove singeli-sources. [arguments]<#:make-flags: Replace “o3n-singeli” with “o3”. <#:phases>: Remove “link-singeli”.
2022-11-07gnu: teximpatient: Update to 2.4-0.e3666ab.Morgan Smith
* gnu/packages/tex.scm (teximpatient): Update to 2.4-0.e3666ab. [source]: Use git repository. [native-inputs]: Add autoconf. [arguments]: Make build reproducible. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07services: qemu-binfmt: Add x86_64 QEMU target.Leo Nikkilä
* gnu/services/virtualization.scm (%x86_64): New variable. (%qemu-platforms) Add it. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07gnu: rlwrap: Update to 0.46.1.Hilton Chain
* gnu/packages/readline.scm (rlwrap): Update to 0.46.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07build-system/linux-module: Add #:source-directory to linux-module-build-cross.Christopher Baines
Otherwise computing cross-compilation derivations for packages (e.g. xpadneo) using the #:source-directory argument fails with this error: Unrecognized keyword: #:source-directory * guix/build-system/linux-module.scm (linux-module-build-cross): Support #:source-directory.
2022-11-07gnu: Add avr-gdb.Kristian Lein-Mathisen
* gnu/packages/gdb.scm (avr-gdb): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07gnu: Add kconfig-hardened-check.Hilton Chain
* gnu/packages/linux.scm (kconfig-hardened-check): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07gnu: Add parfive.Sharlatan Hellseher
* gnu/packages/python-web.scm (parfive): Newv variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07gnu: Add pytest-socket.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-pytest-socket): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07gnu: Add aioftp.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-aioftp): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07gnu: Add siosocks.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-siosocks): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07services: gitolite: Add local-code configuration option.Alexey Abramov
* gnu/services/version-control.scm (gitolite-rc-file): Add local-code field. (gitolite-rc-file-compiler): Serialize the field. * doc/guix.texi: Document it. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07gnu: pari-gp: Update to 2.15.1.Andreas Enge
* gnu/packages/algebra.scm (pari-gp): Update to 2.15.1.
2022-11-06gnu: sudo: Update to 1.9.12p1 [fixes CVE-2022-43995].Tobias Geerinckx-Rice
* gnu/packages/admin.scm (sudo): Update to 1.9.12p1.
2022-11-07gnu: sbcl-cl-webkit: Update to 3.5.6.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.6.
2022-11-07news: Update 'de', 'fr', 'pt_BR' translation.Florian Pelz
* etc/news.scm: Add the usual translations for kernel news.
2022-11-07gnu: fcitx5-material-color-theme: Update to 0.2.1.宋文武
* gnu/packages/fcitx5.scm (fcitx5-material-color-theme): Update to 0.2.1. [arguments]: Adjust 'install' phase accordingly.
2022-11-07gnu: fcitx5-anthy: Update to 5.0.12.宋文武
* gnu/packages/fcitx5.scm (fcitx5-anthy): Update to 5.0.12.
2022-11-07gnu: fcitx5-lua: Update to 5.0.10.宋文武
* gnu/packages/fcitx5.scm (fcitx5-lua): Update to 5.0.10. [arguments]: Pass "-DUSE_DLOPEN=OFF" to cmake.
2022-11-07gnu: Add fcitx5-rime.dan
* gnu/packages/fcitx5.scm (fcitx5-rime): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07gnu: fcitx5-configtool: Update to 5.0.15.dan
* gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.0.15. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07gnu: fcitx5-chinese-addons: Update to 5.0.15.dan
* gnu/packages/fcitx5.scm (fcitx5-chinese-addons): Update to 5.0.15. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07gnu: fcitx5-qt: Update to 5.0.15.dan
* gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.0.15. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07gnu: fcitx5-gtk: Update to 5.0.19.dan
* gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.0.19. * gnu/packages/fcitx5.scm (fcitx5-gtk4) [phases]: Make gtk4/gtk4inputwindow.cpp properly find fcitxtheme.h. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07gnu: libime: Update to 1.0.14.dan
* gnu/packages/fcitx5.scm (libime): Update to 1.0.14. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07gnu: fcitx5: Update to 5.0.19.dan
* gnu/packages/fcitx5.scm (fcitx5): Update to 5.0.19. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-06news: Add entry about the update of the 'linux-libre' package.Leo Famulari
* etc/news.scm: Add entry.
2022-11-06gnu: linux-libre: Update to 6.0.7Leo Famulari
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision, linux-libre-pristine-source, linux-libre-source, linux-libre, linux-libre-with-bpf): Update to linux-libre 6.0.
2022-11-06gnu: lagrange: Update to 1.13.8.Nicolas Goaziou
* gnu/packages/web-browsers.scm (lagrange): Update to 1.13.8.
2022-11-06gnu: emacs-geiser-guile: Update to 0.28.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.28.0.
2022-11-06gnu: emacs-geiser: Update to 0.28.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.28.
2022-11-06gnu: emacs-iter2: Update to 1.4.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-iter2): Update to 1.4.
2022-11-06gnu: emacs-ebdb: Update to 0.8.16.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.16.
2022-11-06gnu: emacs-deadgrep: Run tests.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-deadgrep)[arguments]<#:tests?, [native-inputs]: Add EMACS-ERT-RUNNER, EMACS-UNDERCOVER.
2022-11-06gnu: emacs-deadgrep: Improve package style.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-deadgrep)[arguments]: Use G-expressions. <#:phases>: Use SEARCH-INPUT-FILE instead of ASSOC-REF.
2022-11-06gnu: emacs-deadgrep: Update to 0.12.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.12.
2022-11-06gnu: Syncthing: Update to 1.20.4.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 1.20.4.
2022-11-06gnu: emacs-mentor: Fix build.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-mentor)[propagated-inputs]: Add EMACS-URL-SCGI.
2022-11-06gnu: Add emacs-url-scgi.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-url-scgi): New variable.
2022-11-06gnu: guix-data-service: Update to 0.0.1-34.95064d3.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-34.95064d3.
2022-11-06gnu: opensurge: Update to 0.6.0.3.Timotej Lazar
* gnu/packages/games.scm (opensurge): Update to 0.6.0.3. [arguments]: Use G-exps. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-06gnu: surgescript: Update to 0.5.6.1.Timotej Lazar
* gnu/packages/game-development.scm (surgescript): Update to 0.5.6.1. [arguments]: Drop #:configure-flags as the build script was fixed upstream. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-06gnu: busybox: Update to 1.35.0.Hilton Chain
* gnu/packages/busybox.scm (busybox): Update to 1.35.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-06etc: teams: Add pyproject-build-system to python scope.jgart
* etc/teams.scm.in (python): Add guix/build/pyproject-build-system.scm and guix/build-system/pyproject.scm to python team's scope. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-06gnu: python-glymur: Update to 0.12.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-glymur): Update to 0.12.0. [build-system]: python-build-system -> pyproject-build-system. [arguments]: Drop redundant phases. [native-inputs]: Remove python-pypa-build. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-06guix gc: Add '--vacuum-database'.Efraim Flashner
* guix/scripts/gc.scm (show-help, %options): Add '--vacuum-database'. * guix/store/database.scm (vacuum-database): New procedure. * doc/guix.texi (Invoking guix gc): Document the option.
2022-11-06gnu: keepassxc: Only build documentation on supported systems.Efraim Flashner
* gnu/packages/password-utils.scm (keepassxc)[native-inputs]: Only add ruby-asciidoctor on supported platforms. [arguments]: Adjust configure-flags to skip documentation when ruby-asciidoctor isn't supported.
2022-11-06gnu: newsboat: Only build documentation on supported systems.Efraim Flashner
* gnu/packages/syndication.scm (newsboat)[inputs]: Only use asciidoctor on supported platforms. [arguments]: When asciidoctor isn't present add a phase to skip building the documentation.