summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: sudo: Update to 1.9.11p1.base-for-series-12616base-for-series-12615base-for-series-12610base-for-series-12607Tobias Geerinckx-Rice2022-06-05
| | | | | | | * gnu/packages/admin.scm (sudo): Update to 1.9.11p1. [source]: Remove patch again. * gnu/packages/patches/sudo-missing-sudo_pt_regs-aarch64.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* doc: Expand ‘setuid-root’-only references.Tobias Geerinckx-Rice2022-06-05
| | | | | * doc/guix.texi (Setuid Programs, Service Reference): Don't assume setuid-root as the only possibility.
* gnu: nftables: Update to 1.0.4.Tobias Geerinckx-Rice2022-06-05
| | | | | | | * gnu/packages/linux.scm (nftables): Update to 1.0.4. [source]: Remove patch. * gnu/packages/patches/nftables-fix-makefile.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: libnftnl: Update to 1.2.2.Tobias Geerinckx-Rice2022-06-05
| | | | * gnu/packages/linux.scm (libnftnl): Update to 1.2.2.
* gnu: padthv1: Update to 0.9.26.Tobias Geerinckx-Rice2022-06-05
| | | | | * gnu/packages/music.scm (padthv1): Update to 0.9.26. [inputs]: Add qtsvg.
* gnu: samplv1: Update to 0.9.26.Tobias Geerinckx-Rice2022-06-05
| | | | | * gnu/packages/music.scm (samplv1): Update to 0.9.26. [inputs]: Add qtsvg.
* gnu: drumkv1: Update to 0.9.26.Tobias Geerinckx-Rice2022-06-05
| | | | | * gnu/packages/music.scm (drumkv1): Update to 0.9.26. [inputs]: Add qtsvg.
* gnu: synthv1: Update to 0.9.26.Tobias Geerinckx-Rice2022-06-05
| | | | | * gnu/packages/music.scm (synthv1): Update to 0.9.26. [inputs]: Add qtsvg.
* gnu: emacs-org: Update to 9.5.4.Tobias Geerinckx-Rice2022-06-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.5.4.
* gnu: sudo: Fix build on aarch64.Tobias Geerinckx-Rice2022-06-05
| | | | | | * gnu/packages/admin.scm (sudo)[source]: Add patch. * gnu/packages/patches/sudo-missing-sudo_pt_regs-aarch64.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* guix: platform: Fix typo in lookup-platform-by-target.Josselin Poiret2022-06-08
| | | | | | | * guix/platform.scm (lookup-platform-by-target): Fix typo system -> target. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: perl-dbi, timescaledb: Fix typo in description.Tobias Geerinckx-Rice2022-06-05
| | | | | * gnu/packages/databases.scm (perl-dbi, timescaledb): Fix ‘an database’ typo.
* gnu: cairomm: Remove input labels.Tobias Geerinckx-Rice2022-06-05
| | | | | * gnu/packages/gtk.scm (cairomm)[native-inputs, inputs]: Remove input labels.
* gnu: cairomm: Update to 1.16.1.Tobias Geerinckx-Rice2022-06-05
| | | | | * gnu/packages/gtk.scm (cairomm): Update to 1.16.1. [arguments]: Don't explicitly return #t from phases.
* gnu: Add emacs-pyimport.jgart via Guix-patches via2022-06-08
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-pyimport): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-toodoo.Stefan Reichör2022-06-08
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-toodoo): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-opencl-mode.Thomas Albers2022-06-08
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-opencl-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: putty: Update to 0.77.Tobias Geerinckx-Rice2022-06-05
| | | | | | | * gnu/packages/networking.scm (putty): Update to 0.77. [build-system]: Switch to CMAKE-BUILD-SYSTEM. [arguments]: Remove the old 'chdir phase. Add a custom 'check phase. [native-inputs]: Add perl.
* gnu: openmpi: Update to 4.1.4.Tobias Geerinckx-Rice2022-06-05
| | | | * gnu/packages/mpi.scm (openmpi): Update to 4.1.4.
* gnu: Add emacs-xah-fly-keys.Jai Vetrivelan2022-06-07
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-xah-fly-keys): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-plz: Update to 0.1.Aleksandr Vityazev2022-06-07
| | | | | | * gnu/packages/emacs-xyz (emacs-plz): Update to 0.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-evil-collection: Update to 0.0.8.Rostislav Svoboda2022-06-07
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.8. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-modus-themes: Update to 2.4.0.André A. Gomes2022-06-07
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.4.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-popon.jgart via Guix-patches via2022-06-07
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-popon): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add xwhite.base-for-series-12604base-for-series-12600base-for-series-12599base-for-series-12598base-for-series-12597derekchuank@outlook.com2022-06-07
| | | | | | * gnu/packages/xdisorg.scm (xwhite): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add edlin.Foo Chuan Wei2022-06-07
| | | | | | * gnu/packages/text-editors.scm (edlin): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: nyacc: Update to 1.07.0.Felix Lechner2022-06-07
| | | | | | * gnu/packages/mes.scm (nyacc): Update to 1.07.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* .dir-locals: Adjust to bug-reference-mode in Emacs 28.Ludovic Courtès2022-06-07
| | | | | * .dir-locals.el: Adjust 'bug-reference-bug-regexp' and 'bug-reference-url-format' to Emacs 28.
* gnu: guile-fibers: Update to 1.1.1.Ludovic Courtès2022-06-07
| | | | * gnu/packages/guile-xyz.scm (guile-fibers-1.1): Update to 1.1.1.
* gnu: Remove unused patch.Efraim Flashner2022-06-07
| | | | | | * gnu/packages/patches/python-flake8-polyfill-flake8-4-compat.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: python-debian: Set version to build reproducibly.Vagrant Cascadian2022-06-07
| | | | | * gnu/packages/python-xyz.scm (python-debian)[arguments]: Add 'set-version phase.
* gnu: offlate: Fix build.Maxim Cournoyer2022-06-07
| | | | | * gnu/packages/python-xyz.scm (offlate) [phases]{patch-for-pygit2}: New phase.
* gnu: python-pygit2: Update to 1.9.2 and enable tests.Maxim Cournoyer2022-06-07
| | | | | | | * gnu/packages/python-xyz.scm (python-pygit2): Update to 1.9.2. [tests?]: Delete argument. [phases]{check}: New phase override. [description]: Fix sentence.
* gnu: python-pygmsh: Update to 7.1.17.Maxim Cournoyer2022-06-07
| | | | | | | | | | | | * gnu/packages/simulation.scm (python-pygmsh): Update to 7.1.17. [source]: Remove snippet and modules fields. [origin]: Prefix tag by "v". [phases]: Delete trailing #t. {workaround-gmsh-detection-failure}: New phase. {build, install}: New phase overrides. {check}: Honor tests and remove extraneous add-installed-pythonpath call. [native-inputs]: Remove wheel. Add python-pypa-build and python-flit-core. [propagated-inputs]: Remove python-importlib-metadata.
* gnu: python-xunitparser: Update to 1.3.4.Maxim Cournoyer2022-06-07
| | | | * gnu/packages/python-check.scm (python-xunitparser): Update to 1.3.4.
* gnu: nikola: Update to 8.2.2.Maxim Cournoyer2022-06-07
| | | | * gnu/packages/python-xyz.scm (nikola): Update to 8.2.2.
* gnu: electron-cash: Apply new style to inputs and use gexps.Maxim Cournoyer2022-06-07
| | | | | * gnu/packages/finance.scm (electron-cash)[phases]: Use gexps. [inputs]: Use new style.
* gnu: electron-cash: Update to 4.2.10.Maxim Cournoyer2022-06-07
| | | | * gnu/packages/finance.scm (electron-cash): Update to 4.2.10.
* gnu: trezor-agent: Update to 0.14.4.Maxim Cournoyer2022-06-07
| | | | | * gnu/packages/finance.scm (trezor-agent): Update to 0.14.4. [phases]{relax-requirements}: New phase.
* gnu: python-trezor: Add python-hidapi optional dependency.Maxim Cournoyer2022-06-07
| | | | | * gnu/packages/finance.scm (python-trezor) [propagated-inputs]: Add python-hidapi.
* gnu: python-trezor-agent: Delete trailing #t and honor TESTS?.Maxim Cournoyer2022-06-07
| | | | | | * gnu/packages/finance.scm (python-trezor-agent) [phases]: Delete trailing #t. {check}: Honor TESTS?. Delete extraneous add-installed-pythonpath call.
* gnu: python-trezor: Update to 0.13.0.Maxim Cournoyer2022-06-07
| | | | | | | * gnu/packages/finance.scm (python-trezor): Update to 0.13.0. [source]: Delete broken symbolic links in snippet. [propagated-inputs]: Use python-click-7. [native-inputs]: Re-order.
* gnu: python-flask-restx: Skip networking dependent test.Maxim Cournoyer2022-06-07
| | | | | * gnu/packages/python-web.scm (python-flask-restx) [phases]{check}: Skip the 'test_redirect' test.
* gnu: python-flask-combo-jsonapi: Skip failing test.Maxim Cournoyer2022-06-07
| | | | | | | * gnu/packages/python-web.scm (python-flask-combo-jsonapi) [phases]{check}: Skip test_get_list_with_simple_filter_relationship_custom_qs_api test. [native-inputs]: Normalize indentation.
* gnu: xenon: Update to 0.9.0, rename and relocate.Maxim Cournoyer2022-06-07
| | | | | | | | | * gnu/packages/python-xyz.scm (python-xenon): Rename to... * gnu/packages/code.scm (xenon): ... this. Update to 0.9.0. [native-inputs]: Delete field. [inputs]: New field. [phases]: Delete argument. (python-xenon): Mark as deprecated.
* gnu: python-flake8: Update to 4.0.1.Maxim Cournoyer2022-06-07
| | | | | | | * gnu/packages/python-xyz.scm (python-flake8): Update to 4.0.1. [phases]{check}: Delete extraneous add-installed-pythonpath call. [propagated-inputs]: Re-indent. [native-inputs]: Remove python-mock.
* gnu: Remove python-flake8-polyfill.Maxim Cournoyer2022-06-07
| | | | | | | This package is mostly useful for Flake8 version 2 or 3 (see: https://github.com/PyCQA/flake8-polyfill/pull/14#issuecomment-979161161). * gnu/packages/python-xyz.scm (python-flake8-polyfill): Delete variable.
* gnu: python-pep8-naming: Update to 0.13.0.Maxim Cournoyer2022-06-07
| | | | | * gnu/packages/python-xyz.scm (python-pep8-naming): Update to 0.13.0. [propagated-inputs]: Remove python-flake8-polyfill.
* gnu: python-radon: Update to 5.1.0.Maxim Cournoyer2022-06-07
| | | | | * gnu/packages/python-xyz.scm (python-radon): Update to 5.1.0. [propagated-inputs]: Remove python-flake8-polyfill.
* gnu: install: Add uvesafb service only on targets that support v86d.Josselin Poiret2022-06-07
| | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/55806>. * gnu/system/install.scm (%installation-services): Refactor into a procedure, so that it can capture the system it's installing for. Conditionally add uvesafb-service-type based on whether v86d is supported by the target architecture. (installation-os)[services]: Use the %installation-service procedure. (uvesafb-shepherd-service): Remove %host-type checks. Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>