summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: gap: Update to 4.12.2.base-for-issue-62169base-for-issue-62166base-for-issue-62070Andreas Enge2023-03-12
| | | | | | | * gnu/packages/algebra.scm (gap): Update to 4.12.2. [snippet]: Delete only bundled libraries inside hpcgap instead of the complete subdirectory. Update package names and add new packages. [arguments]: Use "make install" and a phase to install packages.
* gnu: Update nheko to 0.11.3.jgart2023-03-12
| | | | | | * gnu/packages/messaging.scm (nheko): Update to 0.11.3. Signed-off-by: Andreas Enge <andreas@enge.fr>
* lint: Check that python-pre-commit is not an input.Antero Mejr2023-03-12
| | | | | | | | | | pre-commit should never be a native-input of python packages, it's a package manager for commit linting that is irrelevant to builds. * guix/lint.scm (check-inputs-should-not-be-an-input-at-all): Add entry for python-pre-commit. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: python-pre-commit: Replace with pre-commit.Antero Mejr2023-03-12
| | | | | | | * gnu/packages/python-xyz.scm (python-pre-commit): Deprecate in favor of pre-commit. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: python-sphinxcontrib-apidoc: Remove python-pre-commit.Antero Mejr2023-03-12
| | | | | | | * gnu/packages/sphinx.scm (python-sphinxcontrib-apidoc)[native-inputs]: Remove python-pre-commit. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: mdpo: Remove python-pre-commit.Antero Mejr2023-03-12
| | | | | | * gnu/packages/gettext.scm (mdpo)[native-inputs]: Remove python-pre-commit. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: python-pytest-regressions: Remove python-pre-commit.Antero Mejr2023-03-12
| | | | | | | * gnu/packages/check.scm (python-pytest-regressions)[native-inputs]: Remove python-pre-commit. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: scvelo: Remove python-pre-commit.Antero Mejr2023-03-12
| | | | | | | * gnu/packages/bioinformatics.scm (scvelo)[native-inputs]: Remove python-pre-commit. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: python-doubletdetection: Remove python-pre-commit.Antero Mejr2023-03-12
| | | | | | | * gnu/packages/bioinformatics.scm (python-doubletdetection)[native-inputs]: Remove python-pre-commit. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: python-minikanren: Remove python-pre-commit.Antero Mejr2023-03-12
| | | | | | | * gnu/packages/python-xyz.scm (python-minikanren)[native-inputs]: Remove python-pre-commit. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: python-apispec-webframeworks: Remove python-pre-commit.Antero Mejr2023-03-12
| | | | | | | | * gnu/packages/python-xyz.scm (python-apispec-webframeworks)[native-inputs]: Remove python-pre-commit. [native-inputs]: Add python-pyyaml. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: python-apispec: Remove python-pre-commit.Antero Mejr2023-03-12
| | | | | | | * gnu/packages/python-xyz.scm (python-apispec)[native-inputs]: Remove python-pre-commit. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: python-marshmallow-jsonapi: Remove python-pre-commit.Antero Mejr2023-03-12
| | | | | | | * gnu/packages/python-xyz.scm (python-marshmallow-jsonapi)[native-inputs]: Remove python-pre-commit. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: python-marshmallow: Remove python-pre-commit.Antero Mejr2023-03-12
| | | | | | | * gnu/packages/python-xyz.scm (python-marshmallow)[native-inputs]: Remove python-pre-commit. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: python-pyjwt: Remove python-pre-commit.Antero Mejr2023-03-12
| | | | | | | * gnu/packages/python-xyz.scm (python-pyjwt)[native-inputs]: Remove python-pre-commit. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: python-bidict: Remove python-pre-commit.Antero Mejr2023-03-12
| | | | | | | * gnu/packages/python-xyz.scm (python-bidict)[native-inputs]: Remove python-pre-commit. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: python-jupytext: Replace python-pre-commit with pre-commit.Antero Mejr2023-03-12
| | | | | | | | * gnu/packages/python-xyz.scm (python-jupytext)[native-inputs]: Remove python-pre-commit. [native-inputs]: Add pre-commit. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: pre-commit: Update to 3.1.1.Antero Mejr2023-03-12
| | | | | | | * gnu/packages/version-control.scm (pre-commit): Update to 3.1.1. [propagated-inputs]: Remove python-toml. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: Add scasp.Liliana Marie Prikler2023-03-12
| | | | * gnu/packages/maths.scm (scasp): New variable.
* gnu: swi-prolog: Update to 8.5.20.Liliana Marie Prikler2023-03-12
| | | | * gnu/packages/prolog.scm (swi-prolog): Update to 8.5.20.
* gnu: tracker: Increase timeout multiplier.Liliana Marie Prikler2023-03-12
| | | | | | | One test fails due to timeout on CI, but succeeds on a strong enough machine with little load. * gnu/packages/gnome.scm (tracker)[#:test-options]: Double timeout multipliers.
* gnu: emacs-next-pgtk: Inherit from emacs-next-tree-sitter.Andrew Tropin2023-03-12
| | | | | | | | | Inherit pgtk emacs from tree-sitter to have both features available for wayland users. For more details: https://yhetil.org/guix-devel/87r0txr99u.fsf@inventati.org/T/#u * gnu/packages/emacs.scm (emacs-next-pgtk): Inherit from emacs-next-tree-sitter.
* gnu: emacs-next-tree-sitter: Inherit from emacs-next.Andrew Tropin2023-03-12
| | | | | | | | | Make tree-sitter emacs available without pgtk. It's part of ongoing iheritance hierarchy update, tree-sitter have less implications than pgtk and thus it should be placed earlier in inheritance chain. For more details: https://yhetil.org/guix-devel/87r0txr99u.fsf@inventati.org/T/#u * gnu/packages/emacs.scm (emacs-next-tree-sitter): Inherit from emacs-next.
* gnu: doctl: Update to 1.93.1.Matthew James Kraai2023-03-12
| | | | * gnu/packages/admin.scm (doctl): Update to 1.93.1.
* gnu: Add python-scapy.Gabriel Wicki2023-03-11
| | | | | | * gnu/packages/python-xyz.scm (python-scapy): New variable. Signed-off-by: Andreas Enge <andreas@enge.fr>
* news: Add entry for the linux-libre 6.2 update.Leo Famulari2023-03-11
| | | | * etc/news.scm: Add entry.
* gnu: linux-libre: Update to 6.2.Leo Famulari2023-03-11
| | | | | | * gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision, linux-libre-pristine-source, linux-libre-source, linux-libre, linux-libre-with-bpf): Update to 6.2.
* gnu: tuxedo-keyboard: Update to 3.1.4.Leo Famulari2023-03-11
| | | | | | This fixes the build with linux-libre 6.2. * gnu/packages/linux.scm (tuxedo-keyboard): Update to 3.1.4.
* gnu: evdi: Fix build with linux-libre 6.2.Leo Famulari2023-03-11
| | | | | | * gnu/packages/patches/evdi-fix-build-with-linux-6.2.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (evdi)[source]: Use it.
* gnu: librem-ec-acpi-linux-module: Update to 0.9.2.Leo Famulari2023-03-11
| | | | | | This fixes the build with linux-libre 6.2. * gnu/packages/linux.scm (librem-ec-acpi-linux-module): Update to 6.2.
* gnu: cbqn: Add header files to lib output.aecepoglu2023-03-11
| | | | | | * gnu/packages/bqn.scm (cbqn)[arguments]: Add include/bqnffi.h to lib output. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: emacs-adoc-mode: Fix build.Nicolas Goaziou2023-03-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-adoc-mode)[arguments]<#:test-command>: Fix typo introduced in 835565777722d61f2b1e7a41df4ee74cd7fdb04e.
* gnu: krita: Update to 5.1.5.Z572 via Guix-patches via2023-03-10
| | | | | | * gnu/packages/kde.scm (krita): Update to 5.1.5. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: rasdaemon: Update to 0.8.0.Bruno Victal2023-03-10
| | | | | | | | * gnu/packages/linux.scm (rasdaemon): Update to 0.8.0. [inputs]: Add pkg-config, libtraceevent. [arguments]: Rename README.md to README. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add libtraceevent.Petr Hodina2023-03-10
| | | | | | | * gnu/packages/linux.scm (libtraceevent): New variable. Co-authored-by: Bruno Victal <mirai@makinata.eu> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: rasdaemon: Refactor package.Bruno Victal2023-03-10
| | | | | | | | | | * gnu/packages/linux.scm (rasdaemon)[arguments]: Remove obsolete patch. Prefer wrap-program to brittle 'fix-dmidecode-and-modprobe phase. With commit 9367354a4e57506a7090143e423fa620f86eeed1, rasdaemon no longer creates /var/lib/rasdaemon at install time. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add kiln.Nikolay Korotkiy2023-03-10
| | | | | | * gnu/packages/web.scm (kiln): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-org-ql: Update to 0.7.Nicolas Goaziou2023-03-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.7. [arguments]<#:phases>: Remove unnecessary test fix.
* gnu: emacs-org-journal: Run tests.Nicolas Goaziou2023-03-10
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-journal)[arguments]: Run tests.
* gnu: emacs-org-journal: Update to 2.2.0.Nicolas Goaziou2023-03-10
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-journal): Update to 2.2.0.
* gnu: emacs-inspector: Update to 0.24.Nicolas Goaziou2023-03-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.24. [arguments]<#:phases>: Skip a failing test.
* gnu: emacs-elisp-refs: Update to 1.5.Nicolas Goaziou2023-03-10
| | | | * gnu/packages/emacs-xyz.scm (emacs-elisp-refs): Update to 1.5.
* gnu: emacs-buttercup: Update to 1.30.Nicolas Goaziou2023-03-10
| | | | * gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.30.
* gnu: emacs-adoc-mode: Improve package style.Nicolas Goaziou2023-03-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-adoc-mode)[arguments]: Use G-expressions. Remove trailing #T from phases.
* gnu: emacs-adoc-mode: Update to 0.7.0.Nicolas Goaziou2023-03-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-adoc-mode): Update to 0.7.0. [arguments]: Fix tests location.
* gnu: cataclysm-dda: Update to 0.G.Nicolas Goaziou2023-03-10
| | | | * gnu/packages/games.scm (cataclysm-dda): Update to 0.G.
* gnu: cataclysm-dda: Improve package style.Nicolas Goaziou2023-03-10
| | | | | * gnu/packages/games.scm (cataclysm-dda)[arguments]: Use G-expressions. [native-inputs]: Remove labels. Re-order alphabetically.
* gnu: Add r-hdcytodata.Navid Afkhami2023-03-10
| | | | | | * gnu/packages/bioconductor.scm (r-hdcytodata): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* doc: Add missing space after @deftp.Ludovic Courtès2023-03-10
| | | | * doc/guix.texi (Samba Services): Add missing space before brace.
* gnu: Add 9base.Antero Mejr2023-03-10
| | | | | | * gnu/packages/suckless.scm (9base): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>