Age | Commit message (Collapse) | Author |
|
* gnu/packages/wm.scm (fnott): Update to 1.3.0.
|
|
* gnu/packages/chromium.scm (ungoogled-chromium)[version]: Remove conditional.
|
|
* gnu/packages/chromium.scm (%chromium-version): Set to 108.0.5359.98.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
|
|
* gnu/packages/games.scm (extremetuxracer): Update to 0.8.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/audio.scm (cava): Update to 0.8.3.
[source]: Delete snippet because iniparser is no longer bundled.
[homepage]: Update it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/minetest.scm (minetest-oneblock): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/services/configuration.scm (alist?): Rewrite.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* doc/guix.texi (Reduced Binary Seed Bootstrap): Libera.Chat, not
Freenode.
|
|
* gnu/packages/xdisorg.scm (xkbset): Update to 0.8.
|
|
Source is unchanged compared to the previously-used tarball.
* gnu/packages/xdisorg.scm (xkbset)[source]: Switch to 'git-fetch'.
[home-page]: Switch to github.io.
|
|
Previously "guix refresh xkbset" for example would crash with a
getaddrinfo-error because the domain name is invalid. Now it reports
failure to update.
Reported by Tyler Wolf <tyler@twolf.io>
in <https://issues.guix.gnu.org/59598>.
* guix/gnu-maintenance.scm (latest-html-updatable-release): Return #f
upon 'getaddrinfo-error' as well.
|
|
* etc/news.scm: Add German translation of 'customize-linux' entry.
|
|
* gnu/bootloader/grub.scm (make-grub-configuration): Refer to the correct
argument in comment.
|
|
* gnu/packages/check.scm (cukinia): New variable.
|
|
* gnu/packages/embedded.scm (imx-usb-loader): New variable.
|
|
* etc/news.scm: Add entry.
|
|
This brings the ABI of the 'guix' package in line with the current one,
fixing things built against the 'guix' package such as 'emacs-guix'.
Fixes <https://issues.guix.gnu.org/59864>.
Reported by Amade Nemes Gmail <nemesamade@gmail.com>.
* gnu/packages/package-management.scm (guix): Update to 9ccc94a.
|
|
* gnu/services/base.scm (%guix-publish-log-rotations): Add 'options'
field.
|
|
* gnu/services/cuirass.scm (cuirass-log-rotations): Add the remote
server log when it is used.
|
|
* gnu/services/cuirass.scm (cuirass-remote-worker-log-rotations): New
procedure.
(cuirass-remote-worker-service-type): Use it.
|
|
* gnu/services/monitoring.scm (zabbix-agent-arguments): New procedure.
(zabbix-agent-shepherd-service): Use that to determine command line arguments.
|
|
The service already runs with the specified user and group, so there is no use
in writing it to the configuration files. This change is mainly done for
compatibility with 'zabbix-agent2' which does not understand the User=
setting, but also to document the correct data type for the "group" setting.
* gnu/services/monitoring.scm (serialize-string): Filter USER and GROUP
fields.
(group?, serialize-group): Remove variables.
(zabbix-server-configuration, zabbix-agent-configuration): Document the GROUP
field as 'string'.
* doc/guix.texi (Monitoring Services): Adjust accordingly.
|
|
* gnu/packages/monitoring.scm (zabbix-agent2): New variable.
|
|
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.12.
|
|
* gnu/packages/linux.scm (kernel-config): Make the return value a gexp, using
local-file. Adjust doc.
(make-linux-libre*): Adjust doc.
[native-inputs]: Remove input labels. Rewrite config input to be directly
expanded...
[phases] <configure>: ... here. Re-flow comments. Remove extraneous INPUTS
argument.
<install>: Likewise.
|
|
Fixes <https://issues.guix.gnu.org/58191>.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/gnome-xyz.scm (gpaste) [phases]
{fix-introspection-install-dir}: Substitute @gschemasCompiled@ placeholder.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/cross-base.scm (cross-binutils): Fix indentation.
(cross-kernel-headers): Align 'inherit' fields
of nested package variables.
(cross-gcc): Fix indentation.
|
|
* gnu/packages/linux.scm (make-linux-libre-source) [native-inputs]: Delete
field, using the defconfig gexp directly...
[phases] <configure>: ... here.
|
|
This makes it possible to use them to define Linux kernel variants in the same
file.
* gnu/packages/linux.scm (customize-linux), make-defconfig): Move near the top
of the module.
|
|
* gnu/packages/linux.scm (linux-libre-5.15-source)
(linux-libre-5.10-source): Do not apply linux-libre-infodocs-target.patch.
(make-linux-libre): Remove BUILD-DOC? argument, and
adjust patches conditional.
(make-linux-libre*): Likewise. Remove build-doc? validation.
[arguments]: Move documentation related phases to the new
linux-libre-documentation.
[native-inputs]: Move the documentation related native inputs to
linux-libre-documentation.
(linux-libre-documentation): New variable.
* guix/build-system/linux-module.scm
(make-linux-module-builder) [arguments]: Do not delete build-doc and
install-doc phases, which no longer exist for linux-libre.
|
|
* gnu/packages/emacs-xyz.scm (emacs-lpy)[source]: Fix hash.
|
|
* gnu/packages/emacs-xyz.scm (emacs-function-args)[source]: Fix hash.
|
|
* gnu/packages/astronomy.scm (sgp4): Update to 1.0-2.6a448b4.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/messaging.scm (dino): Update to 0.3.1.
[arguments]<#:configure-flags>: Add “-DUSE_SOUP3=true”.
[inputs]: Use ‘libsoup’ rather than ‘libsoup-minimal-2’.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/databases.scm (apache-arrow): Update to 10.0.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/i2p.scm (i2pd): Update to 2.44.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/sqlite.scm (sqlite-next): Update to 3.40.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
Fixes: CVE-2021-33621: HTTP response splitting in CGI.
* gnu/packages/ruby.scm (ruby-3.1): Update to 3.1.3.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/image.scm (jp2a): Update to 1.1.1.
[source]: Use release tarball.
[inputs]: Add libpng.
[native-inputs]: Add doxygen.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/image-viewers.scm (chafa): Update to 1.12.4.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/image-viewers.scm (ytfzf): Update to 2.5.2.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/guile-xyz.scm (guile-fibers-next): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/mail.scm (mumi): Update to 0.0.2-2.4590e48.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
Computing derivations for these systems (i686-gnu and riscv32-linux) fails
with an error like the following:
could not find bootstrap binary 'tar' for system
* gnu/packages/mes.scm (mescc-tools)[supported-systems]: Remove riscv32-linux.
* guix/packages.scm (%hurd-system): Remove i686-gnu.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/python-xyz.scm (python-pint): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/finance.scm (python-bech32): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/python-xyz.scm (python-simple-rlp): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/dav.scm (vdirsyncer)[propagated-inputs]: Move all
packages ...
[inputs]: ... to here.
|
|
* gnu/packages/dav.scm (vdirsyncer): Update to 0.19.0.
[arguments]: Remove trailing #t in phases. Remove phase generating the
manpage.
[native-inputs]: Add python-aioresponses, python-click, python-trustme,
python-pytest-asyncio, python-pytest-cov, python-pytest-httpserver.
Remove python-pytest-localserver, python-pytest-subtesthack,
python-urllib3, python-wsgi-interpreter.
[inputs]: Remove field.
[propagated-inputs]: Add python-aiohttp, python-aiostream. Remove
python-click-threading.
* gnu/packages/python-xyz.scm (python-click-5): Remove variable.
|