Commit graph

91091 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 0148fe6439
gnu: electron-cash: Update to 4.2.6.
* gnu/packages/finance.scm (electron-cash): Update to 4.2.6.
2022-01-10 00:32:35 +01:00
Tobias Geerinckx-Rice 2717f180c4
gnu: libportal: Remove input labels.
* gnu/packages/freedesktop.scm (libportal)[native-inputs]:
Remove input labels.
2022-01-10 00:32:35 +01:00
Tobias Geerinckx-Rice 294476022f
gnu: libportal: Update to 0.5.
* gnu/packages/freedesktop.scm (libportal): Update to 0.5.
[arguments]: Add #:configure-flags to limit dependency creep.
Remove 'move-doc phase.
[native-inputs]: Remove gtk-doc.  Add gobject-introspection and vala.
[inputs]: Add gtk, gtk+, qtbase-5, and qtx11extras.
[outputs]: Remove :out.
2022-01-10 00:32:34 +01:00
Peter Polidoro e2d8125a5c
gnu: kicad: Update to 5.1.12.
* gnu/packages/engineering.scm (kicad): Update to 5.1.12.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-09 23:17:17 +01:00
Ludovic Courtès c1db66fa0a
import: go: Correctly report diagnostics upon version mismatch.
* guix/import/go.scm (strip-v-prefix, ensure-v-prefix)
(validate-version): New procedures.
(go-module->guix-package): Use 'validate-version' when defining
'version*'.  Remove 'else' clause in SRFI-34 guard.
2022-01-09 23:17:17 +01:00
Ludovic Courtès d1e3c96759
scripts: import: go: Wrap body in 'with-error-handling'.
This ensures proper error reporting and an exception reaches the top
level.

* guix/scripts/import/go.scm (guix-import-go): Wrap body in
'with-error-handling'.
2022-01-09 23:17:17 +01:00
Lu Hui 04f18d6577
gnu: Add go-github-com-dreamacro-go-shadowsocks2
* gnu/packages/golang.scm (go-github-com-dreamacro-go-shadowsocks2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-09 23:17:17 +01:00
Ludovic Courtès 7f20e59a13
machine: ssh: Open a single SSH session per machine.
Previously, any call to 'managed-host-remote-eval' and similar would
open a new SSH session to the host.  With this change, an SSH session is
opened once, cached, and then reused by all subsequent calls to
'machine-ssh-session'.

* gnu/machine/ssh.scm (<machine-ssh-configuration>): Add
'this-machine-ssh-configuration'.
[session]: Mark as thunked and change default value to an
'open-machine-ssh-session*' call.
(open-machine-ssh-session, open-machine-ssh-session*): New procedures.
(machine-ssh-session): Replace inline code by call to
'open-machine-ssh-session'.
2022-01-09 23:17:17 +01:00
Leo Famulari 1684ed6537
gnu: Remove leftover patches for Blender 2.79.
This is a followup to commit 23da063ea3.

* gnu/packages/patches/blender-2.79-gcc8.patch,
gnu/packages/patches/blender-2.79-gcc9.patch,
gnu/packages/patches/blender-2.79-newer-ffmpeg.patch,
gnu/packages/patches/blender-2.79-oiio2.patch,
gnu/packages/patches/blender-2.79-python-3.7-fix.patch,
gnu/packages/patches/blender-2.79-python-3.8-fix.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2022-01-09 16:35:20 -05:00
Leo Famulari 23da063ea3
gnu: Remove blender-2.79.
This package has not built successfully in a while.

* gnu/packages/graphics.scm (blender-2.79): Remove variable.
2022-01-09 16:32:14 -05:00
Efraim Flashner 531d986e01
gnu: go-github-com-stretchr-testify: Update to 1.7.0.
* gnu/packages/golang.scm (go-github-com-stretchr-testify): Update to 1.7.0.
[propagated-inputs]: Replace go-gopkg-in-yaml-v2 with
go-gopkg-in-yaml-v3.
(go-github-com-stretchr-testify-bootstrap)[propagated-inputs]: Add
go-gopkg-in-yaml-v2.
(go-github-com-stretchr-objx)[native-inputs]: Remove go-gopkg-in-yaml-v2.
2022-01-09 22:34:54 +02:00
Mathieu Othacehe ee1f63acc5
gnu: cuirass: Use guile-squee.
* gnu/packages/ci.scm (guile-squee-dev): Remove it.
(cuirass)[inputs]: Switch to guile-squee.
2022-01-09 20:40:10 +01:00
Mathieu Othacehe ed191f3bef
gnu: guile-squee: Update to 0-3.a151fd0.
* gnu/packages/guile-xyz.scm (guile-squee): Update to 0-3.a151fd0.
[arguments]: Use search-input-file and remove a trailing #t.
2022-01-09 20:39:14 +01:00
Mathieu Othacehe c9f9e78dc0
gnu: cuirass: Update to 1.1.0-9.95c29ab.
* gnu/packages/ci.scm (cuirass): Update to 1.1.0-9.95c29ab.
2022-01-09 18:55:25 +01:00
Mathieu Othacehe 9fd4f4b09c
gnu: cuirass: Remove trailing #t.
* gnu/packages/ci.scm (cuirass): Remove them.
2022-01-09 18:04:56 +01:00
Mathieu Othacehe f76d07f027
gnu: cuirass: Update to 1.1.0-8.d81d994.
* gnu/packages/ci.scm (cuirass): Update to 1.1.0-8.d81d994.
2022-01-09 18:04:03 +01:00
Nicolas Goaziou 4255e2cf17
gnu: bat: Update to 0.19.0.
* gnu/packages/rust-apps.scm (bat): Update to 0.19.0.
2022-01-09 16:53:33 +01:00
Nicolas Goaziou c642293d74
gnu: rust-clap-2: Update to 2.34.0.
* gnu/packages/crates-io.scm (rust-clap-2): Update to 2.34.0.
2022-01-09 16:53:33 +01:00
Nicolas Goaziou 2569d831c1
gnu: Add rust-console-0.15.
* gnu/packages/crates-io.scm (rust-console-0.15): New variable.
(rust-console-0.14): Inherit from above.
2022-01-09 16:53:33 +01:00
Nicolas Goaziou 4fd2439065
gnu: rust-syntect: Update to 4.6.0.
* gnu/packages/crates-io.scm (rust-syntect): Update to 4.6.0.
2022-01-09 16:53:32 +01:00
Nicolas Goaziou b5c90d0224
gnu: rust-once-cell-1: Update to 1.9.0.
* gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.9.0.
2022-01-09 16:53:32 +01:00
Nicolas Goaziou dfbc4e837b
gnu: Add rust-fancy-regex-0.7.
* gnu/packages/crates-io.scm (rust-fancy-regex-0.7): New variable.
(rust-fancy-regex-0.3): Inherit from above.
2022-01-09 16:53:32 +01:00
Nicolas Goaziou 7b126417a9
gnu: Add rust-assert-cmd-2.
* gnu/packages/crates-io.scm (rust-assert-cmd-2): New variable.
(rust-assert-cmd-1): Inherit from above.
2022-01-09 16:53:32 +01:00
Nicolas Goaziou 7edd00f192
gnu: Add rust-concolor-control-0.0.7.
* gnu/packages/crates-io.scm (rust-concolor-control-0.0.7): New variable.
2022-01-09 16:53:31 +01:00
Nicolas Goaziou 56ee77ec36
gnu: Add rust-concolor-query-0.0.4.
* gnu/packages/crates-io.scm (rust-concolor-query-0.0.4): New variable.
2022-01-09 16:53:31 +01:00
Nicolas Goaziou d681f88640
gnu: Add rust-nix-0.23.
* gnu/packages/crates-io.scm (rust-nix-0.23): New variable.
(rust-nix-0.22): Inherit from above.
2022-01-09 16:53:31 +01:00
Nicolas Goaziou 79e8791af9
gnu: rust-predicates-2: Update to 2.1.0.
* gnu/packages/crates-io.scm (rust-predicates-2): Update to 2.1.0.
2022-01-09 16:53:30 +01:00
Nicolas Goaziou 1584d33359
gnu: Add rust-float-cmp-0.9.
* gnu/packages/crates-io.scm (rust-float-cmp-0.9): New variable.
(rust-float-cmp-0.8): Inherit from above.
2022-01-09 16:53:30 +01:00
Nicolas Goaziou b40b6b0909
gnu: Add rust-bat-0.18.
* gnu/packages/crates-io.scm (rust-bat-0.18): New variable.
* gnu/packages/shells.scm (rust-nu-plugin-textview-0.42)[arguments]<#:cargo-inputs>:
Use rust-bat-0.18 instead of bat.
2022-01-09 16:53:29 +01:00
Marius Bakke f3d4b1ffd7
gnu: accessibility: Simplify inputs.
* gnu/packages/accessibility.scm (libbraille, brltty, xmagnify): Remove input
labels.
2022-01-09 14:49:16 +01:00
Marius Bakke 061d292faa
gnu: brltty: Update to 6.4.
* gnu/packages/accessibility.scm (brltty): Update to 6.4.
[arguments]: Remove obsolete configure flag and trailing #t.
2022-01-09 14:49:16 +01:00
Marius Bakke 977fbe9be3
gnu: brltty: Disable parallel build.
* gnu/packages/accessibility.scm (brltty)[arguments]: Add #:parallel-build?.
2022-01-09 14:49:16 +01:00
Marius Bakke 8993d96636
gnu: zig: Build with LLD 12.
This fixes a regression introduced in a05e573d60
as the LLD version must match the LLVM version.

* gnu/packages/llvm.scm (lld-12): New variable.
* gnu/packages/zig.scm (zig)[inputs]: Change from LLD to LLD-12.
2022-01-09 14:49:15 +01:00
Efraim Flashner 796bb42c11
gnu: xxd: Rewrite with gexps.
* gnu/packages/vim.scm (xxd)[arguments]: Rewrite with gexps.
2022-01-09 14:29:35 +02:00
Efraim Flashner b168c9f441
gnu: vim: Remove unneeded make-flag.
Upstream reports this fixed with 8.2.3406.

* gnu/packages/vim.scm (vim)[arguments]: Remove make-flags.
(vim-full)[arguments]: Adjust accordingly.
2022-01-09 14:29:35 +02:00
Efraim Flashner ba17cf41e8
gnu: vim: Update to 8.2.3995.
* gnu/packages/vim.scm (vim): Update to 8.2.3995.
[arguments]: Remove trailing #t from phases.
(vim-full): Remove comment about package reliably building.
2022-01-09 14:29:31 +02:00
Christopher Baines c1529ebceb
gnu: guix-data-service: Update to 0.0.1-28.f1d8d76.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-28.f1d8d76.
[native-inputs]: Adapt style.
2022-01-09 10:59:20 +00:00
Julien Lepiller 934b0cdfee
nls: Update translations.
* po/doc/guix-cookbook.fi.po: New file.
* po/doc/guix-manual.fi.po: New file.
* po/doc/local.mk: Add them.
* doc/local.mk: Add them.
* po/guix/fi.po: New file.
* po/guix/LINGUAS: Add it.
2022-01-09 11:35:59 +01:00
Julien Lepiller 3e8e6ebf00
gnu: ocaml: Update to 4.13.
* gnu/packages/ocaml.scm (ocaml-4.13): New variable.
(ocaml-4.11): Remove variable.
(ocaml-dot-merlin-reader): Update to 4.4-413.
(js-of-ocaml): Update to 3.11.0.
2022-01-09 10:34:52 +01:00
Julien Lepiller 2ac1441015
gnu: ocaml-migrate-parstree-1: Only build ocaml4.07 variant.
* gnu/packages/ocaml.scm (ocaml-migrate-parsetree-1): Rename to...
(ocaml4.07-migrate-parsetree): ...this.  Use package-with-ocaml4.07.
2022-01-09 10:34:50 +01:00
Julien Lepiller 92c63bc491
gnu: ocaml-ppx-tools-versioned: Only build ocaml-4.07 variant.
* gnu/packages/ocaml.scm (ocaml-ppx-tools-versioned): Rename to...
(ocaml4.07-ppx-tools-versioned): ...this.  Use package-with-ocaml4.07.
[arguments]: Use ocaml-4.07.
2022-01-09 10:34:38 +01:00
Liliana Marie Prikler 9d613c36de
gnu: node-mersenne: Fix typo in description.
* gnu/packages/node-xyz.scm (node-mersenne)[description]: Use “this” rather
than “thix”.
2022-01-09 02:07:18 +01:00
Philip McGrath d94608bc13
gnu: Add node-serialport.
* gnu/packages/node-xyz.scm (node-serialport): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:18 +01:00
Philip McGrath 84e811ca0f
gnu: Add node-serialport-stream.
* gnu/packages/node-xyz.scm (node-serialport-stream): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:18 +01:00
Philip McGrath 8ff1e9adc2
gnu: Add node-serialport-parser-byte-length.
* gnu/packages/node-xyz.scm (node-serialport-parser-byte-length): New
variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:18 +01:00
Philip McGrath 5a621e83d8
gnu: Add node-serialport-parser-cctalk.
* gnu/packages/node-xyz.scm (node-serialport-parser-cctalk): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:17 +01:00
Philip McGrath b27a772827
gnu: Add node-serialport-parser-inter-byte-timeout.
* gnu/packages/node-xyz.scm
(node-serialport-parser-inter-byte-timeout): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:17 +01:00
Philip McGrath 9604015267
gnu: Add node-serialport-parser-ready.
* gnu/packages/node-xyz.scm (node-serialport-parser-ready): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:17 +01:00
Philip McGrath e680c56d10
gnu: Add node-serialport-parser-regex.
* gnu/packages/node-xyz.scm (node-serialport-parser-regex): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:17 +01:00
Philip McGrath d85b3b59a6
gnu: Add node-serialport-bindings.
* gnu/packages/node-xyz.scm (node-serialport-bindings): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:17 +01:00