Commit graph

121107 commits

Author SHA1 Message Date
Nicolas Goaziou 0a8e86831b
gnu: Add texlive-gchords.
* gnu/packages/tex.scm (texlive-gchords): New variable.
2023-08-17 09:48:36 +02:00
Nicolas Goaziou 585a7d56f1
gnu: Add texlive-figbas.
* gnu/packages/tex.scm (texlive-figbas): New variable.
2023-08-17 09:48:35 +02:00
Nicolas Goaziou 966680d525
gnu: Add texlive-chordbox.
* gnu/packages/tex.scm (texlive-chordbox): New variable.
2023-08-17 09:48:35 +02:00
Nicolas Goaziou b168a3e9b5
gnu: Add texlive-chordbars.
* gnu/packages/tex.scm (texlive-chordbars): New variable.
2023-08-17 09:48:35 +02:00
Nicolas Goaziou e6fef2fe85
gnu: Add texlive-bagpipe.
* gnu/packages/tex.scm (texlive-bagpipe): New variable.
2023-08-17 09:48:35 +02:00
Nicolas Goaziou 497463fb29
gnu: Add texlive-autosp.
* gnu/packages/tex.scm (texlive-autosp): New variable.
2023-08-17 09:48:34 +02:00
Nicolas Goaziou 6cb6915adb
gnu: Add texlive-abc.
* gnu/packages/tex.scm (texlive-abc): New variable.
2023-08-17 09:48:34 +02:00
Nicolas Goaziou d014c72063
gnu: Add texlive-musixtnt.
* gnu/packages/tex.scm (texlive-musixtnt): New variable.
2023-08-17 09:48:34 +02:00
Nicolas Goaziou 1191133bb9
gnu: Add texlive-musixtex.
* gnu/packages/tex.scm (texlive-musixtex): New variable.
2023-08-17 09:48:34 +02:00
Janneke Nieuwenhuizen 11c9743350
gnu: mcrl2: Update to 202206.1.
* gnu/packages/maths.scm (mcrl2): Update to 202206.1.
[source]: Remove patches.
* gnu/packages/patches/mcrl2-fix-1687.patch,
gnu/packages/patches/mcrl2-fix-counterexample.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove their references.
2023-08-17 08:08:59 +02:00
Maxim Cournoyer e80e082be1
doc: cookbook: Document how to disable the Yubikey OTP application.
* doc/guix-cookbook.texi (Using security keys)
<Disabling OTP code generation for a Yubikey>: New subsection.

Reviewed-by: John Kehayias <john.kehayias@protonmail.com>
2023-08-17 00:01:45 -04:00
Maxim Cournoyer 55f1c1c8a1
doc: cookbook: Document a dynamic DNS update mcron job.
* doc/guix-cookbook.texi (System Configuration)
<Dynamic DNS mcron job>: New subsection.

Reviewed-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 23:54:15 -04:00
Maxim Cournoyer 79ec651a28
scripts: time-machine: Error when attempting to visit too old commits.
* doc/guix.texi (Invoking guix time-machine): Document limitation.
* guix/inferior.scm (cached-channel-instance): New VALIDATE-CHANNELS
argument.  Use it to validate channels when there are no cache hit.
* guix/scripts/time-machine.scm
(%options): Tag the given reference with 'tag-or-commit instead of 'commit.
(%oldest-possible-commit): New variable.
(guix-time-machine) <validate-guix-channel>: New nested procedure.  Pass it to
the 'cached-channel-instance' call.
* tests/guix-time-machine.sh: New test.
* Makefile.am (SH_TESTS): Register it.

Suggested-by: Simon Tournier <zimon.toutoune@gmail.com>
Reviewed-by: Ludovic Courtès <ludo@gnu.org>
Reviewed-by: Simon Tournier <zimon.toutoune@gmail.com>
2023-08-16 21:34:13 -04:00
Maxim Cournoyer ecab937897
pull: Tag commit argument with 'tag-or-commit.
For compatibility with (guix git) procedures.

* guix/scripts/pull.scm (channel-list): Also accept tag-or-commit tagged
refspec.
2023-08-16 21:34:13 -04:00
Maxim Cournoyer addffd0988
git: Clarify commit relation reference in doc.
* guix/git.scm (update-cached-checkout): Clarify that it is the relation of
STARTING-COMMIT that is returned, relative to the new commit, not the other
way around.
2023-08-16 21:34:13 -04:00
Bruno Victal 1bd44b425b
gnu: ddclient: Remove package.
ddclient is unmaintained as of 2023-07-04 [1].
This reverts changes related to
commit 0bc2d3e42b.

[1]: <https://github.com/ddclient/ddclient/issues/528>

* gnu/packages/dns.scm (ddclient): Remove variable.
* gnu/packages/patches/ddclient-skip-test.patch: Remove file.
* gnu/local.mk: Unregister it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 23:14:04 +02:00
Bruno Victal 2b031ca4b2
Revert "services: Add ddclient service."
ddclient is unmaintained as of 2023-07-04 [1] and this service has been broken
for a while [2]. Remove it rather than shipping a broken service for an
unmaintained program that's unlikely to be fixed.

[1]: <https://github.com/ddclient/ddclient>
[2]: <https://issues.guix.gnu.org/52770>

This reverts commit 8490a8346b.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 23:13:55 +02:00
Hilton Chain 63cf5a2a4e
gnu: libwebp: Replace with 1.3.1. [fixes CVE-2023-1999]
* gnu/packages/image.scm (libwebp/fixed): New variable.
(libwebp)[replacement]: Assign it to new field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 22:51:51 +02:00
Artyom V. Poptsov 72ce869690
gnu: guile-png: Update to 0.7.0.
* gnu/packages/guile-xyz.scm (guile-png): Update to 0.7.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 22:49:05 +02:00
Martin Baulig 9dda747975
services: posgresql: Add option to specify UID/GID for postgres user.
Add 'createAccount?', 'uid' and 'gid' to <postgresql-configuation>.

Unlike other system daemons, the PostgreSQL data directory is typically
meant to persist across 'guix system reconfigure' and once created, you
don't want it's UID or GID to change anymore.

Furthermore, if you want to place the data directory on a network share
and use NFSv4 with idmap, then the 'postgres' user must exist when the
'rpc.idmapd' daemon is launched; prior to mounting the share.  And it
needs to be possible to mount the share without configuring PostgreSQL.

With NFSv3, the UID and GID typically needs to match those on the
server.

The added options allow for both of these scenarios:

You can either create the user in (operating-system (users)) completely
independently of the 'postgresql-service-type' (for instance to get your
NFS setup working first prior to configuring your databases) - or "pin"
it's UID / GID values.

* gnu/services/databases.scm (<postgresql-configuration>)[create-account?]
[uid, gid]: New fields.
(%postgresql-accounts): Remove.
(create-postgresql-account): New procedure.
(postgresql-service-type)[extensions]: Use it.
* doc/guix.texi (Database Services): Update accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 22:37:52 +02:00
Juliana Sims fce924708c
Update email addresses for Juliana Sims.
* .mailmap: Add an entry for Juliana.
* gnu/packages/admin.scm, gnu/packages/audio.scm,
gnu/packages/build-tools.scm, gnu/packages/scheme.scm: Update Juliana's email.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 22:22:06 +02:00
Juliana Sims a7c3de8133
gnu: qpwgraph: Update to 0.5.2.
* gnu/packages/audio.scm (qpwgraph): Update to 0.5.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 22:21:25 +02:00
Juliana Sims 483bdcdb97
gnu: git-lfs: Update to 3.4.0.
* gnu/packages/version-control.scm (git-lfs): Update to 3.4.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 22:18:17 +02:00
fanquake f3c5c9418b
gnu: tor: Update to 0.4.7.14.
* gnu/packages/tor.scm (tor): Update to 0.4.7.14.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 22:13:41 +02:00
Ludovic Courtès bb7369ba8a
guix home: Create /tmp in container if needed.
Previously 'guix home container' would create a container without /tmp,
which would prevent 'least-authority-wrapper' programs from starting,
for example.

* guix/scripts/home.scm (spawn-home-container): Create /tmp if it
doesn't exist yet.
2023-08-16 22:09:38 +02:00
Ludovic Courtès 45ca59da5e
gnu: perf: Add now required dependency on libtraceevent.
This dependency is required since the linux-libre upgrade in
504c574775.

* gnu/packages/linux.scm (perf)[inputs]: Add libtraceevent.
2023-08-16 22:09:38 +02:00
Ludovic Courtès a2ab465510
gnu: cuirass: Update to 7416bb9.
* gnu/packages/ci.scm (cuirass): Update to 7416bb9.
2023-08-16 22:09:37 +02:00
Nicolas Goaziou 07dc3d0247
gnu: Add texlive-collection-humanities.
* gnu/packages/tex.scm (texlive-collection-humanities): New variable.
2023-08-16 20:25:32 +02:00
Nicolas Goaziou 10c387754d
gnu: Add texlive-xyling.
* gnu/packages/tex.scm (texlive-xyling): New variable.
2023-08-16 20:25:32 +02:00
Nicolas Goaziou 2aea0a9bc3
gnu: Add texlive-verse.
* gnu/packages/tex.scm (texlive-verse): New variable.
2023-08-16 20:25:32 +02:00
Nicolas Goaziou 084594ddfb
gnu: Add texlive-tree-dvips.
* gnu/packages/tex.scm (texlive-tree-dvips): New variable.
2023-08-16 20:25:32 +02:00
Nicolas Goaziou c32e529af3
gnu: Add texlive-theatre.
* gnu/packages/tex.scm (texlive-theatre): New variable.
2023-08-16 20:25:32 +02:00
Nicolas Goaziou 0e921edc08
gnu: Add texlive-thalie.
* gnu/packages/tex.scm (texlive-thalie): New variable.
2023-08-16 20:25:31 +02:00
Nicolas Goaziou 449b98e319
gnu: Add texlive-textglos.
* gnu/packages/tex.scm (texlive-textglos): New variable.
2023-08-16 20:25:31 +02:00
Nicolas Goaziou 2574bfd8f2
gnu: Add texlive-stage.
* gnu/packages/tex.scm (texlive-stage): New variable.
2023-08-16 20:25:31 +02:00
Nicolas Goaziou e5126bc42b
gnu: Add texlive-sides.
* gnu/packages/tex.scm (texlive-sides): New variable.
2023-08-16 20:25:31 +02:00
Nicolas Goaziou 2b7eaa0458
gnu: Add texlive-screenplay-pkg.
* gnu/packages/tex.scm (texlive-screenplay-pkg): New variable.
2023-08-16 20:25:30 +02:00
Nicolas Goaziou 4968451d6e
gnu: Add texlive-screenplay.
* gnu/packages/tex.scm (texlive-screenplay): New variable.
2023-08-16 20:25:30 +02:00
Nicolas Goaziou ff181d3b4b
gnu: Add texlive-rtklage.
* gnu/packages/tex.scm (texlive-rtklage): New variable.
2023-08-16 20:25:30 +02:00
Nicolas Goaziou df388e75b8
gnu: Add texlive-rrgtrees.
* gnu/packages/tex.scm (texlive-rrgtrees): New variable.
2023-08-16 20:25:30 +02:00
Nicolas Goaziou bc27694a88
gnu: Add texlive-reledmac.
* gnu/packages/tex.scm (texlive-reledmac): New variable.
2023-08-16 20:25:29 +02:00
Nicolas Goaziou 6ab9d6a404
gnu: Add texlive-qtree.
* gnu/packages/tex.scm (texlive-qtree): New variable.
2023-08-16 20:25:29 +02:00
Nicolas Goaziou 79ef8cec5a
gnu: Add texlive-qobitree.
* gnu/packages/tex.scm (texlive-qobitree): New variable.
2023-08-16 20:25:29 +02:00
Nicolas Goaziou db82b442f2
gnu: Add texlive-poetrytex.
* gnu/packages/tex.scm (texlive-poetrytex): New variable.
2023-08-16 20:25:29 +02:00
Nicolas Goaziou bfe5ea96e5
gnu: Add texlive-poetry.
* gnu/packages/tex.scm (texlive-poetry): New variable.
2023-08-16 20:25:29 +02:00
Nicolas Goaziou f00bf64f79
gnu: Add texlive-poemscol.
* gnu/packages/tex.scm (texlive-poemscol): New variable.
2023-08-16 20:25:28 +02:00
Nicolas Goaziou 5e4f6f30f2
gnu: Add texlive-play.
* gnu/packages/tex.scm (texlive-play): New variable.
2023-08-16 20:25:28 +02:00
Nicolas Goaziou 5cf9c9364c
gnu: Add texlive-plari.
* gnu/packages/tex.scm (texlive-plari): New variable.
2023-08-16 20:25:28 +02:00
Nicolas Goaziou b0705f6024
gnu: Add texlive-phonrule.
* gnu/packages/tex.scm (texlive-phonrule): New variable.
2023-08-16 20:25:28 +02:00
Nicolas Goaziou f708b87294
gnu: Add texlive-parrun.
* gnu/packages/tex.scm (texlive-parrun): New variable.
2023-08-16 20:25:27 +02:00