aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* services: nar-herder: Add cached compression support.Christopher Baines2023-02-03
| | | | | | | | | | | | | | | | | * gnu/services/guix.scm (<nar-herder-cached-compression-configuration>): New record type. (nar-herder-configuration-cached-compressions, nar-herder-configuration-cached-compression-min-uses, nar-herder-configuration-cached-compression-workers, nar-herder-configuration-cached-compression-nar-source, nar-herder-cached-compression-configuration, nar-herder-cached-compression-configuration?, nar-herder-cached-compression-configuration-type, nar-herder-cached-compression-configuration-level, nar-herder-cached-compression-configuration-directory, nar-herder-cached-compression-configuration-directory-max-size): New procedures. * doc/guix.texi (Guix Services): Document this.
* gnu: nar-herder: Update to 0-12.550e6aa.Christopher Baines2023-02-03
| | | | * gnu/packages/package-management.scm (nar-herder): Update to 0-12.550e6aa.
* gnu: Add wasm4.David Thompson2023-02-03
| | | | * gnu/packages/emulators.scm (wasm4): New variable.
* gnu: Add cubeb.David Thompson2023-02-03
| | | | * gnu/packages/audio.scm (cubeb): New variable.
* gnu: Add minifb.David Thompson2023-02-03
| | | | * gnu/packages/graphics.scm (minifb): New variable.
* gnu: Add wasm3.David Thompson2023-02-03
| | | | * gnu/packages/web.scm (wasm3): New variable.
* gnu: Add python-demuxem.Navid Afkhami2023-02-03
| | | | * gnu/packages/bioinformatics.scm (python-demuxem): New variable.
* gnu: Add python-pegasusio.Navid Afkhami2023-02-03
| | | | * gnu/packages/bioinformatics.scm (python-pegasusio): New variable.
* gnu: Add r-streamgraph.Navid Afkhami2023-02-03
| | | | * gnu/packages/bioinformatics.scm (r-streamgraph): New variable.
* gnu: sbcl-cmd: Update to 20230203.Pierre Neidhardt2023-02-03
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cmd): Update to 20230203.
* gnu: linux-libre 5.10: Update to 5.10.166.Leo Famulari2023-02-03
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.166. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
* gnu: linux-libre 5.15: Update to 5.15.91.Leo Famulari2023-02-03
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.91. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
* gnu: linux-libre: Update to 6.1.9.Leo Famulari2023-02-03
| | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.9. (linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
* .dir-locals.el: Adjust indentation rule for test-assertm.Maxim Cournoyer2023-02-02
| | | | | | * .dir-locals.el: Adjust the scheme-indent-function property for test-assertm, so that the two first arguments (the test name and the store variable) are indented as procedure arguments.
* .dir-locals.el: Add indentation rule for computed-file.Maxim Cournoyer2023-02-02
| | | | | | * .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.
* gnu: nvc: Update to 1.8.1.Danny Milosavljevic2023-02-02
| | | | | * gnu/packages/fpga.scm (nvc): Update to 1.8.1. [inputs]: Add libffi.
* gnu: seer-gdb: Update to 1.14.Danny Milosavljevic2023-02-02
| | | | * gnu/packages/debug.scm (seer-gdb): Update to 1.14.
* gnu: busybox: Update to 1.36.0.Efraim Flashner2023-02-02
| | | | * gnu/packages/busybox.scm (busybox): Update to 1.36.0.
* gnu: liquidsfz: Update to 0.3.1.Ricardo Wurmus2023-02-02
| | | | | | | | * 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.
* gnu: sfizz: Do not delete bundled simde headers.Ricardo Wurmus2023-02-02
| | | | | * gnu/packages/music.scm (sfizz)[source]: Keep simde headers because we can't provide the required version.
* gnu: emacs-embark: Update to 0.21.1.Nicolas Goaziou2023-02-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.21.1.
* gnu: emacs-tramp: Update to 2.6.0.1.Nicolas Goaziou2023-02-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.6.0.1.
* gnu: emacs-pyim: Update to 5.3.0.Nicolas Goaziou2023-02-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.3.0.
* gnu: emacs-url-scgi: Update to 0.9.Nicolas Goaziou2023-02-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-url-scgi): Update to 0.9.
* gnu: emacs-compat: Update to 29.1.3.2.Nicolas Goaziou2023-02-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-compat): Update to 29.1.3.2.
* gnu: emacs-auctex: Update to 13.1.9.Nicolas Goaziou2023-02-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.9.
* gnu: Add uwufetch.Juliana Sims2023-02-01
| | | | * gnu/packages/admin.scm (uwufetch): Add uwufetch.
* gnu: emacs-ibrowse: Update to 0.1.8.Nicolas Graves2023-02-01
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ibrowse): Update to 0.1.8. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-pretty-speedbar.Martin Marshall2023-02-01
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-pretty-speedbar): Add variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: mupdf: Update to 1.21.1.Timotej Lazar2023-02-01
| | | | | | | * gnu/packages/pdf.scm (mupdf): Update to 1.21.1. [arguments]: Remove superfluous make flag. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: sbcl-djula: Update home-page.jgart2023-02-01
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-djula)[home-page]: Update it. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add obs-vkcapture.Ott Joon2023-02-01
| | | | | | * gnu/packages/video.scm (obs-vkcapture): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: obs: Update to 29.0.0.Andrew Tropin2023-02-01
| | | | | | * 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.
* gnu: nar-herder: Update to 0-11.549eb22.Christopher Baines2023-02-01
| | | | * gnu/packages/package-management.scm (nar-herder): Update to 0-11.549eb22.
* gnu: guix-build-coordinator: Update to 0-70.6b1aa06.Christopher Baines2023-02-01
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-70.6b1aa06.
* gnu: shellcheck: Update to 0.9.0.Greg Hogan2023-02-01
| | | | | | | * gnu/packages/haskell-apps.scm (shellcheck): Update to 0.9.0. [inputs]: Add ghc-fgl. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: simdjson: Update to 3.1.0.Greg Hogan2023-02-01
| | | | | | * gnu/packages/cpp.scm (simdjson): Update to 3.1.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: kconfig-hardened-check: Update to 0.6.1.Hilton Chain2023-02-01
| | | | | | * gnu/packages/linux.scm (kconfig-hardened-check): Update to 0.6.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: libwacom: Update to 2.6.0.Morgan Smith2023-02-01
| | | | | | | | | * 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>
* gnu: vnstat: Build vnstati.Bruno Victal2023-02-01
| | | | | | * gnu/packages/networking.scm (vnstat)[inputs]: Add gd. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: vnstat: Use G-Expressions.Bruno Victal2023-02-01
| | | | | | * gnu/packages/networking.scm (vnstat)[arguments]: Use G-Expressions. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: vnstat: Update to 2.10.Bruno Victal2023-02-01
| | | | | | * gnu/packages/networking.scm (vnstat): Update to 2.10. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: spirv-cross: Activate tests.Nicolas Graves2023-01-31
| | | | | | | * gnu/packages/vulkan.scm (spirv-cross)[arguments]: Remove #:tests?. <#:phases>: Add ‘update-reference-shaders’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: podman: Enable Btrfs support.Hilton Chain2023-01-31
| | | | | | * gnu/packages/containers.scm (podman): Enable Btrfs support. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cmake: Update to 3.25.1.Greg Hogan2023-01-31
| | | | | | * gnu/packages/cmake.scm (cmake): Update to 3.25.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-nox.Sharlatan Hellseher2023-01-31
| | | | | | | * 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>
* gnu: castor: Fix compilation.Lilah Tascheter2023-01-31
| | | | | | | | | 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>
* gnu: ledger: Install example referenced in docs.Frank Pursel2023-01-31
| | | | | | | * gnu/packages/finance.scm (ledger)[arguments]: In 'install-examples' phase, install 'contrib/report'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* home: services: fontutils: Add service value.Giacomo Leidi2023-01-31
| | | | | | | | | * 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>
* gnu: papirus-icon-theme: Reduce inode consumption.Tobias Geerinckx-Rice2023-01-29
| | | | | * gnu/packages/gnome-xyz.scm (papirus-icon-theme)[arguments]: Add a new 'halve-inode-consumption phase.