summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: transcode: Fix typo in description.base-for-series-11032base-for-series-11031Leo Famulari2022-01-19
| | | | * gnu/packages/video.scm (transcode)[description]: Fix typo.
* gnu: r-dplyr: Fix typo in description.Leo Famulari2022-01-19
| | | | * gnu/packages/statistics.scm (r-dplyr)[description]: Fix typo.
* doc: Normalize language codes in menu URLs.Ludovic Courtès2022-01-19
| | | | | * doc/build.scm (stylized-html)[build](base-language-url): Add calls to 'normalize'.
* package: Honor '--dry-run' when target profile is already in store.Ludovic Courtès2022-01-19
| | | | | | | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/53267>. Reported by Tirifto <tirifto@posteo.cz>. Regression introduced in 65ffb9388c1c3d870cb07e4cb3ef12c9ac06a161. In the (unlikely) case where the profile we're targeting with "guix upgrade -n" or similar is already built, a new profile generation would be created and linked to despite the use of '-n'. This is because 65ffb9388c1c3d870cb07e4cb3ef12c9ac06a161 assumed that dry-run behavior would be handled solely by the build handler, which is not the case when there's nothing to build. * guix/scripts/package.scm (build-and-use-profile): Reintroduce #:dry-run? and honor it. (process-actions): Pass #:dry-run? to 'build-and-use-profile'. * tests/guix-package-net.sh: Add test.
* gnu: darktable: update to 3.8.0Alex Devaure2022-01-19
| | | | | | | * gnu/packages/photo.scm (darktable): Update to 3.8.0. [inputs]: Remove input labels. Replace LUA with LUA-5.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* tests: Adjust to gzip as the default log compression.Ludovic Courtès2022-01-19
| | | | | | This is a followup to 575e52ac2b090fd194086e9c1c53bbf8055acbc2. * tests/publish.scm ("/log/NAME"): Expect a gzip-encoded log.
* gnu: komikku: Provide 'python'.Marius Bakke2022-01-19
| | | | | | ...because MESON-BUILD-SYSTEM no longer includes it by default. * gnu/packages/gnome.scm (komikku)[inputs]: Add PYTHON.
* gnu: python-fonttools: Fix build failure.Marius Bakke2022-01-19
| | | | | | * gnu/packages/python-xyz.scm (python-fonttools-with-tests)[arguments]: Skip tests that cannot run. [native-inputs]: Fix inheritance.
* gnu: python-scikit-learn: Update to 1.0.2.Marius Bakke2022-01-19
| | | | * gnu/packages/machine-learning.scm (python-scikit-learn): Update to 1.0.2.
* gnu: wpa-wupplicant: Update to 2.10 [security fixes].Leo Famulari2022-01-16
| | | | | | | | | | | | | | | See the upstream advisory for more information on the security fixes contained in these updates: https://w1.fi/security/2022-1/sae-eap-pwd-side-channel-attack-update-2.txt * gnu/packages/admin.scm (wpa-supplicant-minimal): Update to 2.10. [source]: Remove obsolete patches. * gnu/packages/patches/wpa-supplicant-CVE-2021-27803.patch, gnu/packages/patches/wpa-supplicant-CVE-2021-30004.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: wine: Update to 7.0.Tobias Geerinckx-Rice2022-01-16
| | | | | | | | * gnu/packages/wine.scm (wine): Update to 7.0. [inputs]: Remove now-bundled faudio, lcms, libxml2, libxslt, libmpg123, libpng, libjpeg, and libtiff. But read the comment. * gnu/packages/wine.scm (wine, wine64, wine-minimal)[arguments]: Add a new 'patch-SHELL phase. Don't explicitly return #t from phases.
* gnu: audacity: Update to 3.1.3Liliana Marie Prikler2022-01-19
| | | | | | | | | | | | | | | * gnu/packages/patches/audacity-add-include.patch: Delete file. * gnu/packages/patches/audacity-build-with-system-portaudio.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/audio (audacity): Update to 3.1.3 [inputs]: Use wxwidgets-3.1. Add linux-libre-headers, libjpeg-turbo, sqlite, portaudio. [#:configure-flags]: Update to disable conan during build, prefer system libraries, and disable features that phone home. [#:phases]: Add fix-cmake-rpath to ensure correct DT_RUNPATHs. Adjust comment-out-revision-indent and use-upstream-headers. [native-search-paths]: Add AUDACITY_MODULES_PATH and AUDACITY_PATH.
* gnu: wxwidgets-3.1: Update to 3.1.5.Liliana Marie Prikler2022-01-19
| | | | | | | | * gnu/packages/wxwidgets.scm (wxwidgets-3.1): Update to 3.1.5. [inputs]: Add catch-framework. [#:configure-flags]: List out all flags. [#:phases]: Add ‘add-catch’ phase. Replace ‘configure’ with manual configuration.
* etc: Match define-public only at line start.Liliana Marie Prikler2022-01-19
| | | | | | | | The current regexp simply matches the first occurence, which more often than not points to the *previous* variable. * etc/snippets/text-mode/guix-commit-message-update-package ($1): Restrict match to beginning of line with optional indentation.
* gnu: guix: update to 1.3.0-22.24c3485.Vagrant Cascadian2022-01-19
| | | | | | Fixes build of guix on aarch64: https://issues.guix.gnu.org/52943 * gnu/packages/package-management.scm (guix): update to 1.3.0-22.24c3485.
* gnu: xpadneo: Use G-expressions.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/linux.scm (xpadneo)[arguments]: Rewrite as G-expressions.
* gnu: v4l2loopback-linux-module: Unquote arguments.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/linux.scm (v4l2loopback-linux-module)[arguments]: Make an unquoted LIST.
* gnu: ddcci-driver-linux: Use G-expressions.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/linux.scm (ddcci-driver-linux)[arguments]: Rewrite as G-expressions.
* gnu: ddcci-driver-linux: Update to 0.4.2.Tobias Geerinckx-Rice2022-01-16
| | | | * gnu/packages/linux.scm (ddcci-driver-linux): Update to 0.4.2.
* gnu: bbswitch-module: Unquote arguments.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/linux.scm (bbswitch-module)[arguments]: Make an unquoted LIST.
* gnu: vhba-module: Unquote arguments.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/linux.scm (vhba-module)[arguments]: Make an unquoted LIST.
* gnu: rtl8812au-aircrack-ng-linux-module: Use G-expressions.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module)[source]: Rewrite snippet as G-expression.
* gnu: rtl8821ce-linux-module: Use G-expressions.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/linux.scm (rtl8821ce-linux-module)[arguments]: Rewrite as G-expressions.
* gnu: librem-ec-acpi-linux-module: Unquote arguments.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/linux.scm (librem-ec-acpi-linux-module)[arguments]: Make an unquoted LIST.
* gnu: acpi-call-linux-module: Use G-expressions.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/linux.scm (acpi-call-linux-module)[arguments]: Rewrite as G-expressions.
* build-system/linux-module: Use G-expressions.Tobias Geerinckx-Rice2022-01-16
| | | | | * guix/build-system/linux-module.scm (make-linux-module-builder) [arguments]: Rewrite as G-expressions.
* gnu: make-linux-libre*: Use G-expressions.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/linux.scm (make-linux-libre*)[arguments]: Rewrite as G-expressions.
* gnu: scanbd: Fix build.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/scanner.scm (scanbd)[arguments]: Add ‘-Wno-error’ to CFLAGS in #:configure-flags.
* gnu: scanbd: Use G-expressions.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/scanner.scm (scanbd)[arguments]: Rewrite as G-expressions.
* gnu: chromaprint: Update to 1.5.1.Tobias Geerinckx-Rice2022-01-16
| | | | * gnu/packages/mp3.scm (chromaprint): Update to 1.5.1.
* gnu: hostapd: Use G-expressions.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/admin.scm (hostapd)[arguments]: Rewrite as G-expressions.
* gnu: hostapd: Use PKG-CONFIG-FOR-TARGET.Tobias Geerinckx-Rice2022-01-16
| | | | * gnu/packages/admin.scm (hostapd)[arguments]: Use PKG-CONFIG-FOR-TARGET.
* gnu: hostapd: Update to 2.10.Tobias Geerinckx-Rice2022-01-16
| | | | | | * gnu/packages/admin.scm (hostapd): Update to 2.10. [arguments]: Don't explicitly return #t from phases. [source]: Remove patches.
* gnu: expat: Add replacement for [security fixes].Tobias Geerinckx-Rice2022-01-16
| | | | | | | Fixes CVE-2021-45960, CVE-2021-46143, and CVE-2022-22822…22827. * gnu/packages/xml.scm (expat/fixed): New variable. (expat)[replacement]: Use it.
* gnu: bind: Update to 9.16.25.Tobias Geerinckx-Rice2022-01-16
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.25.
* gnu: Add emacs-dtache.Niklas Eklund2022-01-19
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-dtache): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add nhooks.Pierre Neidhardt2022-01-19
| | | | * gnu/packages/lisp-xyz.scm (cl-nhooks, ecl-nhooks, sbcl-nhooks): New variables.
* gnu: Add phos.Pierre Neidhardt2022-01-19
| | | | * gnu/packages/lisp-xyz.scm (cl-phos, ecl-phos, sbcl-phos): New variables.
* gnu: nyxt: Update to 2.2.4.Pierre Neidhardt2022-01-19
| | | | * gnu/packages/web-browsers.scm (nyxt): Update to 2.2.4.
* doc: Make the HTML language menu disappear on narrow screens.base-for-series-11028Ludovic Courtès2022-01-19
| | | | | * doc/build.scm (stylized-html)[build](navigation-bar): New procedure. (stylized-html): Use it.
* gnu: python-xdo: Use libc already in build environment.Efraim Flashner2022-01-19
| | | | | | * gnu/packages/python-xyz.scm (python-xdo)[arguments]: Find reference to 'libc' input. [inputs]: Remove glibc.
* gnu: vim-guix-vim: Update to 0.3.1.Efraim Flashner2022-01-19
| | | | * gnu/packages/vim.scm (vim-guix-vim): Update to 0.3.1.
* gnu: python-xdo: Hard-code path to libc.Lars-Dominik Braun2022-01-19
| | | | | | | | Fixes: <https://issues.guix.gnu.org/53183> * gnu/packages/python-xyz.scm (python-xdo)[arguments]: Also substitute* reference of libc. [inputs]: Add glibc.
* gnu: emacs-telega-server: Update to 0.8.2-0-5739794d.Aleksandr Vityazev2022-01-19
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.2-0-5739794d. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: tdlib: Update to 1.8.0.Aleksandr Vityazev2022-01-19
| | | | | | | * gnu/packages/emacs-xyz.scm (tdlib): Update to 1.8.0. [arguments]<#:phases>: Remove trailing #T. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-agate-excel: Update to 0.2.5.Guillaume Le Vaillant2022-01-19
| | | | | * gnu/packages/wireservice.scm (python-agate-excel): Update to 0.2.5. [inputs]: Add python-olefile and remove labels.
* gnu: python-fiona: Fix build.Guillaume Le Vaillant2022-01-19
| | | | | * gnu/packages/geo.scm (python-fiona)[arguments]: In 'check' phase, set GDAL_ENABLE_DEPRECATED_DRIVER_GTM and disable a test.
* gnu: grass: Update to 7.8.6.Guillaume Le Vaillant2022-01-19
| | | | * gnu/packages/geo.scm (grass): Update to 7.8.6.
* gnu: gdal: Update to 3.3.3.Guillaume Le Vaillant2022-01-19
| | | | * gnu/packages/geo.scm (gdal): Update to 3.3.3.
* gnu: Add rbw.Nicolas Graves2022-01-19
| | | | | | * gnu/packages/rust-apps.scm (rbw): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>