Age | Commit message (Collapse) | Author |
|
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.284.
(linux-libre-4.14-pristine-source, deblob-scripts-4.14): Update hashes.
|
|
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.248.
(linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
|
|
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.200.
(linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
|
|
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.124.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
|
|
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.49.
linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
|
|
* gnu/packages/python-xyz (python-nbconvert)[description]: Fix
formatting.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/hardware.scm (hw-probe): New variable.
Co-authored-by: Petr Hodina <phodina@protonmail.com>
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* etc/news.scm: Add German translation of 'guix refresh -L' entry.
|
|
* gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 103.
(%chromium-version): Set to 103.0.5060.53.
(%debian-patches): Remove obsolete.
(%ungoogled-origin): Update hash.
(ungoogled-chromium)[source]: Likewise.
[inputs]: Add FP16 and FXDIV. Change ICU4C to ICU4C-71.
|
|
* gnu/packages/icu4c.scm (icu4c-71): New variable.
|
|
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.5.
|
|
* gnu/packages/yyy.scm (python-parso): Update to 0.8.3.
[arguments]: Satisfy guix lint.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/python-web.scm (python-bottle): Update to 0.12.21.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints): Update to 1.18.3.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/openstack.scm (python-bandit): Update to 1.7.4.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
This avoids an exception when generating images, where the reading of boot
parameters fails.
* guix/scripts/system.scm (perform-action): Inline menu-entries in to bootcfg.
|
|
* gnu/packages/dlang.scm (ldc-bootstrap-0.17)[supported-systems]: Add
aarch64-linux.
[arguments]: When building targeting aarch64-linux build for armhf-linux.
|
|
* gnu/packages/python-xyz.scm (python-py-cpuinfo): Update to 8.0.0-1.4d6987e.
[source]: Download using git-fetch.
|
|
* etc/news.scm: Add entry.
|
|
This incompatible change fixes an inconsistency with other commands
where '-L' is short for '--load-path'.
* guix/scripts/refresh.scm (%options): Add --load-path option from
%STANDARD-BUILD-OPTIONS. Remove #\L shortcut for --list-updaters, and
remove --load-path option that lacked the #\L shortcut.
(show-help): Update accordingly.
* doc/guix.texi (Invoking guix refresh): Update accordingly.
|
|
This ensures we print '#:key value' rather than insert a newline
between '#:key' and 'value' as was the case before.
* guix/scripts/style.scm (pretty-print-with-comments)[print-sequence]:
When ITEM is a keyword, loop with FIRST? = true.
* tests/style.scm: Add test.
|
|
* gnu/packages/image.scm (libjxl): Update to 0.6.1-0.b7076f18.
[inputs]: Add gflags.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/cpp.scm (google-highway): Update to 0.17.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/license.scm (reuse): Update to 1.0.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/suckless.scm (sent)[inputs]: Remove labels.
|
|
* gnu/packages/suckless.scm (sent): Apply `guix style`.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/suckless.scm (sent)[propagated-inputs]: Add it.
[phases]{patch-farbfeld}: New phase.
[inputs]: Add farbfeld.
[home-page]: Add trailing slash to fix linter warning.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/suckless.scm (farbfeld): New variable.
[use-modules]: Add (gnu packages imagemagick)
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Until now the 'stop' method would return #t, which shepherd would
interpret as "services could not be stopped".
* gnu/services/vpn.scm (wireguard-shepherd-service): Have 'stop' return #f.
|
|
This variable was moved from tramp-sh.el to tramp.el, causing the substitute*
snippet which patches it to silently fail.
See also <https://issues.guix.gnu.org/55443>.
* gnu/packages/emacs.scm (emacs)[source]<snippet>: Patch tramp.el rather than tramp-sh.el.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/wm.scm (sway)[inputs]: Replace ‘elogind’ with ‘basu’.
[arguments]<#:configure-flags>: Add "-Dsd-bus-provider=basu".
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/freedesktop.scm (basu): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/emacs-xyz.scm (emacs-jedi)[arguments]: New field.
[native-inputs]: Add python-wrapper.
[inputs]: New field.
Reported-by: jgart <jgart@dismail.de>
|
|
The tarball was modified in-place, with the only difference being time stamps
and an added :commit in project-pkg.el.
* gnu/packages/emacs-xyz.scm (emacs-project)[source](sha256): Update hash.
[home-page]: While here, use HTTPS.
|
|
* gnu/packages/erlang.scm (erlang): Update to 25.0.2.
|
|
* gnu/packages/python-xyz.scm (python-pydantic): Update to 1.9.1.
[arguments]: Remove phase 'disable-test.
|
|
* gnu/packages/python-xyz.scm (python-lsp-server)[propagated-inputs]: Remove
PYTHON-CONFIGPARSER.
|
|
* gnu/packages/python-web.scm (python-minio): Update to 7.1.9.
[arguments]: Remove trailing #t.
[propagated-inputs]: Remove PYTHON-CONFIGPARSER.
|
|
* gnu/packages/python-web.scm (python-sanic-testing)[arguments]: Add
#:phases.
|
|
* gnu/packages/patches/phoronix-test-suite-fsdg.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/benchmark.scm (phoronix-test-suite): New variable.
(gcc-toolchain*): Likewise.
|
|
* gnu/packages/engineering.scm (kicad): Update to 6.0.6.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/engineering.scm (prusa-slicer): Update to 2.4.2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/llvm.scm (llvm-9)[arguments]: When building for
riscv64-linux add a phase to fix building one of the binaries.
|
|
* gnu/packages/emacs-xyz.scm (emacs-code-cells): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-consult-eglot): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-haskell-mode): Update to 17.2-0-5a9f807.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-idris-mode): Update to 1.0-1-9bc7697.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-setup): Update to 1.3.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/networking.scm (libcamera)[native-inputs, inputs]: Remove
labels.
|
|
* gnu/packages/networking.scm (libcamera): Update to 0.0.0-1.
[arguments]: Disable Python bindings in #:configure-flags. Disable gstreamer
tests.
[inputs]: Add LIBYAML, PYTHON-JINJA2, and PYTHON-PLY.
|