summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: xdotool: Update to 3.20211022.1.Jai Vetrivelan2022-03-11
| | | | | | | | | | | | [1. text/patch] From 1040dbabc8cb5af1c88262492cf74cb74c859caa Mon Sep 17 00:00:00 2001 From: Jai Vetrivelan <jaivetrivelan@gmail.com> Date: Sat, 5 Mar 2022 11:16:25 +0530 Subject: [PATCH] gnu: xdotool: Update to 3.20211022.1. * gnu/packages/xdisorg.scm (xdotool): Update to 3.20211022.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: font-sarasa-gothic: Update to 0.36.0.Jai Vetrivelan2022-03-11
| | | | | | | | | | | | [1. text/patch] From 6dd537e7d58ffb1eead78120b12bb896a9032631 Mon Sep 17 00:00:00 2001 From: Jai Vetrivelan <jaivetrivelan@gmail.com> Date: Sat, 5 Mar 2022 11:14:46 +0530 Subject: [PATCH] gnu: font-sarasa-gothic: Update to 0.36.0. * gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.36.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add libxcrypt.Allan Adair2022-03-11
| | | | | | * gnu/packages/crypto.scm (libxcrypt): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: tio: Update to 1.35.Raphaël Mélotte via Guix-patches2022-03-11
| | | | | | | | | * gnu/packages/terminals.scm (tio): Update to 1.35. [build-system]: Switch to MESON-BUILD-SYSTEM. Note: the build system changed to meson in the following commit: https://github.com/tio/tio/commit/e9208d693ee21a062dc2b3f2dd16a9d6b8926b90 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: mblaze: Use G-expressions.Nicolas Goaziou2022-03-11
| | | | * gnu/packages/mail.scm (mblaze)[arguments]: Use G-expressions.
* gnu: mblaze: Enable tests.jgart via Guix-patches via2022-03-11
| | | | | | | | | * gnu/packages/mail.scm (mblaze)[arguments]: Enable tests and remove comment about broken tests since tests are not broken. See <https://github.com/leahneukirchen/mblaze/issues/221>. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: sdcc: Update to 4.2.0.Simon South2022-03-11
| | | | | | | | | * gnu/packages/embedded.scm (sdcc): Update to 4.2.0. [description]: Update to mention the newly supported MOS 6502. * gnu/packages/patches/sdcc-disable-non-free-code.patch: Update to match new version. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: sdcc: Build debugger with readline support.Simon South2022-03-11
| | | | | | * gnu/packages/embedded.scm (sdcc)[inputs]: Add readline. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: sdcc: Remove input labels.Simon South2022-03-11
| | | | | | * gnu/packages/embedded.scm (sdcc)[native-inputs]: Remove input labels. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-robotframework: Do not embed a timestamp in the user guide.Maxim Cournoyer2022-03-10
| | | | | * gnu/packages/patches/python-robotframework-source-date-epoch.patch: Update patch to cover for the user guide.
* gnu: Add fcitx5-anthy.Dominic Martinez2022-03-10
| | | | | | * gnu/packages/fcitx5.scm (fcitx5-anthy): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: nheko: Update to 0.9.2.raingloom2022-03-10
| | | | | * gnu/packages/messaging.scm (nheko): Update to 0.9.2. [native-inputs]: Add asciidoc.
* gnu: mtxclient: Update to 0.7.0.raingloom2022-03-10
| | | | * gnu/packages/messaging.scm (mtxclient): Update to 0.7.0.
* gnu: coeurl: Update to 0.2.0.raingloom2022-03-10
| | | | * gnu/packages/curl.scm (coeurl): Update to 0.2.0.
* gnu: emacs-debbugs: Update to 0.31.Nicolas Goaziou2022-03-10
| | | | * gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.31.
* gnu: linux-libre: Update to 5.16.13.Leo Famulari2022-03-10
| | | | | | * gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision, linux-libre-pristine-source, linux-libre-source, linux-libre, linux-libre-with-bpf): Use 5.16.
* gnu: cl-reexport: Several fixes.Guillaume Le Vaillant2022-03-10
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-reexport)[source]: Hardcode URL. [inputs]: Use new style. [synopsis, description]: Fix them.
* gnu: cl-assoc-utils: Fix tests.Aurora2022-03-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-assoc-utils)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-locale: Fix tests.Aurora2022-03-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-locale)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-mito: Fix tests.Aurora2022-03-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-mito)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-cookie: Fix tests.Aurora2022-03-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-cookie)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-http-body: Fix tests.Aurora2022-03-10
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-http-body)[native-inputs]: Add trivial-utf-8. [arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-fast-http: Fix tests.Aurora2022-03-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-fast-http)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-smart-buffer: Fix tests.Aurora2022-03-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-smart-buffer)[native-inputs]: Add babel. [arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-xsubseq: Fix tests.Aurora2022-03-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-xsubseq)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-myway: Fix tests.Aurora2022-03-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-myway)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-proc-parse: Fix tests.Aurora2022-03-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-proc-parse)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add r-ensdb-hsapiens-v86.Ricardo Wurmus2022-03-10
| | | | * gnu/packages/bioconductor.scm (r-ensdb-hsapiens-v86): New variable.
* gnu: Add r-ensdb-mmusculus-v79.Ricardo Wurmus2022-03-10
| | | | * gnu/packages/bioconductor.scm (r-ensdb-mmusculus-v79): New variable.
* gnu: gnome-sudoku: Remove input labels.Ludovic Courtès2022-03-10
| | | | * gnu/packages/gnome.scm (gnome-sudoku)[native-inputs]: Remove labels.
* gnu: gnome-sudoku: Add missing dependency on Python.Ludovic Courtès2022-03-10
| | | | * gnu/packages/gnome.scm (gnome-sudoku)[native-inputs]: Add PYTHON.
* gnu: gnome-arcade: Update to 0.240.Ludovic Courtès2022-03-10
| | | | * gnu/packages/emulators.scm (gnome-arcade): Update to 0.240.
* gnu: gthumb: Fix build.Mathieu Othacehe2022-03-10
| | | | * gnu/packages/gnome.scm (gthumb)[native-inputs]: Add python.
* gnu: Add libtree.Artyom V. Poptsov2022-03-09
| | | | | | * gnu/packages/linux.scm (libtree): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add osmium-tool.Nikolay Korotkiy2022-03-09
| | | | | | * gnu/packages/geo.scm (osmium-tool): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libosmium: Update to 2.18.0.Nikolay Korotkiy2022-03-09
| | | | | | * gnu/packages/geo.scm (libosmium): Update to 2.18.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: hurd: Adjust to the transition from "--system" to "gnu.system".Ludovic Courtès2022-03-09
| | | | | | | | This is a followup to 0dc019e19a23fea614be5623360849ab9bc35e74, which inadvertently led the Hurd to fail to boot. * gnu/packages/hurd.scm (hurd)[arguments]: In 'create-runsystem' phase, expect "gnu.system=" instead of "--system=".
* gnu: nyacc@1.00.2: Fix build.Ludovic Courtès2022-03-09
| | | | | | | | | Fixes a regression introduced in f15ca337bec89f238b9b9ced08c2e02c35629a33, whereby adding a dependency on GUILE-BYTESTRUCTURES would cause a build failure of the FFI helper of nyacc@1.00.2. * gnu/packages/mes.scm (nyacc-1.00.2)[propagated-inputs]: New field.
* gnu: slurm: Use gexps and remove input labels.Ludovic Courtès2022-03-09
| | | | | | | | * gnu/packages/parallel.scm (slurm)[source]: Remove trailing #t. [native-inputs]: Remove labels. [arguments]: Rewrite as gexps. Use 'this-package-input' instead of '%build-inputs'. (slurm-20.02)[arguments]: Adjust accordingly.
* gnu: linux-libre 4.9: Update to 4.9.305.Leo Famulari2022-03-09
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.305. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.270.Leo Famulari2022-03-09
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.270. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.233.Leo Famulari2022-03-09
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.233. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.183.Leo Famulari2022-03-09
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.183. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.104.Leo Famulari2022-03-09
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.104. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.15.27.Leo Famulari2022-03-09
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.27. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
* gnu: linux-libre 5.16: Update to 5.16.13.Leo Famulari2022-03-09
| | | | | * gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.13. (linux-libre-5.16-pristine-source): Update hash.
* gnu: python-robotframework-sshlibrary: Normalize doc location.Maxim Cournoyer2022-03-09
| | | | | | * gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): [phases]{build-and-install-doc}: Install HTML documentation to the share/doc subdirectory of the 'doc' output.
* gnu: python-robotframework: Fully build the documentation.Maxim Cournoyer2022-03-09
| | | | | | | | | | * gnu/packages/patches/python-robotframework-ug2html.patch: New patch. * gnu/local.mk: Register it. * gnu/packages/python-xyz.scm (python-robotframework): Apply patch. [modules]: New argument. [phases]{build-and-install-doc}: Modify to build the full HTML documentation, including the user guide. [native-inputs]: Add python-pygments.
* gnu: Add python-trio-websocket.Maxim Cournoyer2022-03-09
| | | | * gnu/packages/python-xyz.scm (python-trio-websocket): New variable.
* gnu: python-jedi: Remove optional test dependency on python-django-2.2.Maxim Cournoyer2022-03-09
| | | | | | | | This avoids a dependency cycle between python-selenium (4.1.0) and python-pytest-trio. * gnu/packages/python-xyz.scm (python-jedi)[native-inputs]: Remove python-django-2.2.