Commit graph

111665 commits

Author SHA1 Message Date
Maxim Cournoyer 774a6fb12c
gnu: audacity: Update to 3.3.0-beta-1.
* gnu/packages/audio.scm (audacity): Update to 3.3.0-beta-1.
[source]: Delete trailing #t in snippet.
[arguments]: Update fix-cmake-rpath phase.

Reported-by: tschilptschilp23 on #guix.
2023-04-17 20:53:23 -04:00
TakeV 84bd7cf918
gnu: remmina: Update to 1.4.29.
* gnu/packages/vnc.scm (remmina): Update to 1.4.29.
[inputs]: Add PYTHON-MINIMAL-WRAPPER.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-04-17 23:50:43 +02:00
Bruno Victal 92d49c8cd8
gnu: usbutils: Use G-Expressions.
* gnu/packages/linux.scm (usbutils): Use G-Expressions.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-04-17 23:50:42 +02:00
mikadoZero a718f5f55b
gnu: usbutils: Make package description different from synopsis.
* gnu/packages/linux.scm (usbutils)[description]:  Change package description.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-04-17 23:50:42 +02:00
Saku Laesvuori 697647105d
gnu: Add kitsas.
* gnu/packages/finance.scm (kitsas): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-04-17 23:50:42 +02:00
Ludovic Courtès 166a3e3fde
ssh: Silence remote daemon messages when sending store items.
Fixes <https://issues.guix.gnu.org/61839>.

Previously, when running 'guix-daemon --debug' on the remote machine,
lots of debugging outputs would be printed to stderr; since the client
wouldn't read it, we could eventually reach a deadlock where the 'guix
repl' process would be stuck writing to stderr while the client is
stuck waiting on its stdout.

* guix/ssh.scm (store-import-channel)[import]: Parameterize
'current-build-output-port'.
2023-04-17 23:50:42 +02:00
Ludovic Courtès 8136c1578e
substitute: Download nar from another server upon ETIMEDOUT.
Previously, 'guix substitute' would fail abruptly with something like:

  guix substitute: warning: while fetching https://ci.guix.gnu.org/nar/lzip/…-example: server is somewhat slow
  guix substitute: warning: try `--no-substitutes' if the problem persists
  guix substitute: error: connect*: Connection timed out
  substitution of /gnu/store/…-example failed

* guix/scripts/substitute.scm (network-error?): Add ETIMEDOUT.
2023-04-17 23:50:42 +02:00
Ludovic Courtès 57e731c358
services: agetty: 'term-console' succeeds by default.
Previously, on a typical setup without "console=ttyS0" or similar in
'kernel-arguments', the 'term-console' Shepherd service would always be
marked as failing to start.  This is undesirable because it raises a
false alarm: the service is expected to do nothing in this case.

This patch instead marks it as succeeding and logs a message explaining
it's doing nothing.

* gnu/services/base.scm (agetty-shepherd-service): In 'start' method,
succeed when TTY is #f and print a message.
2023-04-17 23:50:41 +02:00
Ludovic Courtès 9fad6067d9
environment: Really auto-load (guix scripts pack).
Fixes a performance regression on cache hits introduced in
b31ea797ed, whereby (guix scripts pack)
would be loaded eagerly during startup, leading hundreds of (gnu
packages *) modules to be loaded.

Fixes <https://issues.guix.gnu.org/62899>.

* guix/scripts/environment.scm: Autoload (gnu build install).
(%options): Add indirection when calling 'symlink-spec-option-parser' so
that (guix scripts pack) is auto-loaded only when needed.
2023-04-17 23:50:41 +02:00
Nicolas Goaziou 63500cbbee
gnu: Add converseen.
* gnu/packages/image.scm (converseen): New variable.
* gnu/packages/patches/converseen-hide-non-free-pointers.patch:
* gnu/packages/patches/converseen-hide-updates-checks.patch: New files.
* gnu/local.mk: Register files above.
2023-04-17 23:36:55 +02:00
Guillaume Le Vaillant 50dd91bc30
gnu: gqrx: Update to 2.15.10.
* gnu/packages/radio.scm (gqrx): Update to 2.15.10.
2023-04-17 17:35:50 +02:00
Sharlatan Hellseher d3ce883304
gnu: wfview: Update to 1.62.
* gnu/packages/radio.scm (wfview): Update to 1.62.
  Use Gexp, shift order of components.
  [inputs]: Add hidapi, qtgamepad.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-04-17 17:19:29 +02:00
Christopher Baines 00b5c37e34
gnu: guix-build-coordinator: Update to 0-78.2efcd8b.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-78.2efcd8b.
2023-04-17 15:56:59 +01:00
Christopher Baines e5c33837cb
self: Restructure accessing packages.
Both for consistency (always use specification->package as defined in this
module) and so that all the packages that are used can be accessed (which
comes in useful when applying grafts).

* guix/self.scm (%packages): New variable.
(specification->package): Use %packages.
(locale-data, translate-texi-manuals, info-manual, guix-command,
compiled-guix): Use specification->package.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-17 15:39:42 +01:00
Christopher Baines 095754ea88
packages: Export guile-for-grafts.
So this can be used in (guix self).

* guix/packages.scm (guile-for-grafts): Export.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-17 15:39:40 +01:00
Nicolas Goaziou 2d06dfc050
gnu: emacs-wordgen: Fix build on 32-bit platforms.
* gnu/packages/emacs-xyz.scm (emacs-wordgen)[arguments]<#:emacs>: Use
EMACS-WIDE-INT on 32-bit platforms.
2023-04-17 13:30:10 +02:00
Lars-Dominik Braun 89acc4d5c6
gnu: r-mixedpower: Update to b2b87068.
* gnu/packages/statistics.scm (r-mixedpower): Update to commit
b2b87068546327d8f592d141e5482e0478c1b2ee, remove patch.
* gnu/packages/patches/r-mixedpower-r2power.patch: Remove file.
* gnu/local.mk: Unregister it.
2023-04-17 11:55:30 +02:00
Kyle Andrews a117510a8c
gnu: Add r-littler.
* gnu/packages/cran.scm (r-littler): New variable.
2023-04-17 11:35:29 +02:00
Navid Afkhami b95cd3f969
gnu: Add r-demuxmix.
* gnu/packages/bioinformatics.scm (r-demuxmix): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-04-17 11:16:30 +02:00
Navid Afkhami 2b2068a083
gnu: Add r-demultiplex2.
* gnu/packages/bioinformatics.scm (r-demultiplex2): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-04-17 11:14:30 +02:00
Ricardo Wurmus 83fb491e44
gnu: r-simr: Update to 1.0.7.
* gnu/packages/statistics.scm (r-simr): Update to 1.0.7.
2023-04-17 11:11:17 +02:00
Ricardo Wurmus eee0b6075a
gnu: r-quantreg: Update to 5.95.
* gnu/packages/statistics.scm (r-quantreg): Update to 5.95.
2023-04-17 11:11:17 +02:00
Ricardo Wurmus 8159838e81
gnu: r-deoptimr: Update to 1.0-12.
* gnu/packages/statistics.scm (r-deoptimr): Update to 1.0-12.
2023-04-17 11:11:17 +02:00
Ricardo Wurmus 303acb3a0b
gnu: r-segmented: Update to 1.6-4.
* gnu/packages/statistics.scm (r-segmented): Update to 1.6-4.
2023-04-17 11:11:17 +02:00
Ricardo Wurmus 7e80f058ca
gnu: r-git2r: Update to 0.32.0.
* gnu/packages/statistics.scm (r-git2r): Update to 0.32.0.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 5507db7ee0
gnu: r-markdown: Update to 1.6.
* gnu/packages/statistics.scm (r-markdown): Update to 1.6.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus ca6f22f63b
gnu: r-stars: Update to 0.6-1.
* gnu/packages/cran.scm (r-stars): Update to 0.6-1.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 68355cf37b
gnu: r-seqminer: Update to 8.9.
* gnu/packages/cran.scm (r-seqminer): Update to 8.9.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 853fd0f2c3
gnu: r-parsnip: Update to 1.1.0.
* gnu/packages/cran.scm (r-parsnip): Update to 1.1.0.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 648f92a434
gnu: r-workflowsets: Update to 1.0.1.
* gnu/packages/cran.scm (r-workflowsets): Update to 1.0.1.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus d2d6ea993e
gnu: r-tune: Update to 1.1.1.
* gnu/packages/cran.scm (r-tune): Update to 1.1.1.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus d495c46698
gnu: r-igraph: Update to 1.4.2.
* gnu/packages/cran.scm (r-igraph): Update to 1.4.2.
[propagated-inputs]: Add r-cpp11.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 075a045b41
gnu: r-confintr: Update to 1.0.0.
* gnu/packages/cran.scm (r-confintr): Update to 1.0.0.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 679c78ed51
gnu: r-spatstat-linnet: Update to 3.1-0.
* gnu/packages/cran.scm (r-spatstat-linnet): Update to 3.1-0.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 3113ee8bba
gnu: r-rstanarm: Update to 2.21.4.
* gnu/packages/cran.scm (r-rstanarm): Update to 2.21.4.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus d8e3aa95a0
gnu: r-quanteda: Update to 3.3.0.
* gnu/packages/cran.scm (r-quanteda): Update to 3.3.0.
[propagated-inputs]: Add r-jsonlite.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 374639c34a
gnu: r-qqconf: Update to 1.3.2.
* gnu/packages/cran.scm (r-qqconf): Update to 1.3.2.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 6655a2af0f
gnu: r-terra: Update to 1.7-23.
* gnu/packages/cran.scm (r-terra): Update to 1.7-23.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus b039d0a7c4
gnu: r-enrichr: Update to 3.2.
* gnu/packages/cran.scm (r-enrichr): Update to 3.2.
[propagated-inputs]: Add r-writexls.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 776154da00
gnu: r-scs: Update to 3.2.4.
* gnu/packages/cran.scm (r-scs): Update to 3.2.4.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 185bb03286
gnu: r-rms: Update to 6.6-0.
* gnu/packages/cran.scm (r-rms): Update to 6.6-0.
[propagated-inputs]: Remove r-lattice; add r-kableextra and r-knitr.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus b9d6b88a33
gnu: r-compositions: Update to 2.0-6.
* gnu/packages/cran.scm (r-compositions): Update to 2.0-6.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 39d2ed401f
gnu: r-gargle: Update to 1.4.0.
* gnu/packages/cran.scm (r-gargle): Update to 1.4.0.
[propagated-inputs]: Remove r-rstudioapi.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 51ae3aabee
gnu: r-performance: Update to 0.10.3.
* gnu/packages/cran.scm (r-performance): Update to 0.10.3.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 726b352cec
gnu: r-bayestestr: Update to 0.13.1.
* gnu/packages/cran.scm (r-bayestestr): Update to 0.13.1.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 2a1de6dc13
gnu: r-multcompview: Update to 0.1-9.
* gnu/packages/cran.scm (r-multcompview): Update to 0.1-9.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 367ea059e9
gnu: r-ggformula: Update to 0.10.4.
* gnu/packages/cran.scm (r-ggformula): Update to 0.10.4.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus b0d707eda6
gnu: r-labelled: Update to 2.11.0.
* gnu/packages/cran.scm (r-labelled): Update to 2.11.0.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus f31eb37d5b
gnu: r-renv: Update to 0.17.3.
* gnu/packages/cran.scm (r-renv): Update to 0.17.3.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus d9cef2c152
gnu: r-quantmod: Update to 0.4.22.
* gnu/packages/cran.scm (r-quantmod): Update to 0.4.22.
[propagated-inputs]: Add r-jsonlite.
2023-04-17 11:11:16 +02:00