summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: python-parso: Update to 0.8.3.base-for-series-12847base-for-series-12838base-for-series-12833jgart2022-06-23
| | | | | | | * gnu/packages/yyy.scm (python-parso): Update to 0.8.3. [arguments]: Satisfy guix lint. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-bottle: Update to 0.12.21.jgart2022-06-23
| | | | | | * gnu/packages/python-web.scm (python-bottle): Update to 0.12.21. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-sphinx-autodoc-typehints: Update to 1.18.3.jgart2022-06-23
| | | | | | * gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints): Update to 1.18.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-bandit: Update to 1.7.4.jgart2022-06-23
| | | | | | * gnu/packages/openstack.scm (python-bandit): Update to 1.7.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
* guix system: Inline menu-entries in to bootcfg in perform-action.Christopher Baines2022-06-23
| | | | | | | 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: ldc-bootstrap-0.17: Add support for aarch64-linux.Efraim Flashner2022-06-23
| | | | | | * gnu/packages/dlang.scm (ldc-bootstrap-0.17)[supported-systems]: Add aarch64-linux. [arguments]: When building targeting aarch64-linux build for armhf-linux.
* gnu: python-py-cpuinfo: Update to 8.0.0-1.4d6987e.Efraim Flashner2022-06-23
| | | | | * gnu/packages/python-xyz.scm (python-py-cpuinfo): Update to 8.0.0-1.4d6987e. [source]: Download using git-fetch.
* news: Add entry for 'guix refresh -L' change.Ludovic Courtès2022-06-22
| | | | * etc/news.scm: Add entry.
* refresh: Repurpose '-L' for '--load-path'.Ludovic Courtès2022-06-22
| | | | | | | | | | | 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.
* style: Keep values next to their keyword.Ludovic Courtès2022-06-22
| | | | | | | | | 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: libjxl: Update to 0.6.1-0.b7076f18.Greg Hogan2022-06-22
| | | | | | | * 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: google-highway: Update to 0.17.0.Greg Hogan2022-06-22
| | | | | | * gnu/packages/cpp.scm (google-highway): Update to 0.17.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: reuse: Update to 1.0.0.Jean-Pierre De Jesus DIAZ2022-06-22
| | | | | | * gnu/packages/license.scm (reuse): Update to 1.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: sent: Remove input labels.Ludovic Courtès2022-06-22
| | | | * gnu/packages/suckless.scm (sent)[inputs]: Remove labels.
* gnu: sent: Apply guix styleGabriel Wicki2022-06-22
| | | | | | * gnu/packages/suckless.scm (sent): Apply `guix style`. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: sent: Add farbfeld to propagated-inputs.Gabriel Wicki2022-06-22
| | | | | | | | | * 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: Add farbfeld.Gabriel Wicki2022-06-22
| | | | | | | * gnu/packages/suckless.scm (farbfeld): New variable. [use-modules]: Add (gnu packages imagemagick) Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: wireguard: Shepherd 'stop' method really stops.Ludovic Courtès2022-06-22
| | | | | | | 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.
* gnu: emacs: Fix tramp-remote-path.John Kehayias2022-06-22
| | | | | | | | | | 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: sway: Switch from elogind to basu.muradm2022-06-22
| | | | | | | * 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: Add basu.muradm2022-06-22
| | | | | | * gnu/packages/freedesktop.scm (basu): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: emacs-jedi: Install and patch location of jediepcserver.Maxim Cournoyer2022-06-22
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-jedi)[arguments]: New field. [native-inputs]: Add python-wrapper. [inputs]: New field. Reported-by: jgart <jgart@dismail.de>
* gnu: emacs-project: Update source hash.Marius Bakke2022-06-22
| | | | | | | | 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: erlang: Update to 25.0.2.jgart2022-06-22
| | | | * gnu/packages/erlang.scm (erlang): Update to 25.0.2.
* gnu: python-pydantic: Update to 1.9.1.Marius Bakke2022-06-22
| | | | | * gnu/packages/python-xyz.scm (python-pydantic): Update to 1.9.1. [arguments]: Remove phase 'disable-test.
* gnu: python-lsp-server: Remove unneeded input.Marius Bakke2022-06-22
| | | | | * gnu/packages/python-xyz.scm (python-lsp-server)[propagated-inputs]: Remove PYTHON-CONFIGPARSER.
* gnu: python-minio: Update to 7.1.9.Marius Bakke2022-06-22
| | | | | | * gnu/packages/python-web.scm (python-minio): Update to 7.1.9. [arguments]: Remove trailing #t. [propagated-inputs]: Remove PYTHON-CONFIGPARSER.
* gnu: python-sanic-testing: Fix build.Marius Bakke2022-06-22
| | | | | * gnu/packages/python-web.scm (python-sanic-testing)[arguments]: Add #:phases.
* gnu: Add phoronix-test-suite.Maxim Cournoyer2022-06-22
| | | | | | | * 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: kicad: Update to 6.0.6.Peter Polidoro2022-06-22
| | | | | | * gnu/packages/engineering.scm (kicad): Update to 6.0.6. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: prusa-slicer: Update to 2.4.2Artyom V. Poptsov2022-06-22
| | | | | | * gnu/packages/engineering.scm (prusa-slicer): Update to 2.4.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: llvm-9: Fix building on riscv64-linux.base-for-series-12820base-for-series-12819base-for-series-12818base-for-series-12816base-for-series-12815base-for-series-12814base-for-series-12813base-for-series-12812Efraim Flashner2022-06-22
| | | | | * gnu/packages/llvm.scm (llvm-9)[arguments]: When building for riscv64-linux add a phase to fix building one of the binaries.
* gnu: Add emacs-code-cells.Niklas Eklund2022-06-22
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-code-cells): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-consult-eglot.Andrew Tropin2022-06-22
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-consult-eglot): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-haskell-mode: Update to 17.2-0-5a9f807.Zhu Zihao2022-06-22
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-haskell-mode): Update to 17.2-0-5a9f807. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-idris-mode: Update to 1.0-1-9bc7697.Zhu Zihao2022-06-22
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-idris-mode): Update to 1.0-1-9bc7697. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-setup: Update to 1.3.0.Jose G Perez Taveras2022-06-22
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-setup): Update to 1.3.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: libcamera: Remove input labels.Marius Bakke2022-06-21
| | | | | * gnu/packages/networking.scm (libcamera)[native-inputs, inputs]: Remove labels.
* gnu: libcamera: Update to 0.0.0-1.Marius Bakke2022-06-21
| | | | | | | * 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.
* gnu: python-databricks-cli: Update to 0.17.0.Marius Bakke2022-06-21
| | | | | | * gnu/packages/python-web.scm (python-databricks-cli): Update to 0.17.0. [arguments]: Enable previously failing test. [propagated-inputs]: Remove PYTHON-CONFIGPARSER. Add PYTHON-PYJWT.
* gnu: presentty: Fix build.Marius Bakke2022-06-21
| | | | | * gnu/packages/presentation.scm (presentty)[arguments]: Loosen requirements. Delete sanity-check phase.
* gnu: zabbix-cli: Update to 2.3.0.Marius Bakke2022-06-21
| | | | | | * gnu/packages/monitoring.scm (zabbix-cli): Update to 2.3.0. [arguments]: Convert to gexp. Install documentation and run tests. [native-inputs]: Add PYTHON-SPHINX and PYTHON-PYTEST.
* build-system: chicken: Add version information to eggs if missing.Michal Atlas2022-06-21
| | | | | | | | | | | Chicken eggs do not always contain version information, yet dependant packages often rely on this information being present. Thus, add a version field if it is missing. * guix/build/chicken-build-system.scm (stamp-egg-version): New variable. (%standard-phases): Add ‘stamp-egg-version’. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: sudo: Update to 1.9.11p3.Tobias Geerinckx-Rice2022-06-19
| | | | * gnu/packages/admin.scm (sudo): Update to 1.9.11p3.
* gnu: dezyne: Update to 2.15.2.Jan (janneke) Nieuwenhuizen2022-06-21
| | | | * gnu/packages/dezyne.scm (dezyne)[source]: Update to 2.15.2.
* gnu: zabbix-cli: Use new style.Marius Bakke2022-06-21
| | | | | * gnu/packages/monitoring.scm (zabbix-cli)[arguments]: Use SEARCH-INPUT-FILE. [inputs]: Remove labels.
* gnu: python-prettytable: Update to 3.3.0.Marius Bakke2022-06-21
| | | | | | | | | * gnu/packages/python-xyz.scm (python-prettytable): Update to 3.3.0. [arguments]: New field. Override check phase. [native-inputs]: Add PYTHON-PYTEST, PYTHON-PYTEST-LAZY-FIXTURE, and PYTHON-SETUPTOOLS-SCM. [propagated-inputs]: Add PYTHON-WCWIDTH. [home-page]: Update to current.
* gnu: python-cliff: Update to 3.10.1.Marius Bakke2022-06-21
| | | | | * gnu/packages/openstack.scm (python-cliff): Update to 3.10.1. [propagated-inputs]: Add PYTHON-AUTOPAGE. Remove PYTHON-BANDIT.
* gnu: Add python-autopage.Marius Bakke2022-06-21
| | | | * gnu/packages/python-xyz.scm (python-autopage): New variable.
* gnu: python-ipython-sql: Remove prettytable version constraint.Marius Bakke2022-06-21
| | | | * gnu/packages/python-xyz.scm (python-ipython-sql)[arguments]: Add #:phases.