me
/
guix
Archived
1
0
Fork 0
Commit Graph

91732 Commits (67e6b699165655d8d6258b37b8edf05800fb8e4b)

Author SHA1 Message Date
Ludovic Courtès 1ef7a03a14
gnu: guix: Update to a27e47f.
* gnu/packages/package-management.scm (guix): Update to a27e47f.
2022-01-19 23:08:53 +01:00
John Kehayias e415a73d2c
gnu: libratbag: Add python to native inputs.
Since commit 6f36d0c89e, Meson no longer
propagates Python.

* gnu/packages/gnome.scm (libratbag)[native-inputs]: Add python.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-01-16 01:00:00 +01:00
Leo Famulari 0f887e335f
gnu: transcode: Fix typo in description.
* gnu/packages/video.scm (transcode)[description]: Fix typo.
2022-01-19 16:26:41 -05:00
Leo Famulari beb75b449d
gnu: r-dplyr: Fix typo in description.
* gnu/packages/statistics.scm (r-dplyr)[description]: Fix typo.
2022-01-19 16:26:41 -05:00
Ludovic Courtès a27e47f9d1
doc: Normalize language codes in menu URLs.
* doc/build.scm (stylized-html)[build](base-language-url): Add calls to
'normalize'.
2022-01-19 22:07:55 +01:00
Ludovic Courtès ccda88a070
package: Honor '--dry-run' when target profile is already in store.
Fixes <https://issues.guix.gnu.org/53267>.
Reported by Tirifto <tirifto@posteo.cz>.

Regression introduced in 65ffb9388c.

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
65ffb9388c 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.
2022-01-19 22:07:54 +01:00
Alex Devaure 09676b7c11
gnu: darktable: update to 3.8.0
* 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>
2022-01-19 22:07:54 +01:00
Ludovic Courtès 435ffae2f2
tests: Adjust to gzip as the default log compression.
This is a followup to 575e52ac2b.

* tests/publish.scm ("/log/NAME"): Expect a gzip-encoded log.
2022-01-19 22:07:54 +01:00
Marius Bakke 2b632e4060
gnu: komikku: Provide 'python'.
...because MESON-BUILD-SYSTEM no longer includes it by default.

* gnu/packages/gnome.scm (komikku)[inputs]: Add PYTHON.
2022-01-19 21:41:13 +01:00
Marius Bakke 2ee870d0ab
gnu: python-fonttools: Fix build failure.
* gnu/packages/python-xyz.scm (python-fonttools-with-tests)[arguments]: Skip
tests that cannot run.
[native-inputs]: Fix inheritance.
2022-01-19 21:41:13 +01:00
Marius Bakke af36848fb3
gnu: python-scikit-learn: Update to 1.0.2.
* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 1.0.2.
2022-01-19 21:41:13 +01:00
Leo Famulari d331bd0a39
gnu: wpa-wupplicant: Update to 2.10 [security fixes].
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>
2022-01-16 01:00:05 +01:00
Tobias Geerinckx-Rice ab4cdfe7c2
gnu: wine: Update to 7.0.
* 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.
2022-01-16 01:00:00 +01:00
Liliana Marie Prikler 03cdd729c6
gnu: audacity: Update to 3.1.3
* 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.
2022-01-19 20:47:04 +01:00
Liliana Marie Prikler 4ff6b34026
gnu: wxwidgets-3.1: Update to 3.1.5.
* 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.
2022-01-19 20:47:04 +01:00
Liliana Marie Prikler 2c9f13ba63
etc: Match define-public only at line start.
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.
2022-01-19 20:47:03 +01:00
Vagrant Cascadian f758ede583
gnu: guix: update to 1.3.0-22.24c3485.
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.
2022-01-19 10:30:07 -08:00
Tobias Geerinckx-Rice 42f246eb84
gnu: xpadneo: Use G-expressions.
* gnu/packages/linux.scm (xpadneo)[arguments]:
Rewrite as G-expressions.
2022-01-16 01:00:02 +01:00
Tobias Geerinckx-Rice 00ca360e9f
gnu: v4l2loopback-linux-module: Unquote arguments.
* gnu/packages/linux.scm (v4l2loopback-linux-module)[arguments]:
Make an unquoted LIST.
2022-01-16 01:00:02 +01:00
Tobias Geerinckx-Rice cfe6b36420
gnu: ddcci-driver-linux: Use G-expressions.
* gnu/packages/linux.scm (ddcci-driver-linux)[arguments]:
Rewrite as G-expressions.
2022-01-16 01:00:02 +01:00
Tobias Geerinckx-Rice f780660ab7
gnu: ddcci-driver-linux: Update to 0.4.2.
* gnu/packages/linux.scm (ddcci-driver-linux): Update to 0.4.2.
2022-01-16 01:00:02 +01:00
Tobias Geerinckx-Rice b6dbee8cdf
gnu: bbswitch-module: Unquote arguments.
* gnu/packages/linux.scm (bbswitch-module)[arguments]:
Make an unquoted LIST.
2022-01-16 01:00:02 +01:00
Tobias Geerinckx-Rice 1ac3f0785e
gnu: vhba-module: Unquote arguments.
* gnu/packages/linux.scm (vhba-module)[arguments]:
Make an unquoted LIST.
2022-01-16 01:00:02 +01:00
Tobias Geerinckx-Rice 549ef6a2bc
gnu: rtl8812au-aircrack-ng-linux-module: Use G-expressions.
* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module)[source]:
Rewrite snippet as G-expression.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice dfb93951e3
gnu: rtl8821ce-linux-module: Use G-expressions.
* gnu/packages/linux.scm (rtl8821ce-linux-module)[arguments]:
Rewrite as G-expressions.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice 39782d3e24
gnu: librem-ec-acpi-linux-module: Unquote arguments.
* gnu/packages/linux.scm (librem-ec-acpi-linux-module)[arguments]:
Make an unquoted LIST.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice 2be5454ead
gnu: acpi-call-linux-module: Use G-expressions.
* gnu/packages/linux.scm (acpi-call-linux-module)[arguments]:
Rewrite as G-expressions.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice 2e86059172
build-system/linux-module: Use G-expressions.
* guix/build-system/linux-module.scm (make-linux-module-builder)
[arguments]: Rewrite as G-expressions.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice a61633d4ba
gnu: make-linux-libre*: Use G-expressions.
* gnu/packages/linux.scm (make-linux-libre*)[arguments]:
Rewrite as G-expressions.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice a01b216508
gnu: scanbd: Fix build.
* gnu/packages/scanner.scm (scanbd)[arguments]: Add ‘-Wno-error’ to CFLAGS
in #:configure-flags.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice 2ea9a977fe
gnu: scanbd: Use G-expressions.
* gnu/packages/scanner.scm (scanbd)[arguments]:
Rewrite as G-expressions.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice 06bf24dcb9
gnu: chromaprint: Update to 1.5.1.
* gnu/packages/mp3.scm (chromaprint): Update to 1.5.1.
2022-01-16 01:00:00 +01:00
Tobias Geerinckx-Rice a41fee184f
gnu: hostapd: Use G-expressions.
* gnu/packages/admin.scm (hostapd)[arguments]:
Rewrite as G-expressions.
2022-01-16 01:00:00 +01:00
Tobias Geerinckx-Rice 3b3a4544a1
gnu: hostapd: Use PKG-CONFIG-FOR-TARGET.
* gnu/packages/admin.scm (hostapd)[arguments]: Use PKG-CONFIG-FOR-TARGET.
2022-01-16 01:00:00 +01:00
Tobias Geerinckx-Rice 07efa9df3e
gnu: hostapd: Update to 2.10.
* gnu/packages/admin.scm (hostapd): Update to 2.10.
[arguments]: Don't explicitly return #t from phases.
[source]: Remove patches.
2022-01-16 01:00:00 +01:00
Tobias Geerinckx-Rice 2045852b09
gnu: expat: Add replacement for [security fixes].
Fixes CVE-2021-45960, CVE-2021-46143, and CVE-2022-22822…22827.

* gnu/packages/xml.scm (expat/fixed): New variable.
(expat)[replacement]: Use it.
2022-01-16 01:00:00 +01:00
Tobias Geerinckx-Rice bd19671f8a
gnu: bind: Update to 9.16.25.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.25.
2022-01-16 01:00:00 +01:00
Niklas Eklund 6e92790b42
gnu: Add emacs-dtache.
* gnu/packages/emacs-xyz.scm (emacs-dtache): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-19 18:10:05 +01:00
Pierre Neidhardt 4d7a997ee1
gnu: Add nhooks.
* gnu/packages/lisp-xyz.scm (cl-nhooks, ecl-nhooks, sbcl-nhooks): New variables.
2022-01-19 16:26:14 +01:00
Pierre Neidhardt f52c4dc82a
gnu: Add phos.
* gnu/packages/lisp-xyz.scm (cl-phos, ecl-phos, sbcl-phos): New variables.
2022-01-19 16:26:14 +01:00
Pierre Neidhardt d2ed9027b1
gnu: nyxt: Update to 2.2.4.
* gnu/packages/web-browsers.scm (nyxt): Update to 2.2.4.
2022-01-19 16:26:14 +01:00
Ludovic Courtès fa580bf3b4
doc: Make the HTML language menu disappear on narrow screens.
* doc/build.scm (stylized-html)[build](navigation-bar): New procedure.
(stylized-html): Use it.
2022-01-19 15:43:25 +01:00
Efraim Flashner 2c9787086a
gnu: python-xdo: Use libc already in build environment.
* gnu/packages/python-xyz.scm (python-xdo)[arguments]: Find reference to
'libc' input.
[inputs]: Remove glibc.
2022-01-19 16:01:59 +02:00
Efraim Flashner b8aa431382
gnu: vim-guix-vim: Update to 0.3.1.
* gnu/packages/vim.scm (vim-guix-vim): Update to 0.3.1.
2022-01-19 15:59:29 +02:00
Lars-Dominik Braun 71421529d8
gnu: python-xdo: Hard-code path to libc.
Fixes: <https://issues.guix.gnu.org/53183>

* gnu/packages/python-xyz.scm (python-xdo)[arguments]: Also substitute*
reference of libc.
[inputs]: Add glibc.
2022-01-19 14:41:38 +01:00
Aleksandr Vityazev 873b2eca94
gnu: emacs-telega-server: Update to 0.8.2-0-5739794d.
* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.2-0-5739794d.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-19 14:17:04 +01:00
Aleksandr Vityazev 65424e988d
gnu: tdlib: Update to 1.8.0.
* gnu/packages/emacs-xyz.scm (tdlib): Update to 1.8.0.
[arguments]<#:phases>: Remove trailing #T.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-19 14:17:04 +01:00
Guillaume Le Vaillant b029e5fefc
gnu: python-agate-excel: Update to 0.2.5.
* gnu/packages/wireservice.scm (python-agate-excel): Update to 0.2.5.
  [inputs]: Add python-olefile and remove labels.
2022-01-19 14:10:36 +01:00
Guillaume Le Vaillant b30caf19e6
gnu: python-fiona: Fix build.
* gnu/packages/geo.scm (python-fiona)[arguments]: In 'check' phase, set
  GDAL_ENABLE_DEPRECATED_DRIVER_GTM and disable a test.
2022-01-19 14:10:36 +01:00
Guillaume Le Vaillant d8d0bd7c67
gnu: grass: Update to 7.8.6.
* gnu/packages/geo.scm (grass): Update to 7.8.6.
2022-01-19 14:10:36 +01:00