jackhill/guix/guix.git
15 months agooffload: Increase initial SSH connection timeout.
Maxim Cournoyer [Sat, 25 Feb 2023 02:24:52 +0000 (21:24 -0500)]
offload: Increase initial SSH connection timeout.

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

* guix/scripts/offload.scm (open-ssh-session): Increase connection timeout
from 10 s to 30 s.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
15 months agognu: Add python-spherical-geometry.
Sharlatan Hellseher [Mon, 23 May 2022 22:44:58 +0000 (23:44 +0100)]
gnu: Add python-spherical-geometry.

* gnu/packages/astronomy.scm (python-spherical-geometry): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
15 months agognu: Add postmarketos-theme.
conses [Mon, 20 Feb 2023 19:58:46 +0000 (20:58 +0100)]
gnu: Add postmarketos-theme.

* gnu/packages/gnome-xyz.scm (postmarketos-theme): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
15 months agoservices: console-font, kmscon: Refer to native 'font-gnu-unifont' builds.
Ludovic Courtès [Fri, 24 Feb 2023 22:41:05 +0000 (23:41 +0100)]
services: console-font, kmscon: Refer to native 'font-gnu-unifont' builds.

Fixes a regression introduce in 01334a61c7541d8ae29c5252e2e5b3ed7a59c552
that would prevent system cross-compilation (with "guix system image
--target=...") due to 'font-gnu-unifont' depending on 'perl-gd', which
currently cannot be cross-compiled.

* gnu/services/base.scm (%default-console-font, kmscon-service-type):
Refer to 'font-gnu-unifont' with 'ungexp-native'.

15 months agognu: guix-icons: Never cross-compile.
Ludovic Courtès [Fri, 24 Feb 2023 22:24:36 +0000 (23:24 +0100)]
gnu: guix-icons: Never cross-compile.

* gnu/packages/package-management.scm (guix-icons)[arguments]:
Add #:target #f.

15 months agognu: python-paste: Update to 3.5.2.
Jake Leporte [Mon, 20 Feb 2023 16:13:06 +0000 (10:13 -0600)]
gnu: python-paste: Update to 3.5.2.

* gnu/packages/python-web.scm (python-paste): Update to 3.5.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
15 months agognu: libgc: Define properties for the 'generic-html' updater.
Ludovic Courtès [Fri, 24 Feb 2023 16:06:12 +0000 (17:06 +0100)]
gnu: libgc: Define properties for the 'generic-html' updater.

* gnu/packages/bdw-gc.scm (libgc)[source]: Add second URL.
[properties]: New field.

15 months agognu: goffice@0.8: Remove input labels.
Ludovic Courtès [Fri, 24 Feb 2023 14:07:56 +0000 (15:07 +0100)]
gnu: goffice@0.8: Remove input labels.

* gnu/packages/gnome.scm (goffice-0.8)[inputs]: Remove label, use
'modify-inputs'.

15 months agognu: perl-gd: Use gexps.
Ludovic Courtès [Fri, 24 Feb 2023 13:53:56 +0000 (14:53 +0100)]
gnu: perl-gd: Use gexps.

This helps cross-compilation: in that case, '%build-inputs' was unbound.

* gnu/packages/gd.scm (perl-gd)[arguments]: Rewrite using gexps.

15 months agognu: perl-gd: Remove input labels.
Ludovic Courtès [Fri, 24 Feb 2023 13:43:07 +0000 (14:43 +0100)]
gnu: perl-gd: Remove input labels.

* gnu/packages/gd.scm (perl-gd)[inputs]: Remove labels.

15 months agognu: binutils-gold: Remove input label.
Ludovic Courtès [Thu, 23 Feb 2023 22:03:28 +0000 (23:03 +0100)]
gnu: binutils-gold: Remove input label.

* gnu/packages/base.scm (binutils-gold)[native-inputs]: Remove label.

15 months agognu: python: Remove input labels.
Ludovic Courtès [Thu, 23 Feb 2023 21:12:59 +0000 (22:12 +0100)]
gnu: python: Remove input labels.

* gnu/packages/python.scm (python-3.9)[native-inputs]: Remove labels.
(python2-minimal)[inputs]: Likewise.
(python-minimal)[inputs]: Likewise.

15 months agognu: u-boot-rock64-rk3328: Fix typo that causes boot failure.
Simon South [Fri, 24 Feb 2023 20:08:09 +0000 (15:08 -0500)]
gnu: u-boot-rock64-rk3328: Fix typo that causes boot failure.

* gnu/packages/bootloaders.scm (u-boot-rock64-rk3328)[arguments]: Fix typo.

Signed-off-by: Leo Famulari <leo@famulari.name>
15 months agognu: qpdfview: Use new package style.
Timotej Lazar [Fri, 24 Feb 2023 16:35:04 +0000 (17:35 +0100)]
gnu: qpdfview: Use new package style.

* gnu/packages/pdf.scm (qpdfview)[arguments]: Use gexps.

Signed-off-by: Leo Famulari <leo@famulari.name>
15 months agognu: qpdfview: Update to 0.5.0.
Timotej Lazar [Fri, 24 Feb 2023 16:35:02 +0000 (17:35 +0100)]
gnu: qpdfview: Update to 0.5.0.

* gnu/packages/pdf.scm (qpdfview): Update to 0.5.0.
* gnu/packages/patches/qpdfview-qt515-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Signed-off-by: Leo Famulari <leo@famulari.name>
15 months agoRevert "gnu: cl-mcclim: Enable Freetype renderer."
Guillaume Le Vaillant [Fri, 24 Feb 2023 16:19:40 +0000 (17:19 +0100)]
Revert "gnu: cl-mcclim: Enable Freetype renderer."

This reverts commit 67e4596781e11cd93b1fc6708484b6468388a18a.
This will need more work to work properly.

15 months agognu: cl-mcclim: Enable Freetype renderer.
Guillaume Le Vaillant [Fri, 24 Feb 2023 14:40:04 +0000 (15:40 +0100)]
gnu: cl-mcclim: Enable Freetype renderer.

* gnu/packages/lisp-xyz.scm (sbcl-mcclim)[arguments]: Add
  'enable-freetype-renderer' phase.

15 months agognu: cl-mcclim: Update to 0.9.7-3.ece91cf.
Guillaume Le Vaillant [Fri, 24 Feb 2023 13:38:48 +0000 (14:38 +0100)]
gnu: cl-mcclim: Update to 0.9.7-3.ece91cf.

* gnu/packages/lisp-xyz.scm (sbcl-mcclim): Update to 0.9.7-3.ece91cf.
  [inputs]: Add cl-base64 and cl-who.
  [arguments]: Remove 'fix-build' phase.

15 months agognu: cl-zpb-ttf: Update to 1.0.6.
Guillaume Le Vaillant [Fri, 24 Feb 2023 13:14:47 +0000 (14:14 +0100)]
gnu: cl-zpb-ttf: Update to 1.0.6.

* gnu/packages/lisp-xyz.scm (sbcl-zpb-ttf): Update to 1.0.6.

15 months agognu: cl-slime-swank: Update to 2.28.
Guillaume Le Vaillant [Fri, 24 Feb 2023 13:11:11 +0000 (14:11 +0100)]
gnu: cl-slime-swank: Update to 2.28.

* gnu/packages/lisp-xyz.scm (sbcl-slime-swank): Update to 2.28.

15 months agognu: cl-log4cl: Update to 1.1.4-1.75c4184.
Guillaume Le Vaillant [Fri, 24 Feb 2023 13:04:51 +0000 (14:04 +0100)]
gnu: cl-log4cl: Update to 1.1.4-1.75c4184.

* gnu/packages/lisp-xyz.scm (sbcl-log4cl): Update to 1.1.4-1.75c4184.

15 months agognu: cl-clx: Update to 0.7.5-1.3840045.
Guillaume Le Vaillant [Fri, 24 Feb 2023 12:58:16 +0000 (13:58 +0100)]
gnu: cl-clx: Update to 0.7.5-1.3840045.

* gnu/packages/lisp-xyz.scm (sbcl-clx): Update to 0.7.5-1.3840045.
  [native-inputs]: Add xorg-server-for-tests.
  [arguments]: Add 'prepare-test-environment' phase.

15 months agognu: cl-pdf: Update to 2.0.0-3.ee904a1.
Guillaume Le Vaillant [Fri, 24 Feb 2023 12:44:54 +0000 (13:44 +0100)]
gnu: cl-pdf: Update to 2.0.0-3.ee904a1.

* gnu/packages/lisp-xyz.scm (sbcl-cl-pdf): Update to 2.0.0-3.ee904a1.

15 months agognu: cl-freetype2: Update to 1.1-1.8bcb232.
Guillaume Le Vaillant [Fri, 24 Feb 2023 12:39:22 +0000 (13:39 +0100)]
gnu: cl-freetype2: Update to 1.1-1.8bcb232.

* gnu/packages/lisp-xyz.scm (sbcl-cl-freetype2): Update to 1.1-1.8bcb232.
  [inputs]: Remove labels.

15 months agognu: cl-djula: Update to 0.2.0-2.6f14259.
Guillaume Le Vaillant [Fri, 24 Feb 2023 12:30:18 +0000 (13:30 +0100)]
gnu: cl-djula: Update to 0.2.0-2.6f14259.

* gnu/packages/lisp-xyz.scm (sbcl-djula): Update to 0.2.0-2.6f14259.

15 months agognu: cl-collectors: Update to 1.0-1.748f0a1.
Guillaume Le Vaillant [Fri, 24 Feb 2023 12:23:33 +0000 (13:23 +0100)]
gnu: cl-collectors: Update to 1.0-1.748f0a1.

* gnu/packages/lisp-xyz.scm (sbcl-collectors): Update to 1.0-1.748f0a1.

15 months agognu: cl-introspect-environment: Update to 0.1-2.8fb20a1.
Guillaume Le Vaillant [Fri, 24 Feb 2023 12:16:30 +0000 (13:16 +0100)]
gnu: cl-introspect-environment: Update to 0.1-2.8fb20a1.

* gnu/packages/lisp-xyz.scm (sbcl-introspect-environment): Update to
  0.1-2.8fb20a1.

15 months agognu: cl-trivial-utf-8: Update to 0.0.0-2.6ca9943.
Guillaume Le Vaillant [Fri, 24 Feb 2023 10:46:12 +0000 (11:46 +0100)]
gnu: cl-trivial-utf-8: Update to 0.0.0-2.6ca9943.

* gnu/packages/lisp-xyz.scm (sbcl-trivial-utf-8): Update to 0.0.0-2.6ca9943.

15 months agognu: cl-fast-io: Update to 1.0.0-3.a4c5ad6.
Guillaume Le Vaillant [Fri, 24 Feb 2023 10:39:57 +0000 (11:39 +0100)]
gnu: cl-fast-io: Update to 1.0.0-3.a4c5ad6.

* gnu/packages/lisp-xyz.scm (sbcl-fast-io): Update to 1.0.0-3.a4c5ad6.
  [arguments]: Enable tests.

15 months agognu: cl-lisp-namespace: Update to 0.1-2.699fccb.
Guillaume Le Vaillant [Fri, 24 Feb 2023 10:32:24 +0000 (11:32 +0100)]
gnu: cl-lisp-namespace: Update to 0.1-2.699fccb.

* gnu/packages/lisp-xyz.scm (sbcl-lisp-namespace): Update to 0.1-2.699fccb.

15 months agognu: cl-let-plus: Update to 0.0.0-2.455e657.
Guillaume Le Vaillant [Fri, 24 Feb 2023 10:19:35 +0000 (11:19 +0100)]
gnu: cl-let-plus: Update to 0.0.0-2.455e657.

* gnu/packages/lisp-xyz.scm (sbcl-let-plus): Update to 0.0.0-2.455e657.

15 months agognu: cl-trivial-indent: Update to 1.0.0-1.f252750.
Guillaume Le Vaillant [Fri, 24 Feb 2023 10:02:22 +0000 (11:02 +0100)]
gnu: cl-trivial-indent: Update to 1.0.0-1.f252750.

* gnu/packages/lisp-xyz.scm (sbcl-trivial-indent): Update to 1.0.0-1.f252750.

15 months agognu: cl-anaphora: Update to 0.9.8.
Guillaume Le Vaillant [Fri, 24 Feb 2023 09:57:01 +0000 (10:57 +0100)]
gnu: cl-anaphora: Update to 0.9.8.

* gnu/packages/lisp-xyz.scm (sbcl-anaphora): Update to 0.9.8.

15 months agognu: cl-local-time: Update to 1.0.6-3.40169fe.
Guillaume Le Vaillant [Fri, 24 Feb 2023 09:53:39 +0000 (10:53 +0100)]
gnu: cl-local-time: Update to 1.0.6-3.40169fe.

* gnu/packages/lisp-xyz.scm (sbcl-local-time): Update to 1.0.6-3.40169fe.

15 months agognu: cl-cl+ssl: Update to 0.0.0-5.1e2ffc9.
Guillaume Le Vaillant [Fri, 24 Feb 2023 09:45:37 +0000 (10:45 +0100)]
gnu: cl-cl+ssl: Update to 0.0.0-5.1e2ffc9.

* gnu/packages/lisp-xyz.scm (sbcl-cl+ssl): Update to 0.0.0-5.1e2ffc9.

15 months agognu: cl-named-readtables: Update to 0.9-4.d5ff162.
Guillaume Le Vaillant [Fri, 24 Feb 2023 09:37:40 +0000 (10:37 +0100)]
gnu: cl-named-readtables: Update to 0.9-4.d5ff162.

* gnu/packages/lisp-xyz.scm (sbcl-named-readtables): Update to 0.9-4.d5ff162.
  [arguments]: Disable tests.

15 months agognu: cl-cffi: Remove input labels.
Guillaume Le Vaillant [Fri, 24 Feb 2023 09:17:55 +0000 (10:17 +0100)]
gnu: cl-cffi: Remove input labels.

* gnu/packages/lisp-xyz.scm (sbcl-cffi)[source]: Fix file name.
  [inputs, native-inputs]: Remove labels.

15 months agognu: cl-usocket: Update to 0.8.5.
Guillaume Le Vaillant [Fri, 24 Feb 2023 09:12:09 +0000 (10:12 +0100)]
gnu: cl-usocket: Update to 0.8.5.

* gnu/packages/lisp-xyz.scm (sbcl-usocket): Update to 0.8.5.

15 months agognu: cl-closer-mop: Update to 1.0.0-3.7b86f2a.
Guillaume Le Vaillant [Fri, 24 Feb 2023 09:05:10 +0000 (10:05 +0100)]
gnu: cl-closer-mop: Update to 1.0.0-3.7b86f2a.

* gnu/packages/lisp-xyz.scm (sbcl-closer-mop): Update to 1.0.0-3.7b86f2a.

15 months agognu: cl-babel: Update to 0.5.0-3.627d6a6.
Guillaume Le Vaillant [Fri, 24 Feb 2023 08:59:03 +0000 (09:59 +0100)]
gnu: cl-babel: Update to 0.5.0-3.627d6a6.

* gnu/packages/lisp-xyz.scm (sbcl-babel): Update to 0.5.0-3.627d6a6.

15 months agoscripts: home: Move ensure-profile-directory to a better place.
Andrew Tropin [Fri, 24 Feb 2023 12:04:33 +0000 (16:04 +0400)]
scripts: home: Move ensure-profile-directory to a better place.

The profile directory is usually created by daemon, when user opens a
connection.  Ideally, we would like to remove ensure-profile-directory call at
all, but daemon doesn't handle case with custom $GUIX_STATE_DIRECTORY yet.
More information in: <https://issues.guix.gnu.org/61717>

* guix/scripts/home.scm (process-action): Move ensure-profile-directory call
to the place, where connection to the daemon is already open.

Reported-by: wolf <wolf@wolfsden.cz>
15 months agognu: Fix texlive-minted build.
Nicolas Goaziou [Fri, 24 Feb 2023 11:09:54 +0000 (12:09 +0100)]
gnu: Fix texlive-minted build.

* gnu/packages/tex.scm (texlive-fancyvrb): New variable.
(texlive-minted): Fix hash.

15 months agognu: emacs-suneater-theme: Update to 2.2.1.
Nicolas Goaziou [Fri, 24 Feb 2023 10:50:10 +0000 (11:50 +0100)]
gnu: emacs-suneater-theme: Update to 2.2.1.

* gnu/packages/emacs-xyz.scm (emacs-suneater-theme): Update to 2.2.1.

15 months agognu: emacs-taxy-magit-section: Update to 0.12.2.
Nicolas Goaziou [Fri, 24 Feb 2023 10:48:40 +0000 (11:48 +0100)]
gnu: emacs-taxy-magit-section: Update to 0.12.2.

* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): Update to 0.12.2.

15 months agognu: Add tofi.
Yovan Naumovski [Mon, 20 Feb 2023 21:35:18 +0000 (23:35 +0200)]
gnu: Add tofi.

* gnu/packages/xdisorg.scm (tofi): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
15 months agognu: Add emacs-display-wttr.
conses [Thu, 23 Feb 2023 12:31:23 +0000 (13:31 +0100)]
gnu: Add emacs-display-wttr.

* gnu/packages/emacs-xyz.scm (emacs-display-wttr): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
15 months agognu: freeciv: Update to 3.0.6.
Yovan Naumovski [Thu, 23 Feb 2023 20:49:33 +0000 (22:49 +0200)]
gnu: freeciv: Update to 3.0.6.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
15 months agognu: r-tximeta: Update to 1.16.1.
Simon Tournier [Mon, 20 Feb 2023 18:54:11 +0000 (19:54 +0100)]
gnu: r-tximeta: Update to 1.16.1.

* gnu/packages/bioconductor.scm (r-tximeta): Update to 1.16.1.

15 months agognu: r-gviz: Update to 1.42.1.
Simon Tournier [Mon, 20 Feb 2023 18:54:10 +0000 (19:54 +0100)]
gnu: r-gviz: Update to 1.42.1.

* gnu/packages/bioconductor.scm (r-gviz): Update to 1.42.1.

15 months agognu: r-scran: Update to 1.26.2.
Simon Tournier [Mon, 20 Feb 2023 18:54:09 +0000 (19:54 +0100)]
gnu: r-scran: Update to 1.26.2.

* gnu/packages/bioconductor.scm (r-scran): Update to 1.26.2.

15 months agognu: r-scuttle: Update to 1.8.4.
Simon Tournier [Mon, 20 Feb 2023 18:54:08 +0000 (19:54 +0100)]
gnu: r-scuttle: Update to 1.8.4.

* gnu/packages/bioconductor.scm (r-scuttle): Update to 1.8.4.

15 months agognu: r-preprocesscore: Update to 1.60.2.
Simon Tournier [Mon, 20 Feb 2023 18:54:07 +0000 (19:54 +0100)]
gnu: r-preprocesscore: Update to 1.60.2.

* gnu/packages/bioconductor.scm (r-preprocesscore): Update to 1.60.2.

15 months agognu: r-variancepartition: Update to 1.28.4.
Simon Tournier [Mon, 20 Feb 2023 18:54:06 +0000 (19:54 +0100)]
gnu: r-variancepartition: Update to 1.28.4.

* gnu/packages/bioconductor.scm (r-variancepartition): Update to 1.28.4.

15 months agognu: r-biocfilecache: Update to 2.6.1.
Simon Tournier [Mon, 20 Feb 2023 18:54:05 +0000 (19:54 +0100)]
gnu: r-biocfilecache: Update to 2.6.1.

* gnu/packages/bioconductor.scm (r-biocfilecache): Update to 2.6.1.

15 months agognu: r-massspecwavelet: Update to 1.64.1.
Simon Tournier [Mon, 20 Feb 2023 18:54:04 +0000 (19:54 +0100)]
gnu: r-massspecwavelet: Update to 1.64.1.

* gnu/packages/bioconductor.scm (r-massspecwavelet): Update to 1.64.1.

15 months agognu: r-lpsymphony: Update to 1.26.3.
Simon Tournier [Mon, 20 Feb 2023 18:54:03 +0000 (19:54 +0100)]
gnu: r-lpsymphony: Update to 1.26.3.

* gnu/packages/bioconductor.scm (r-lpsymphony): Update to 1.26.3.

15 months agognu: r-dnacopy: Update to 1.72.3.
Simon Tournier [Mon, 20 Feb 2023 18:54:02 +0000 (19:54 +0100)]
gnu: r-dnacopy: Update to 1.72.3.

* gnu/packages/bioconductor.scm (r-dnacopy): Update to 1.72.3.

15 months agognu: r-interactionset: Update to 1.26.1.
Simon Tournier [Mon, 20 Feb 2023 18:54:01 +0000 (19:54 +0100)]
gnu: r-interactionset: Update to 1.26.1.

* gnu/packages/bioconductor.scm (r-interactionset): Update to 1.26.1.

15 months agognu: r-oligo: Update to 1.62.2.
Simon Tournier [Mon, 20 Feb 2023 18:54:00 +0000 (19:54 +0100)]
gnu: r-oligo: Update to 1.62.2.

* gnu/packages/bioconductor.scm (r-oligo): Update to 1.62.2.

15 months agognu: r-variantannotation: Update to 1.44.1.
Simon Tournier [Mon, 20 Feb 2023 18:53:59 +0000 (19:53 +0100)]
gnu: r-variantannotation: Update to 1.44.1.

* gnu/packages/bioconductor.scm (r-variantannotation): Update to 1.44.1.

15 months agognu: r-stringdb: Update to 2.10.1.
Simon Tournier [Mon, 20 Feb 2023 18:53:58 +0000 (19:53 +0100)]
gnu: r-stringdb: Update to 2.10.1.

* gnu/packages/bioconductor.scm (r-stringdb): Update to 2.10.1.

15 months agognu: r-limma: Update to 3.54.1.
Simon Tournier [Mon, 20 Feb 2023 18:53:57 +0000 (19:53 +0100)]
gnu: r-limma: Update to 3.54.1.

* gnu/packages/bioconductor.scm (r-limma): Update to 3.54.1.

15 months agognu: r-impute: Update to 1.72.3.
Simon Tournier [Mon, 20 Feb 2023 18:53:56 +0000 (19:53 +0100)]
gnu: r-impute: Update to 1.72.3.

* gnu/packages/bioconductor.scm (r-impute): Update to 1.72.3.

15 months agognu: r-genomicfeatures: Update to 1.50.4.
Simon Tournier [Mon, 20 Feb 2023 18:53:55 +0000 (19:53 +0100)]
gnu: r-genomicfeatures: Update to 1.50.4.

* gnu/packages/bioconductor.scm (r-genomicfeatures): Update to 1.50.4.

15 months agognu: r-genomeinfodb: Update to 1.34.9.
Simon Tournier [Mon, 20 Feb 2023 18:53:54 +0000 (19:53 +0100)]
gnu: r-genomeinfodb: Update to 1.34.9.

* gnu/packages/bioconductor.scm (r-genomeinfodb): Update to 1.34.9.

15 months agognu: r-genefilter: Update to 1.80.3.
Simon Tournier [Mon, 20 Feb 2023 18:53:53 +0000 (19:53 +0100)]
gnu: r-genefilter: Update to 1.80.3.

* gnu/packages/bioconductor.scm (r-genefilter): Update to 1.80.3.

15 months agognu: r-edger: Update to 3.40.2.
Simon Tournier [Mon, 20 Feb 2023 18:53:52 +0000 (19:53 +0100)]
gnu: r-edger: Update to 3.40.2.

* gnu/packages/bioconductor.scm (r-edger): Update to 3.40.2.

15 months agognu: r-deseq2: Update to 1.38.3.
Simon Tournier [Mon, 20 Feb 2023 18:53:51 +0000 (19:53 +0100)]
gnu: r-deseq2: Update to 1.38.3.

* gnu/packages/bioconductor.scm (r-deseq2): Update to 1.38.3.

15 months agognu: r-bsgenome: Update to 1.66.3.
Simon Tournier [Mon, 20 Feb 2023 18:53:50 +0000 (19:53 +0100)]
gnu: r-bsgenome: Update to 1.66.3.

* gnu/packages/bioconductor.scm (r-bsgenome): Update to 1.66.3.

15 months agognu: r-annotationforge: Update to 1.40.1.
Simon Tournier [Mon, 20 Feb 2023 18:53:49 +0000 (19:53 +0100)]
gnu: r-annotationforge: Update to 1.40.1.

* gnu/packages/bioconductor.scm (r-annotationforge): Update to 1.40.1.

15 months agognu: r-cytolib: Update to 2.10.1.
Simon Tournier [Mon, 20 Feb 2023 18:53:48 +0000 (19:53 +0100)]
gnu: r-cytolib: Update to 2.10.1.

* gnu/packages/bioconductor.scm (r-cytolib): Update to 2.10.1.
[propagated-inputs]: Remove r-rcpp, r-rcpparmadillo and r-rcppparallel.

15 months agogit: Make better use of the better progress bar.
Tobias Geerinckx-Rice [Sun, 19 Feb 2023 00:00:00 +0000 (01:00 +0100)]
git: Make better use of the better progress bar.

Commit 189525412e3d803f3f77e15ec4a62aaa57f65a2d introduced
‘high-resolution’ Unicode progress bars, but these require more granular
calls to reach their full potential.

* guix/git.scm (show-progress): Derive the number of PROGRESS-BAR
updates from its maximum resolution, rather than hard-coding 100.

15 months agogit: Factor out INDEXER-PROGRESS-TOTAL-OBJECTS access.
Tobias Geerinckx-Rice [Sun, 19 Feb 2023 00:00:00 +0000 (01:00 +0100)]
git: Factor out INDEXER-PROGRESS-TOTAL-OBJECTS access.

* guix/git.scm (show-progress): Reuse the result of the first call.

15 months agossh: Factor out progress % calculation.
Tobias Geerinckx-Rice [Sun, 19 Feb 2023 00:00:00 +0000 (01:00 +0100)]
ssh: Factor out progress % calculation.

* guix/ssh.scm (notify-transfer-progress): Trust its % argument.

15 months agognu: bees: Drop ‘dedupe’ slang.
Tobias Geerinckx-Rice [Sun, 19 Feb 2023 00:00:00 +0000 (01:00 +0100)]
gnu: bees: Drop ‘dedupe’ slang.

* gnu/packages/file-systems.scm (bees)[synopsis, description]: Write out
‘deduplication’ in full.  Expand @acronym in description rather than
synopsis.  Drop filler words.

15 months agognu: bees: Update to 0.9.2.
Morgan Smith [Sun, 12 Feb 2023 18:12:56 +0000 (13:12 -0500)]
gnu: bees: Update to 0.9.2.

* gnu/packages/file-systems.scm (bees): Update to 0.9.2.
[license]: Add two individual licences.
* gnu/packages/patches/bees-beesd-honor-destdir-on-installation.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
15 months agognu: homebank: Update to 5.6.2.
Tobias Geerinckx-Rice [Sun, 19 Feb 2023 00:00:00 +0000 (01:00 +0100)]
gnu: homebank: Update to 5.6.2.

* gnu/packages/finance.scm (homebank): Update to 5.6.2.

15 months agognu: xvfb-run: Update to 21.1.7-1.
Tobias Geerinckx-Rice [Sun, 19 Feb 2023 00:00:02 +0000 (01:00 +0100)]
gnu: xvfb-run: Update to 21.1.7-1.

* gnu/packages/xorg.scm (xvfb-run): Update to 21.1.7-1.

15 months agognu: linux-libre: Consistently provide the drop_monitor module.
Tobias Geerinckx-Rice [Sun, 19 Feb 2023 00:00:00 +0000 (01:00 +0100)]
gnu: linux-libre: Consistently provide the drop_monitor module.

This is needed by, e.g., <https://github.com/nhorman/dropwatch>.
Build it as a module everywhere for consistency.

* gnu/packages/aux-files/linux-libre/4.14-i686.conf:
Set CONFIG_NET_DROP_MONITOR=m.
* gnu/packages/aux-files/linux-libre/4.14-x86_64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/4.19-i686.conf: Likewise.
* gnu/packages/aux-files/linux-libre/4.19-x86_64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.10-arm.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.10-arm64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.10-i686.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.10-x86_64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.15-arm.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.15-arm64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.15-i686.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.15-x86_64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.4-arm.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.4-arm64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.4-i686.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/6.1-arm.conf: Likewise.
* gnu/packages/aux-files/linux-libre/6.1-arm64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/6.1-i686.conf: Likewise.
* gnu/packages/aux-files/linux-libre/6.1-x86_64.conf: Likewise.

Reported by mirai in #guix.

15 months agognu: epson-inkjet-printer-escpr: Update to 1.7.24.
Tobias Geerinckx-Rice [Sun, 12 Feb 2023 00:00:01 +0000 (01:00 +0100)]
gnu: epson-inkjet-printer-escpr: Update to 1.7.24.

* gnu/packages/cups.scm (epson-inkjet-printer-escpr): Update to 1.7.24.

15 months agognu: Use HTTPS package home pages wherever possible.
Tobias Geerinckx-Rice [Sun, 12 Feb 2023 00:00:00 +0000 (01:00 +0100)]
gnu: Use HTTPS package home pages wherever possible.

* gnu/packages/accessibility.scm (florence)[home-page]: Use HTTPS.
* gnu/packages/admin.scm (netcat, nmon)[home-page]: Likewise.
* gnu/packages/algebra.scm (mpfrcx, cm, flint, fftw, r-dtt)[home-page]:
Likewise.
* gnu/packages/apr.scm (apr, apr-util)[home-page]: Likewise.
* gnu/packages/aspell.scm (aspell-dict-it)[home-page]: Likewise.
* gnu/packages/astronomy.scm (casacore, sextractor, libnova)
(xplanet)[home-page]: Likewise.
* gnu/packages/audio.scm (libtimidity, alsa-modular-synth, azr3, tao)
(freepats, rakarrack, liblo, libshout-idjc, timidity++, libsbsms)
(libmodplug, libxmp, xmp, sox, drc, gsm, gnaural)
(streamripper)[home-page]: Likewise.
* gnu/packages/authentication.scm (pamtester)[home-page]: Likewise.
* gnu/packages/backup.scm (grsync)[home-page]: Likewise.
* gnu/packages/bioconductor.scm (r-nmf, r-edger, r-limma)
(r-plgem)[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (python-biom-format, bowtie, bowtie1)
(bwa, crossmap, java-htsjdk, java-htsjdk-latest, java-picard)
(java-picard-2.10.3, kaiju, proteinortho, rsem, rseqc, seek, samtools)
(snap-aligner, subread, stringtie, r-centipede, prinseq, emboss, phylip)
(libsbml)[home-page]: Likewise.
* gnu/packages/build-tools.scm (tup)[home-page]: Likewise.
* gnu/packages/cdrom.scm (libcddb, cdrdao, cdrtools)
(cd-discid)[home-page]: Likewise.
* gnu/packages/check.scm (cunit, python-nose)
(python-pyhamcrest)[home-page]: Likewise.
* gnu/packages/chemistry.scm (gromacs)[home-page]: Likewise.
* gnu/packages/chez.scm (chez-fmt)[home-page]: Likewise.
* gnu/packages/code.scm (lcov, uncrustify, cscope)[home-page]: Likewise.
* gnu/packages/compression.scm (p7zip)[home-page]: Likewise.
* gnu/packages/cran.scm (r-emdist, r-proj4, r-zoo, r-ggalluvial)
(r-orgmassspecr, r-polychrome, r-partykit, r-rcpp, r-ff, r-emdbook)
(r-fitdistrplus, r-linprog, r-geometry, r-dtw, r-fst, r-rjags)
(r-intergraph, r-qualv, r-labelled, r-survey, r-coin, r-fmsb, r-tm)
(r-corpcor, r-rmpfr, r-spatialextremes, r-longitudinal, r-genenet)
(r-bayesm, r-seqinr, r-mpm, r-text2vec, r-rgdal, r-seewave, r-hdrcde)
(r-shapes, r-anytime, r-stm, r-d3network, r-tam, r-directlabels)
(r-spatstat-utils, r-spatstat-sparse, r-spatstat-data, r-spatstat-geom)
(r-spatstat-core, r-spatstat-linnet, r-spatstat-random, r-spatstat)
(r-rcpptoml, r-mlecens, r-seurat, r-mlearning, r-zooimage)[home-page]:
Likewise.
* gnu/packages/crates-io.scm (rust-nickel-0.11, rust-thrift-0.13)
(rust-trust-dns-https-0.20, rust-trust-dns-native-tls-0.20)
(rust-trust-dns-openssl-0.20, rust-trust-dns-proto-0.20)
(rust-trust-dns-resolver-0.20, rust-trust-dns-rustls-0.20)
(rust-uint-0.9, rust-yaml-rust-0.4)[home-page]: Likewise.
* gnu/packages/crypto.scm (libdecaf, ccrypt)[home-page]: Likewise.
* gnu/packages/curl.scm (curlpp)[home-page]: Likewise.
* gnu/packages/databases.scm (python-pylibmc, unixodbc, wiredtiger)
(libpqxx, mdbtools, virtuoso-ose, libdbi, libdbi-drivers)
(soci)[home-page]: Likewise.
* gnu/packages/debian.scm (apt-mirror)[home-page]: Likewise.
* gnu/packages/debug.scm (remake)[home-page]: Likewise.
* gnu/packages/disk.scm (sdparm, idle3-tools, duc)[home-page]: Likewise.
* gnu/packages/django.scm (python-django-haystack)[home-page]: Likewise.
* gnu/packages/djvu.scm (djvulibre, djview)[home-page]: Likewise.
* gnu/packages/dns.scm (dnsmasq)[home-page]: Likewise.
* gnu/packages/docbook.scm (dblatex, docbook2x)[home-page]: Likewise.
* gnu/packages/documentation.scm (scrollkeeper)[home-page]: Likewise.
* gnu/packages/ebook.scm (liblinebreak)[home-page]: Likewise.
* gnu/packages/electronics.scm (xoscope)[home-page]: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-bbdb, emacs-caps-lock, emacs-djvu)
(emacs-pabbrev, emacs-twittering-mode, emacs-filladapt, emacs-rudel)
(emacs-stream, emacspeak, emacs-cc-mode, emacs-eldoc, emacs-jsonrpc)
(emacs-gtk-look, emacs-xclip, emacs-slime-volleyball, emacs-minimap)
(emacs-auto-dictionary-mode, emacs-persist, emacs-shell-command+)
(emacs-map, emacs-xref, emacs-dictionary)[home-page]: Likewise.
* gnu/packages/embedded.scm (sdcc)[home-page]: Likewise.
* gnu/packages/engineering.scm (asco, libngspice, libspnav)
(openctm)[home-page]: Likewise.
* gnu/packages/erlang.scm (erlang-erlware-commons)[home-page]: Likewise.
* gnu/packages/file-systems.scm (jfsutils, curlftpfs)[home-page]:
Likewise.
* gnu/packages/finance.scm (gbonds)[home-page]: Likewise.
* gnu/packages/flashing-tools.scm (dfu-util, srecord)[home-page]:
Likewise.
* gnu/packages/fltk.scm (ntk)[home-page]: Likewise.
* gnu/packages/fonts.scm (font-terminus, font-tex-gyre)
(font-comic-neue)[home-page]: Likewise.
* gnu/packages/fontutils.scm (ttf2pt1, potrace, libspiro)[home-page]:
Likewise.
* gnu/packages/fpga.scm (icestorm, gtkwave, gtkwave)
(python-myhdl)[home-page]: Likewise.
* gnu/packages/freedesktop.scm (libatasmart)[home-page]: Likewise.
* gnu/packages/ftp.scm (weex)[home-page]: Likewise.
* gnu/packages/game-development.scm (dds, python-tmx, sfxr, quesoglc)
(eureka, plib)[home-page]: Likewise.
* gnu/packages/games.scm (abe, alex4, armagetronad, barony)
(foobillard++, golly, ltris, pipewalker, prboom-plus, trigger-rally)
(cmatrix, pinball, pioneers, tennix, chromium-bsu, freeciv, kiki)
(quakespasm, frotz, frotz-dumb-terminal, frotz-sdl, btanks)
(flare-engine, chessx, barrage, cgoban, passage)[home-page]: Likewise.
* gnu/packages/geo.scm (python-geopandas, saga)[home-page]: Likewise.
* gnu/packages/gl.scm (freeglut, gl2ps)[home-page]: Likewise.
* gnu/packages/gnome.scm (cogl, clutter-gtk, clutter-gst, bluefish)
(workrave)[home-page]: Likewise.
* gnu/packages/gnustep.scm (wmnd, wmfire, wmfire)[home-page]: Likewise.
* gnu/packages/graph.scm (mscgen)[home-page]: Likewise.
* gnu/packages/graphics.scm (assimp, alembic, ctl, agg)
(opencsg)[home-page]: Likewise.
* gnu/packages/graphviz.scm (gts)[home-page]: Likewise.
* gnu/packages/gtk.scm (gtkspell3)[home-page]: Likewise.
* gnu/packages/guile-xyz.scm (guile-irregex)[home-page]: Likewise.
* gnu/packages/haskell-apps.scm (cpphs)[home-page]: Likewise.
* gnu/packages/haskell-check.scm (ghc-hunit)[home-page]: Likewise.
* gnu/packages/haskell-web.scm (ghc-http-client-restricted)
(ghc-blaze-html, ghc-happstack-server, ghc-sourcemap)[home-page]:
Likewise.
* gnu/packages/haskell-xyz.scm (ghc-assoc, ghc-cairo, ghc-cborg)
(ghc-csv, ghc-glob, ghc-gtk2hs-buildtools, ghc-hmatrix-gsl-stats)
(ghc-intervalmap, ghc-lens-family-core, ghc-managed, ghc-mountpoints)
(ghc-network-multicast, ghc-optional-args, ghc-regex, ghc-spoon)
(ghc-transformers, ghc-turtle, ghc-utf8-light, ghc-wizards)
(ghc-template-haskell, ghc-boot-th, ghc-binary-orphans)
(ghc-postgresql-simple)[home-page]: Likewise.
* gnu/packages/hexedit.scm (ht, bvi)[home-page]: Likewise.
* gnu/packages/hunspell.scm (hunspell-dict-hu)[home-page]: Likewise.
* gnu/packages/image-processing.scm (mia)[home-page]: Likewise.
* gnu/packages/image-viewers.scm (geeqie, gpicview, luminance-hdr)
(qiv)[home-page]: Likewise.
* gnu/packages/image.scm (libuemf, devil, steghide, optipng, niftilib)
(sng, mtpaint)[home-page]: Likewise.
* gnu/packages/java-xml.scm (java-simple-xml, java-jaxp)
(java-apache-xml-commons-resolver)[home-page]: Likewise.
* gnu/packages/java.scm (java-cisd-base, java-cisd-args4j)
(java-hamcrest-core, java-jsr305, java-eclipse-osgi)
(java-eclipse-equinox-common, java-eclipse-core-jobs)
(java-eclipse-equinox-registry, java-eclipse-equinox-app)
(java-eclipse-equinox-preferences, java-eclipse-core-contenttype)
(java-eclipse-text, java-treelayout, java-aopalliance, java-jeromq)
(java-cdi-api)[home-page]: Likewise.
* gnu/packages/jemalloc.scm (jemalloc-4.5.0)[home-page]: Likewise.
* gnu/packages/julia-xyz.scm (julia-recipespipeline)[home-page]:
Likewise.
* gnu/packages/kde-internet.scm (kget)[home-page]: Likewise.
* gnu/packages/kde-systemtools.scm (dolphin-plugins)
(konsole)[home-page]: Likewise.
* gnu/packages/kodi.scm (fstrcmp)[home-page]: Likewise.
* gnu/packages/language.scm (hime, libchewing)[home-page]: Likewise.
* gnu/packages/lego.scm (nqc)[home-page]: Likewise.
* gnu/packages/lesstif.scm (lesstif)[home-page]: Likewise.
* gnu/packages/libcanberra.scm (libcanberra)[home-page]: Likewise.
* gnu/packages/libdaemon.scm (libdaemon)[home-page]: Likewise.
* gnu/packages/libffi.scm (libffi)[home-page]: Likewise.
* gnu/packages/libreoffice.scm (libwpd, libwpg, libwps)[home-page]:
Likewise.
* gnu/packages/libusb.scm (libmtp, gmtp)[home-page]: Likewise.
* gnu/packages/linux.scm (e2fsprogs, extundelete, lsscsi, net-tools)
(kbd, sysfsutils, cpuid, libpfm4)[home-page]: Likewise.
* gnu/packages/lisp-check.scm (sbcl-ptester, sbcl-xlunit)[home-page]:
Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-html-encode, sbcl-py-configparser)
(sbcl-cl-utilities, sbcl-series, sbcl-uffi, sbcl-clsql, sbcl-sycamore)
(sbcl-osicat, sbcl-hu.dwim.common, sbcl-caveman, sbcl-trivial-shell)
(sbcl-trivial-benchmark, sbcl-screamer, sbcl-smug)[home-page]: Likewise.
* gnu/packages/lisp.scm (lush2)[home-page]: Likewise.
* gnu/packages/logging.scm (log4cpp)[home-page]: Likewise.
* gnu/packages/lua.scm (lua-ldoc)[home-page]: Likewise.
* gnu/packages/machine-learning.scm (mcl, openfst, rxcpp)[home-page]:
Likewise.
* gnu/packages/mail.scm (muchsync, procmail, sendmail)
(opensmtpd-filter-dkimsign, crm114)[home-page]: Likewise.
* gnu/packages/man.scm (libpipeline, man-db)[home-page]: Likewise.
* gnu/packages/maths.scm (lapack, scalapack, hdf-eos5, itpp, gmsh)
(metamath, p4est, armadillo, suitesparse, atlas, lpsolve, wcalc, why3)
(frama-c)[home-page]: Likewise.
* gnu/packages/mcrypt.scm (mcrypt, libmcrypt, libmhash)[home-page]:
Likewise.
* gnu/packages/minetest.scm (minetest-advtrains)[home-page]: Likewise.
* gnu/packages/monitoring.scm (python-whisper, python-carbon)
(hostscope)[home-page]: Likewise.
* gnu/packages/mp3.scm (id3lib, libmp3splt, mp3splt, mpg321)
(lame)[home-page]: Likewise.
* gnu/packages/multiprecision.scm (mpc)[home-page]: Likewise.
* gnu/packages/music.scm (aria-maestosa, lingot, setbfree, bristol)
(portmidi, python-pyportmidi, zynaddsubfx, yoshimi, aj-snapshot)
(schismtracker, midicsv, midicsv, qmidiarp, qmidiroute, dssi, tap-lv2)
(shiru-lv2)[home-page]: Likewise.
* gnu/packages/ncurses.scm (stfl)[home-page]: Likewise.
* gnu/packages/networking.scm (lksctp-tools, mbuffer, ifstatus, bird)
(tunctl, traceroute)[home-page]: Likewise.
* gnu/packages/node-xyz.scm (node-mersenne)[home-page]: Likewise.
* gnu/packages/ntp.scm (openntpd)[home-page]: Likewise.
* gnu/packages/ocaml.scm (opam, hevea, ocaml-menhir, ocaml-piqilib)
(ocaml-graph, cubicle)[home-page]: Likewise.
* gnu/packages/opencl.scm (python-pyopencl)[home-page]: Likewise.
* gnu/packages/package-management.scm (xstow, modules)[home-page]:
Likewise.
* gnu/packages/parallel.scm (xjobs)[home-page]: Likewise.
* gnu/packages/pdf.scm (podofo, qpdf, xournal, impressive)[home-page]:
Likewise.
* gnu/packages/perl.scm (perl-math-vecstat, perltidy)[home-page]:
Likewise.
* gnu/packages/photo.scm (libpano13, enblend-enfuse, hugin)[home-page]:
Likewise.
* gnu/packages/plan9.scm (drawterm)[home-page]: Likewise.
* gnu/packages/plotutils.scm (guile-charting, ploticus)[home-page]:
Likewise.
* gnu/packages/popt.scm (argtable, popt)[home-page]: Likewise.
* gnu/packages/profiling.scm (otf2)[home-page]: Likewise.
* gnu/packages/pulseaudio.scm (pulseaudio)[home-page]: Likewise.
* gnu/packages/python-check.scm (python-mypy)[home-page]: Likewise.
* gnu/packages/python-web.scm (python-cssutils)
(python-translationstring)[home-page]: Likewise.
* gnu/packages/python-xyz.scm (python-diskcache, python-doxyqml)
(python-docutils, python-pexpect, python-importlib-resources)
(python-simplegeneric, python-urwid, python-xlrd, python-xlwt)
(python-pyasn1, python-pythondialog, python-tftpy, python-random2)
(python-arcp, python-pyopengl, python-sortedcollections)
(python-sortedcontainers, python-yapsy, python-pydispatcher)
(python-posix-ipc)[home-page]: Likewise.
* gnu/packages/qt.scm (qwt, libqglviewer, signond)[home-page]: Likewise.
* gnu/packages/radio.scm (unixcw, gnuais)[home-page]: Likewise.
* gnu/packages/raspberry-pi.scm (bcm2835)[home-page]: Likewise.
* gnu/packages/rdf.scm (clucene, rasqal, redland)[home-page]: Likewise.
* gnu/packages/regex.scm (tre)[home-page]: Likewise.
* gnu/packages/rsync.scm (librsync)[home-page]: Likewise.
* gnu/packages/ruby.scm (ruby-packnga, ruby-nokogiri, ruby-oj, ruby-ox)
(ruby-sinatra, ruby-citrus, ruby-cbor, ruby-roda)[home-page]: Likewise.
* gnu/packages/scheme.scm (scheme48, tinyscheme)[home-page]: Likewise.
* gnu/packages/screen.scm (dtach)[home-page]: Likewise.
* gnu/packages/scsi.scm (sg3-utils)[home-page]: Likewise.
* gnu/packages/sdl.scm (libmikmod, sdl-pango)[home-page]: Likewise.
* gnu/packages/shellutils.scm (hstr, rig)[home-page]: Likewise.
* gnu/packages/simulation.scm (python-dolfin-adjoint)[home-page]:
Likewise.
* gnu/packages/smalltalk.scm (smalltalk)[home-page]: Likewise.
* gnu/packages/speech.scm (espeak)[home-page]: Likewise.
* gnu/packages/stalonetray.scm (stalonetray)[home-page]: Likewise.
* gnu/packages/statistics.scm (jags, r-mass, r-class, r-lattice)
(r-matrix, r-nnet, r-spatial, r-bit, r-bit64, r-digest, r-xtable)
(python-statsmodels, r-ade4, r-latticeextra, r-rcurl, r-xml, r-mvtnorm)
(r-robustbase, r-minqa, r-fdrtool, java-jdistlib, xlispstat)[home-page]:
Likewise.
* gnu/packages/swig.scm (swig)[home-page]: Likewise.
* gnu/packages/task-management.scm (wtime)[home-page]: Likewise.
* gnu/packages/tcl.scm (itcl, tclxml, tclx)[home-page]: Likewise.
* gnu/packages/terminals.scm (libtermkey, mlterm, libvterm)
(libvterm)[home-page]: Likewise.
* gnu/packages/tex.scm (texlive-lm, texlive-lm-math, texlive-cs)
(texlive-csplain, biber, texmaker)[home-page]: Likewise.
* gnu/packages/text-editors.scm (joe)[home-page]: Likewise.
* gnu/packages/textutils.scm (drm-tools, docx2txt)[home-page]: Likewise.
* gnu/packages/tv.scm (tvtime)[home-page]: Likewise.
* gnu/packages/unicode.scm (libunibreak)[home-page]: Likewise.
* gnu/packages/upnp.scm (libupnp)[home-page]: Likewise.
* gnu/packages/version-control.scm (cvs)[home-page]: Likewise.
* gnu/packages/video.scm (transcode, libquicktime, mjpegtools, aalib)
(liba52, libmpeg2, x265, libdv, dvdauthor, aegisub, pitivi, gavl)
(dvdbackup, guvcview, video-contact-sheet)[home-page]: Likewise.
* gnu/packages/virtualization.scm (bochs)[home-page]: Likewise.
* gnu/packages/w3m.scm (w3m)[home-page]: Likewise.
* gnu/packages/web.scm (qjson, libquvi-scripts, libquvi, quvi)
(tidy-html, htmlcxx)[home-page]: Likewise.
* gnu/packages/wm.scm (evilwm, menumaker)[home-page]: Likewise.
* gnu/packages/wv.scm (wv)[home-page]: Likewise.
* gnu/packages/wxwidgets.scm (wxsvg)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (mtdev, xsel)[home-page]: Likewise.
* gnu/packages/xfig.scm (xfig, transfig)[home-page]: Likewise.
* gnu/packages/xml.scm (openjade, python-pyxb, xmlstarlet, xmlrpc-c)
(opensp)[home-page]: Likewise.
* gnu/packages/xorg.scm (xf86-video-qxl)[home-page]: Likewise.

15 months agodoc: Explain how to use local guix repositories.
André Batista [Fri, 17 Feb 2023 19:06:40 +0000 (16:06 -0300)]
doc: Explain how to use local guix repositories.

* doc/guix.texi (Using a Custom Guix Channel): Add note and example
on how to exempt a local guix repository from git ownership checks.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
15 months agognu: gnulib: Allow only one directory name in GNULIB_SRCDIR.
Vivien Kraus [Tue, 21 Feb 2023 06:49:58 +0000 (07:49 +0100)]
gnu: gnulib: Allow only one directory name in GNULIB_SRCDIR.

* gnu/packages/build-tools.scm (gnulib-checkout) [search-path-specification
GNULIB_SRCDIR]: Set separator to #f.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
15 months agognu: Add aspell-dict-bg.
Yovan Naumovski [Tue, 21 Feb 2023 20:12:24 +0000 (22:12 +0200)]
gnu: Add aspell-dict-bg.

* gnu/packages/aspell.scm (aspell-dict-bg): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
15 months agognu: lightning: Update to 2.2.1
Andy Tai [Wed, 22 Feb 2023 00:34:57 +0000 (16:34 -0800)]
gnu: lightning: Update to 2.2.1

* gnu/packages/assembly.scm (lightning): Update to 2.2.1

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
15 months agodoc: Further clarify documentation of 'host' and 'hosts-service-type'.
Ludovic Courtès [Thu, 23 Feb 2023 15:15:49 +0000 (16:15 +0100)]
doc: Further clarify documentation of 'host' and 'hosts-service-type'.

* doc/guix.texi (Base Services): Use docstring of 'host' to document
it and remove @deftp.  Introduce example.  Fix typos in file name.

15 months agoservices: hosts: Do not export '%host'.
Ludovic Courtès [Thu, 23 Feb 2023 15:10:24 +0000 (16:10 +0100)]
services: hosts: Do not export '%host'.

This was not meant to be exported.

* gnu/services/base.scm (%host): Do not export.
* doc/guix.texi (Base Services): Remove mention.

15 months agodoc: hosts-service-type: Improve documentation.
Bruno Victal [Tue, 21 Feb 2023 21:37:09 +0000 (21:37 +0000)]
doc: hosts-service-type: Improve documentation.

* doc/guix.texi (Base Services): Improve hosts-service-type documentation.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
15 months agosystem: Do not export local-host-entries.
Bruno Victal [Tue, 21 Feb 2023 21:37:08 +0000 (21:37 +0000)]
system: Do not export local-host-entries.

Unlike the deprecated 'local-host-aliases', there's no use for
local-host-entries since it's used to set the default value for
hosts-service-type. Given that this service-type is expected to be
extended, one presumes that when they explicitly override the service
default value they do not have much interest in the 'local-host-entries'
procedure.

* gnu/system.scm: Do not export local-host-entries.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
15 months agodoc: hosts-service-type: Relocate to Base Services.
Bruno Victal [Tue, 21 Feb 2023 21:37:07 +0000 (21:37 +0000)]
doc: hosts-service-type: Relocate to Base Services.

hosts-service-type is under (gnu services base)

* doc/guix.texi: Merge duplicated copyright lines.
(Service Reference): Move hosts-service-type to ...
(Base Services): ... here.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
15 months agognu: openmpi: Use gexps.
Ludovic Courtès [Thu, 23 Feb 2023 14:49:09 +0000 (15:49 +0100)]
gnu: openmpi: Use gexps.

* gnu/packages/mpi.scm (openmpi)[arguments]: Use gexps.

15 months agognu: psm2: Use gexps.
Ludovic Courtès [Thu, 23 Feb 2023 13:41:14 +0000 (14:41 +0100)]
gnu: psm2: Use gexps.

* gnu/packages/linux.scm (psm2)[arguments]: Use gexps.

15 months agognu: ibutils: Fix compilation.
Ludovic Courtès [Thu, 23 Feb 2023 13:37:05 +0000 (14:37 +0100)]
gnu: ibutils: Fix compilation.

* gnu/packages/fabric-management.scm (ibutils)[arguments]: Add CFLAGS
to #:configure-flags.

15 months agognu: ibutils: Use gexps.
Ludovic Courtès [Thu, 23 Feb 2023 13:34:33 +0000 (14:34 +0100)]
gnu: ibutils: Use gexps.

* gnu/packages/fabric-management.scm (ibutils)[arguments]: Use gexps.

15 months agognu: infiniband-diags: Use gexps.
Ludovic Courtès [Thu, 23 Feb 2023 13:32:51 +0000 (14:32 +0100)]
gnu: infiniband-diags: Use gexps.

* gnu/packages/fabric-management.scm (infiniband-diags)[arguments]: Use
gexps.  Replace reference to '%outputs' with references to #:outputs.

15 months agognu: ucx: Use gexps.
Ludovic Courtès [Thu, 23 Feb 2023 12:13:52 +0000 (13:13 +0100)]
gnu: ucx: Use gexps.

* gnu/packages/fabric-management.scm (ucx): Use gexps.

15 months agognu: ucx: Mark POWER9 as supported.
Ludovic Courtès [Thu, 23 Feb 2023 11:59:53 +0000 (12:59 +0100)]
gnu: ucx: Mark POWER9 as supported.

* gnu/packages/fabric-management.scm (ucx)[supported-systems]: Add
"powerpc64le-linux".

15 months agoRevert "gnu: texlive-latex-fancyvrb: Add needed propagated-inputs."
Nicolas Goaziou [Thu, 23 Feb 2023 15:20:12 +0000 (16:20 +0100)]
Revert "gnu: texlive-latex-fancyvrb: Add needed propagated-inputs."

This reverts commit 7a01586afe9b65acc0a298b699a66fb187dd7b4f, which causes too
many rebuilds.

15 months agognu: Add staticsite.
Vagrant Cascadian [Thu, 26 Jan 2023 23:43:17 +0000 (15:43 -0800)]
gnu: Add staticsite.

* gnu/packages/python-xyz.scm (staticsite): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
15 months agognu: Add x11-ssh-askpass.
Simon Streit [Thu, 26 Jan 2023 22:24:32 +0000 (23:24 +0100)]
gnu: Add x11-ssh-askpass.

* gnu/packages/ssh.scm (x11-ssh-askpass): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>