Commit Graph

110027 Commits

Author SHA1 Message Date
Simon Streit
0c2eef25c5
gnu: emacs-bash-completion: Update to 3.1.1-1.b38f9bc.
* gnu/packages/emacs-xyz.scm (emacs-bash-completion): Update to
3.1.1-1.b38f9bc.

Fix an issue <https://github.com/szermatt/emacs-bash-completion/issues/63>
where in a new shell completion would break and cancel the whole shell process
with it.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-17 09:22:50 +01:00
conses
156aac1b36
gnu: emacs-helpful: Update to 0.19-1.1c98f6f.
* gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.19-1.1c98f6f.
[source]: Remove fix-docstring-test.patch.
[propagated-inputs]: Remove EMACS-SHUT-UP.
* gnu/packages/patches/emacs-helpful-fix-docstring-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Apply removal.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-17 09:22:49 +01:00
conses
1b64641955
gnu: Add emacs-srht.
* gnu/packages/emacs-xyz.scm (emacs-srht): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-17 09:22:49 +01:00
Nicolas Goaziou
ec2788f077
gnu: Add texlive-onedown.
* gnu/packages/tex.scm (texlive-onedown): New variable.
2023-03-17 09:22:49 +01:00
Bruno Victal
c27da3241c
gnu: Add dropwatch.
* gnu/packages/networking.scm (dropwatch): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-16 23:03:18 +01:00
Ludovic Courtès
83128f00e9
read-print: 'read-with-comments' reads comments within gexps.
Fixes <https://issues.guix.gnu.org/62059>.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.

* guix/read-print.scm (read-with-comments): Special-case #~, #$, and #+.
* tests/read-print.scm: Add two tests.
2023-03-16 23:03:18 +01:00
Ludovic Courtès
8f219e658d
home: services: kodi, znc, ssh-agent: Use 'match-record'.
* gnu/home/services/media.scm (home-kodi-services): Use 'match-record'
instead of 'match'.
* gnu/home/services/messaging.scm (home-znc-services): Likewise.
* gnu/home/services/ssh.scm (home-ssh-agent-services): Likewise.
2023-03-16 23:03:17 +01:00
Jonathan Brielmaier
9cb1746467
gnu: icedove: Update to 102.9.0.
* gnu/packages/gnuzilla.scm (%icedove-version): Update to 102.9.0.
(%icedove-build-id, thunderbird-comm-l10n): Update accordingly.
2023-03-16 21:40:19 +01:00
Z572
1820dc7ce6
gnu: graphene: Fix cross-compilation.
* gnu/packages/gtk.scm (graphene)[arguments]<#:configure-flags>: Use
'disabled' replace 'false' with introspection option.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-16 18:37:01 +00:00
Bruno Victal
3c12e40dca
gnu: guile-lib: Fix description.
* gnu/packages/guile-xyz.scm (guile-lib)[description]: Delete garbage characters.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-16 18:37:01 +00:00
Wamm K. D
e97ab7fff7
gnu: Add python-rollbar.
* gnu/packages/python-xyz.scm (python-rollbar): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-16 18:37:01 +00:00
Christopher Baines
b59f89cf18
guix: Improve download-nar.
Previously download-nar worked with gzipped nars and queried
berlin.guix.gnu.org (also known as ci.guix.gnu.org). ci.guix.gnu.org no longer
serves gzipped nars so this is of limited use.

This commit changes download-nar to query both the default substitute servers,
and queries for lzipped rather than gzipped nars, since those are available
from both.

* guix/build/download-nar.scm (urls-for-item): Return urls for lzip rather
than gzip compression, and from both default substitute servers. The comment
about CDN's is no longer relevant.
(restore-gzipped-nar): Rename to restore-lzipped-nar and reimplement
accordingly.
(download-nar): Add progress reporting and switch to use lzip rather than
gzip.
* guix/cvs-download.scm (cvs-fetch): Replace guile-zlib with guile-lzlib.
* guix/git-download.scm (git-fetch): Replace guile-zlib with guile-lzlib.
* guix/hg-download.scm (hg-fetch): Replace guile-zlib with guile-lzlib.
* guix/android-repo-download.scm (android-repo-fetch): Add guile-lzlib for
download-nar.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-16 18:37:01 +00:00
Jan (janneke) Nieuwenhuizen
b68d4118e7
doc: Use @defvar instead of @defvr for Scheme variables.
Suggested by mirai via IRC, see also

    https://issues.guix.gnu.org/60634

* doc/guix.texi (Build Systems) (Secure Shell) (Messaging Home
Services) (Media Home Services): Use @defvar instead of @defvr for Scheme
variables.
2023-03-16 18:50:01 +01:00
Nicolas Goaziou
b79187ab50
gnu: xmoto: Improve package style.
* gnu/packages/games.scm (xmoto)[snippet]: Remove trailing #T.
[arguments]: Use G-expressions. Remove trailing #T in phases.
[native-inputs]: Remove labels.
[inputs]: Remove labels.
2023-03-16 18:08:44 +01:00
Ludovic Courtès
c68648a8a5
home: services: znc: Remove host-side use of (shepherd support).
This is a followup to 193f547ca3, which
inadvertently pulled in (shepherd support) on the host side.

* gnu/home/services/messaging.scm (home-znc-services): Change 'command' and
'log-file' to gexps.  Add 'modules' field to 'shepherd-service'.
2023-03-16 17:29:03 +01:00
Ludovic Courtès
6afd1fd6bc
home: services: kodi: Remove host-side use of (shepherd support).
This is a followup to 70056b1b2b, which
inadvertently pulled in (shepherd support) on the host side.

* gnu/home/services/media.scm (home-kodi-services): Change 'command' and
'logfile' to gexps.  Add 'modules' field to 'shepherd-service'.
2023-03-16 17:23:51 +01:00
Ludovic Courtès
be7e2bf7eb
home: services: ssh-agent: Remove host-side use of (shepherd support).
This is a followup to 2c2f382e75, which
inadvertently pulled in (shepherd support) on the host side.

* gnu/home/services/ssh.scm (<home-ssh-agent-configuration>)[socket-directory]:
Change value to a gexp.
(home-ssh-agent-services): Change 'socket-file' and 'command' to a
gexp.  Add 'modules' field to 'shepherd-service'.
* doc/guix.texi (Secure Shell): Adjust accordingly.
2023-03-16 17:09:46 +01:00
Paul A. Patience
b9d891140a
gnu: Add cl-hypergeometrica.
* gnu/packages/lisp-xyz.scm (sbcl-hypergeometrica, cl-hypergeometrica):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:30 +01:00
Sharlatan Hellseher
9b2f14a756
gnu: cl-zr-utils: Fix build by disabling tests.
* gnu/packages/lisp-xyz.scm (sbcl-zr-utils): Disable tests.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:30 +01:00
Sharlatan Hellseher
bd248fc709
gnu: cl-trial: Update to 1.2.0-2.db4e98e.
* gnu/packages/lisp-xyz.scm (sbcl-trial): Update to 1.2.0-2.db4e98e.
  [arguments]{asd-systems}: Enable trial-alloy, trial-animation,
  trial-assimp, trial-gif, trial-glfw, trial-gltf, trial-jpeg,
  trial-notify, tiral-png, trial-sdl2, trial-terragen, trial-tga,
  trial-tiff, trial-workbench.
  [inputs]: Sort list alphabetically and add sbcl-3d-quaternions,
  sbcl-3d-transforms, sbcl-alloy, sbcl-atomics, sbcl-cl-glfw3,
  sbcl-cl-gltf, sbcl-classimp, sbcl-dns-client, sbcl-file-notify,
  sbcl-glop, sbcl-jzon, sbcl-language-codes, sbcl-promise, sbcl-sdl2,
  sbcl-simple-tasks, sbcl-system-locale,
  sbcl-trivial-extensible-sequences, sbcl-trivial-main-thread.
  Remove sbcl-jsow.
  (ecl-trial): Disable this while upstream issue is in review.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
12b2507295
gnu: Add cl-dns-client.
* gnu/packages/lisp-xyz.scm (cl-dns-client, ecl-dns-client,
  sbcl-dns-client): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
37b70cfece
gnu: Add cl-gltf.
* gnu/packages/lisp-xyz.scm (cl-gltf, sbcl-cl-gltf): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
7a218a5b01
gnu: cl-jzon: Fix build by disabling tests on ECL.
* gnu/packages/lisp-xyz.scm (ecl-jzon): Disable tests.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
ff37557bc3
gnu: cl-alloy: Update to 0.0.0-3.628974d.
* gnu/packages/lisp-xyz.scm (sbcl-alloy): Upate to 0.0.0-3.628974d.
  [arguments]{asd-systems}: Sort them alphabetically.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
9b623ba6b2
gnu: cl-3b-bmfont: Update to 0.0.1-3.332c226.
* gnu/packages/lisp-xyz.scm (sbcl-3b-bmfont): Upate to 0.0.1-3.332c226.
  [arguments]{asd-systems}: Sort them alphabetically.
  [inputs]: Remove labels. Add sbcl-parse-number.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
d02badac85
gnu: cl-gamepad: Update to 3.0.0-2.647f6ee.
* gnu/packages/lisp-xyz.scm (sbcl-cl-gamepad): Update to 3.0.0-2.647f6ee.
  [arguments]{phases}: Use search-input-file in patch-evdev-path phase.
  [inputs]: Remove labels.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
a79ebed51b
gnu: cl-glsl-toolkit: Update to 1.0.0-2.4c4889e.
* gnu/packages/lisp-xyz.scm (sbcl-glsl-toolkit): Update to 1.0.0-2.4c4889e.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
8db1fe3f9f
gnu: cl-pathname-utils: Update to 1.1.0-2.13189c0.
* gnu/packages/lisp-xyz.scm (sbcl-pathname-utils): Update to 1.1.0-2.13189c0.
  [inputs]: Add sbcl-trivial-features.
  (ecl-pathname-utils): Disable tests.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
c2f1ebc770
gnu: cl-parachute: Update to 1.5.0-1.bd072b0.
* gnu/packages/lisp-check.scm (sbcl-parachute): Update to 1.5.0-1.bd072b0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
4ec1589a43
gnu: Add cl-promise.
* gnu/packages/lisp-xyz.scm (cl-promise, ecl-promise, sbcl-promise): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
df6edddc5c
gnu: Add cl-trivial-extensible-sequences.
* gnu/packages/lisp-xyz.scm (cl-trivial-extensible-sequences,
  sbcl-trivial-extensible-sequences): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
92db5a79db
gnu: Add cl-3d-transforms.
* gnu/packages/lisp-xyz.scm (cl-3d-transforms, sbcl-3d-transforms): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
ff7649d379
gnu: Add cl-3d-quaternions.
* gnu/packages/lisp-xyz.scm (cl-3d-quaternions, sbcl-3d-quaternions):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
edfe8554c1
gnu: cl-3d-matrices: Update to 1.0.0-2.b4f5a58.
* gnu/packages/lisp-xyz.scm (sbcl-3d-matrices): Update to 1.0.0-2.b4f5a58.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
2fb2a4c086
gnu: cl-3d-vectors: Update to 3.1.0-2.2579694.
* gnu/packages/lisp-xyz.scm (sbcl-3d-vectors): Update to 3.1.0-2.2579694.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:28 +01:00
Jan (janneke) Nieuwenhuizen
70056b1b2b
gnu: home: services: Add home-kodi-service-type.
* gnu/home/services/media.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* po/guix/POTFILES.in: Likewise.
* doc/guix.texi (Media Home Services): Document it in new subsection.
2023-03-16 14:33:16 +01:00
Jan (janneke) Nieuwenhuizen
193f547ca3
gnu: home: services: Add home-znc-service-type.
* gnu/home/services/messaging.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* po/guix/POTFILES.in: Likewise.
* doc/guix.texi (Messaging Home Services): Document it in new subsection.
2023-03-16 14:32:50 +01:00
Jan (janneke) Nieuwenhuizen
2c2f382e75
gnu: home: services: Add home-ssh-agent-service-type.
* gnu/home/services/ssh.scm: (<home-ssh-agent-configuration>): New type.
(home-ssh-agent-services): New procedure.
(home-ssh-agent-service-type): New variable.
* doc/guix.texi (Secure Shell): Document it.
2023-03-16 14:26:34 +01:00
Evgeny Pisemsky
076fa659ef
gnu: cat-avatar-generator: Update to 1-1.9360ea3.
* gnu/packages/web.scm (cat-avatar-generator): Update to 1-1.9360ea3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-16 12:37:03 +01:00
Antero Mejr
8e3dfb3d6d
build: Correct guix_system on musl libc distros.
* m4/guix.m4 (GUIX_SYSTEM_TYPE): Add linux-musl* case. This prevents
the macro from mis-parsing the host OS, which causes breakage when
building from source.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-16 12:37:03 +01:00
Simon Tournier
5864fc3380
doc: Document 'shebang' for 'guix shell'.
* doc/guix.texi (Invoking guix shell): Add a note mentioning how to use
'shebang'.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-03-16 12:37:03 +01:00
Bruno Victal
93918c67c5
services: etc-service: Deprecate etc-service procedure.
* gnu/services.scm (etc-service): Deprecate procedure.
* gnu/system.scm (operating-system-etc-service): Replace etc-service
with etc-service-type.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-16 12:37:03 +01:00
conses
837e179e00
home: services: Add home-unclutter-service-type.
* gnu/home/services/desktop.scm (home-unclutter-configuration)
(home-unclutter-service-type): New variables;
(home-unclutter-shepherd-service): New procedure;
* doc/guix.texi (Desktop Services): Document it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-16 12:37:03 +01:00
Ludovic Courtès
797461e16c
gnu: nip2: Remove input labels.
* gnu/packages/image-processing.scm (nip2)[inputs]: Remove labels.
2023-03-16 12:37:02 +01:00
Björn Höfling
7636c49b45
gnu: openjdk10: Build from hg.
* gnu/packages/java.scm (openjdk10)[source]: Use HG-DOWNLOAD.

This fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62071>
for OpenJDK 10.
2023-03-16 09:52:19 +01:00
Björn Höfling
b29954509f
gnu: openjdk9: Build from hg.
* gnu/packages/java.scm (openjdk9)[source]: Use HG-DOWNLOAD.
[homepage]: Update.

This fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62071>
for OpenJDK 9.
2023-03-16 09:52:18 +01:00
Maxim Cournoyer
923d23a23c
gnu: efibootmgr: Update to 18.
* gnu/packages/linux.scm (efibootmgr): Update to 18.
[source]: Delete snippet, modules and patches fields.
* gnu/packages/patches/efibootmgr-remove-extra-decl.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
2023-03-15 22:56:10 -04:00
Sharlatan Hellseher
9f3a929828
gnu: thc-ipv6: Update to 3.8.
* gnu/packages/networking.scm (thc-ipv6): Update to 3.8.
[source]: Use version tag instead of commit.
[arguments]: Use Gexps.
<make-flags>: Use cc-for-target as it's commented out in Makefile.
<phases>: Combine the phases 'use-source-date-epoch-in-manpages' and
'patch-paths' into a new 'patch-makefile' phase. Simplify 'install-more-docs'
phase.
[inputs]: Add libnetfilter-queue and libnfnetlink.

Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-15 21:18:43 -04:00
Leo Famulari
fe445aa9f4
gnu: linux-libre 4.14: Update to 4.14.309.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.309.
(linux-libre-4.14-pristine-source): Update hash.
2023-03-15 19:35:19 -04:00
Leo Famulari
fed9db5e72
gnu: linux-libre 4.19: Update to 4.19.277.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.277.
(linux-libre-4.19-pristine-source): Update hash.
2023-03-15 19:35:19 -04:00