summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gnu: busybox: Update to 1.36.0.Efraim Flashner2023-02-021-3/+3
| | | | * gnu/packages/busybox.scm (busybox): Update to 1.36.0.
* gnu: liquidsfz: Update to 0.3.1.Ricardo Wurmus2023-02-021-11/+19
| | | | | | | | * 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-021-2/+4
| | | | | * 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-011-20/+21
| | | | * gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.21.1.
* gnu: emacs-tramp: Update to 2.6.0.1.Nicolas Goaziou2023-02-011-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.6.0.1.
* gnu: emacs-pyim: Update to 5.3.0.Nicolas Goaziou2023-02-011-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.3.0.
* gnu: emacs-url-scgi: Update to 0.9.Nicolas Goaziou2023-02-011-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-url-scgi): Update to 0.9.
* gnu: emacs-compat: Update to 29.1.3.2.Nicolas Goaziou2023-02-011-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-compat): Update to 29.1.3.2.
* gnu: emacs-auctex: Update to 13.1.9.Nicolas Goaziou2023-02-011-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.9.
* gnu: Add uwufetch.Juliana Sims2023-02-011-0/+43
| | | | * gnu/packages/admin.scm (uwufetch): Add uwufetch.
* gnu: emacs-ibrowse: Update to 0.1.8.Nicolas Graves2023-02-011-21/+18
| | | | | | * 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-011-0/+26
| | | | | | * 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-011-5/+3
| | | | | | | * 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-011-1/+1
| | | | | | * 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-011-0/+33
| | | | | | * 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-011-3/+8
| | | | | | * 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-011-3/+3
| | | | * gnu/packages/package-management.scm (nar-herder): Update to 0-11.549eb22.
* gnu: guix-build-coordinator: Update to 0-70.6b1aa06.Christopher Baines2023-02-011-3/+3
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-70.6b1aa06.
* gnu: shellcheck: Update to 0.9.0.Greg Hogan2023-02-011-3/+3
| | | | | | | * 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-011-2/+2
| | | | | | * 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-011-2/+2
| | | | | | * 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-011-12/+5
| | | | | | | | | * 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-011-1/+2
| | | | | | * gnu/packages/networking.scm (vnstat)[inputs]: Add gd. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: vnstat: Use G-Expressions.Bruno Victal2023-02-011-9/+10
| | | | | | * 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-011-2/+2
| | | | | | * 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-311-7/+5
| | | | | | | * 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-311-0/+4
| | | | | | * 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-311-2/+2
| | | | | | * 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-311-6/+57
| | | | | | | * 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-311-1/+1
| | | | | | | | | 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-311-1/+3
| | | | | | | * 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-312-6/+42
| | | | | | | | | * 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-291-2/+18
| | | | | * gnu/packages/gnome-xyz.scm (papirus-icon-theme)[arguments]: Add a new 'halve-inode-consumption phase.
* gnu: libpng-apng: Remove obsolete trailing #t.Tobias Geerinckx-Rice2023-01-291-4/+2
| | | | | * gnu/packages/image.scm (libpng-apng)[arguments]: Don't explicitly return #t from phases.
* gnu: libpng-apng: Update to 1.6.39.Tobias Geerinckx-Rice2023-01-291-6/+4
| | | | | | | 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.
* gnu: phockup: Update to 1.9.2.Tobias Geerinckx-Rice2023-01-291-3/+2
| | | | * gnu/packages/image.scm (phockup): Update to 1.9.2.
* gnu: phockup: Test exiftool patching.Tobias Geerinckx-Rice2023-01-291-1/+6
| | | | * gnu/packages/image.scm (phockup)[arguments]: Unset PATH during tests.
* gnu: phockup: Properly patch exiftool.Tobias Geerinckx-Rice2023-01-291-3/+4
| | | | * gnu/packages/image.scm (phockup)[arguments]: Fix 'configure phase to catch all occurrences.
* gnu: hwinfo: Update to 22.2.Tobias Geerinckx-Rice2023-01-291-2/+2
| | | | * gnu/packages/hardware.scm (hwinfo): Update to 22.2.
* gnu: memtester: Update to 4.6.0.Tobias Geerinckx-Rice2023-01-291-4/+11
| | | | | * gnu/packages/hardware.scm (memtester): Update to 4.6.0. [source]: Add a mirror URI.
* gnu: memtest86+: Update to 6.01.Tobias Geerinckx-Rice2023-01-291-2/+2
| | | | * gnu/packages/hardware.scm (memtest86+): Update to 6.01.
* gnu: edgar: Update to 1.36.Tobias Geerinckx-Rice2023-01-291-2/+2
| | | | * gnu/packages/games.scm (edgar): Update to 1.36.
* gnu: appstream: Update to 0.15.6.Tobias Geerinckx-Rice2023-01-291-2/+2
| | | | * gnu/packages/freedesktop.scm (appstream): Update to 0.15.6.
* gnu: kicad: Update to 6.0.11.Tobias Geerinckx-Rice2023-01-291-3/+3
| | | | * gnu/packages/engineering.scm (kicad): Update to 6.0.11.
* gnu: c-intro-and-ref: Update to 0.0.0-1.47e5a23.Hilton Chain2023-01-311-3/+3
| | | | | | * gnu/packages/c.scm (c-intro-and-ref): Update to commit 47e5a234a7c0. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: arc-theme: Update to 20221218.Sughosha2023-01-311-3/+4
| | | | | | | | * 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>
* gnu: materia-theme: Update to 20210322.Sughosha2023-01-311-2/+2
| | | | | | * gnu/packages/gnome-xyz.scm (materia-theme): Update to 20210322. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: go-github-com-andybalholm-cascadia: Update to 1.3.1.Giacomo Leidi2023-01-311-2/+2
| | | | | | * gnu/packages/golang.scm (go-github-com-andybalholm-cascadia): Update to 1.3.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: zam-plugins: Use new package style.kiasoc52023-01-311-11/+12
| | | | | | | * gnu/packages/music.scm (zam-plugins)[arguments]: Use G-expressions. Use #$output instead of assoc-ref. [home-page]: Use https. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: zam-plugins: Update to 4.1.kiasoc52023-01-311-2/+2
| | | | | | * gnu/packages/music.scm (zam-plugins): Update to 4.1. Signed-off-by: Christopher Baines <mail@cbaines.net>