summary refs log tree commit diff
AgeCommit message (Collapse)Author
2023-02-02.dir-locals.el: Add indentation rule for computed-file.Maxim Cournoyer
* .dir-locals.el: Configure scheme-indent-function property for computed-file, so that its first argument (the file name) is indented as a procedure argument.
2023-02-02gnu: nvc: Update to 1.8.1.Danny Milosavljevic
* gnu/packages/fpga.scm (nvc): Update to 1.8.1. [inputs]: Add libffi.
2023-02-02gnu: seer-gdb: Update to 1.14.Danny Milosavljevic
* gnu/packages/debug.scm (seer-gdb): Update to 1.14.
2023-02-02gnu: busybox: Update to 1.36.0.Efraim Flashner
* gnu/packages/busybox.scm (busybox): Update to 1.36.0.
2023-02-02gnu: liquidsfz: Update to 0.3.1.Ricardo Wurmus
* gnu/packages/music.scm (liquidsfz): Update to 0.3.1. [source]: Fetch with git. [arguments]: Replace 'bootstrap phase. [native-inputs]: Add autoconf, automake, and libtool. [inputs]: Drop labels.
2023-02-02gnu: sfizz: Do not delete bundled simde headers.Ricardo Wurmus
* gnu/packages/music.scm (sfizz)[source]: Keep simde headers because we can't provide the required version.
2023-02-01gnu: emacs-embark: Update to 0.21.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.21.1.
2023-02-01gnu: emacs-tramp: Update to 2.6.0.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.6.0.1.
2023-02-01gnu: emacs-pyim: Update to 5.3.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.3.0.
2023-02-01gnu: emacs-url-scgi: Update to 0.9.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-url-scgi): Update to 0.9.
2023-02-01gnu: emacs-compat: Update to 29.1.3.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-compat): Update to 29.1.3.2.
2023-02-01gnu: emacs-auctex: Update to 13.1.9.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.9.
2023-02-01gnu: Add uwufetch.Juliana Sims
* gnu/packages/admin.scm (uwufetch): Add uwufetch.
2023-02-01gnu: emacs-ibrowse: Update to 0.1.8.Nicolas Graves
* gnu/packages/emacs-xyz.scm (emacs-ibrowse): Update to 0.1.8. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-01gnu: Add emacs-pretty-speedbar.Martin Marshall
* gnu/packages/emacs-xyz.scm (emacs-pretty-speedbar): Add variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-01gnu: mupdf: Update to 1.21.1.Timotej Lazar
* gnu/packages/pdf.scm (mupdf): Update to 1.21.1. [arguments]: Remove superfluous make flag. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-01gnu: sbcl-djula: Update home-page.jgart
* gnu/packages/lisp-xyz.scm (sbcl-djula)[home-page]: Update it. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-01gnu: Add obs-vkcapture.Ott Joon
* gnu/packages/video.scm (obs-vkcapture): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-02-01gnu: obs: Update to 29.0.0.Andrew Tropin
* gnu/packages/video.scm (obs): Update to 29.0.0. [arguments]: Disable new NEW_MPEGTS_OUTPUT and AJA due to missing dependencies. [inputs]: Add libglvnd, libva, vlc.
2023-02-01gnu: nar-herder: Update to 0-11.549eb22.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-11.549eb22.
2023-02-01gnu: guix-build-coordinator: Update to 0-70.6b1aa06.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-70.6b1aa06.
2023-02-01gnu: shellcheck: Update to 0.9.0.Greg Hogan
* gnu/packages/haskell-apps.scm (shellcheck): Update to 0.9.0. [inputs]: Add ghc-fgl. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-01gnu: simdjson: Update to 3.1.0.Greg Hogan
* gnu/packages/cpp.scm (simdjson): Update to 3.1.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-01gnu: kconfig-hardened-check: Update to 0.6.1.Hilton Chain
* gnu/packages/linux.scm (kconfig-hardened-check): Update to 0.6.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-01gnu: libwacom: Update to 2.6.0.Morgan Smith
* gnu/packages/xdisorg.scm (libwacom): Update to 2.6.0. [phases]: Remove 'fix-tests phase. [synopsis, description]: libwacom supports graphics tablets from vendors other then wacom. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-01gnu: vnstat: Build vnstati.Bruno Victal
* gnu/packages/networking.scm (vnstat)[inputs]: Add gd. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-01gnu: vnstat: Use G-Expressions.Bruno Victal
* gnu/packages/networking.scm (vnstat)[arguments]: Use G-Expressions. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-01gnu: vnstat: Update to 2.10.Bruno Victal
* gnu/packages/networking.scm (vnstat): Update to 2.10. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-01-31gnu: spirv-cross: Activate tests.Nicolas Graves
* gnu/packages/vulkan.scm (spirv-cross)[arguments]: Remove #:tests?. <#:phases>: Add ‘update-reference-shaders’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-31gnu: podman: Enable Btrfs support.Hilton Chain
* gnu/packages/containers.scm (podman): Enable Btrfs support. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-31gnu: cmake: Update to 3.25.1.Greg Hogan
* gnu/packages/cmake.scm (cmake): Update to 3.25.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-31gnu: Add python-nox.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-nox): New variable. Sort modules alphabetically and add pyproject build system. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-31gnu: castor: Fix compilation.Lilah Tascheter
Castor no longer compiles with latest packaged LibreSSL; latest OpenSSL, however, does compile. * gnu/packages/web.scm (castor)[inputs]: Replace libressl with openssl. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-31gnu: ledger: Install example referenced in docs.Frank Pursel
* gnu/packages/finance.scm (ledger)[arguments]: In 'install-examples' phase, install 'contrib/report'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-31home: services: fontutils: Add service value.Giacomo Leidi
* gnu/home/services/fontutils.scm (add-fontconfig-config-file): Add support for multiple paths; (home-fontconfig-service-type): Honor it; * doc/guix.texi (Fonts Services): Document it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-01-29gnu: papirus-icon-theme: Reduce inode consumption.Tobias Geerinckx-Rice
* gnu/packages/gnome-xyz.scm (papirus-icon-theme)[arguments]: Add a new 'halve-inode-consumption phase.
2023-01-29gnu: libpng-apng: Remove obsolete trailing #t.Tobias Geerinckx-Rice
* gnu/packages/image.scm (libpng-apng)[arguments]: Don't explicitly return #t from phases.
2023-01-29gnu: libpng-apng: Update to 1.6.39.Tobias Geerinckx-Rice
I've tweaked the comment, as it made me read an entire e-mail thread only to realise I needn't have done so. * gnu/packages/image.scm (libpng-apng): Update to 1.6.39.
2023-01-29gnu: phockup: Update to 1.9.2.Tobias Geerinckx-Rice
* gnu/packages/image.scm (phockup): Update to 1.9.2.
2023-01-29gnu: phockup: Test exiftool patching.Tobias Geerinckx-Rice
* gnu/packages/image.scm (phockup)[arguments]: Unset PATH during tests.
2023-01-29gnu: phockup: Properly patch exiftool.Tobias Geerinckx-Rice
* gnu/packages/image.scm (phockup)[arguments]: Fix 'configure phase to catch all occurrences.
2023-01-29gnu: hwinfo: Update to 22.2.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (hwinfo): Update to 22.2.
2023-01-29gnu: memtester: Update to 4.6.0.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (memtester): Update to 4.6.0. [source]: Add a mirror URI.
2023-01-29gnu: memtest86+: Update to 6.01.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (memtest86+): Update to 6.01.
2023-01-29gnu: edgar: Update to 1.36.Tobias Geerinckx-Rice
* gnu/packages/games.scm (edgar): Update to 1.36.
2023-01-29gnu: appstream: Update to 0.15.6.Tobias Geerinckx-Rice
* gnu/packages/freedesktop.scm (appstream): Update to 0.15.6.
2023-01-29gnu: kicad: Update to 6.0.11.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (kicad): Update to 6.0.11.
2023-01-31gnu: c-intro-and-ref: Update to 0.0.0-1.47e5a23.Hilton Chain
* gnu/packages/c.scm (c-intro-and-ref): Update to commit 47e5a234a7c0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-01-31gnu: arc-theme: Update to 20221218.Sughosha
* gnu/packages/gnome-xyz.scm (arc-theme): Update to 20221218. [arguments]: Add gtk4 to the list of themes. [inputs]: Add gtk-engines. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-01-31gnu: materia-theme: Update to 20210322.Sughosha
* gnu/packages/gnome-xyz.scm (materia-theme): Update to 20210322. Signed-off-by: Christopher Baines <mail@cbaines.net>