Commit graph

124373 commits

Author SHA1 Message Date
Evgeny Pisemsky 71381703db
gnu: Add usbrelay.
* gnu/packages/hardware.scm (usbrelay): New variable.

Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-01 10:32:22 -04:00
Thomas Ieong 3cc237e128
cookbook: Add a recipe for running Guix System on a Kimsufi server.
* doc/guix-cookbook.texi (Running Guix on a Kimsufi Server): New section.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-01 09:59:24 -04:00
Maxim Cournoyer c221d3e962
doc: cookbook: Document the configuration of a Yubikey with KeePassXC.
* doc/guix-cookbook.texi (Using security keys)
[Requiring a Yubikey to open a KeePassXC database]: New subsection.

Series-to: 65354@debbugs.gnu.org
2023-09-01 08:03:35 -04:00
Reza Housseini 4e531e55dc
gnu: utfcpp: Update to 3.2.4.
* gnu/packages/textutils.scm (utfcpp): Update to 3.2.4.
[snippet]: Unbundle ftest.
[arguments]: Remove field.
[native-inputs]: Add ftest.
* gnu/packages/games.scm (warzone2100)[#:phases]: Adjust 'fix-utfcpp-include.
* gnu/packages/video.scm (mkvtoolnix)[#:phases]: Add 'fix-utfcpp-include.

Co-authored-by: Hilton Chain <hako@ultrarare.space>
Signed-off-by: Hilton Chain <hako@ultrarare.space>
2023-09-01 16:44:50 +08:00
Reza Housseini d9bb9f5390
gnu: Add ftest.
* gnu/packages/check.scm (ftest): New variable.

Co-authored-by: Hilton Chain <hako@ultrarare.space>
Signed-off-by: Hilton Chain <hako@ultrarare.space>
2023-09-01 16:44:16 +08:00
Distopico 33018f8c25
gnu: webrtc-for-telegram-desktop: Update to 0-389.0532942.
* gnu/packages/patches/webrtc-for-telegram-desktop-unbundle-libsrtp.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/telegram.scm (webrtc-for-telegram-desktop): Update to
0-389.0532942, which fixes `telegram-desktop` calls that are not working with
OpenSSL 3.
[source]<patches>: Add the patch.
<snippet>: Unbundle libsrtp.
[inputs]: Add libsrtp.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2023-09-01 16:40:19 +08:00
Hilton Chain 7db9210ea9
gnu: libyuv-for-telegram-desktop: Update to 0-2439.77c2121.
* gnu/packages/telegram.scm (libyuv-for-telegram-desktop): Update to
0-2439.77c2121.
2023-09-01 16:40:13 +08:00
Maxim Cournoyer 62075c6be4
gnu: svt-hevc: Mention the package should not be used as an input.
* gnu/packages/video.scm (svt-hevc): Add a warning comment, as well as some
extra explanation to the description.
[home-page]: Update URL.
2023-09-01 01:25:33 -04:00
Maxim Cournoyer c7c500dd61
gnu: patman: Fix execution.
Before this change, patman would fail at run time with "AttributeError: module
'patman.__main__' has no attribute 'run_patman'" since the last U-Boot update.

* gnu/packages/bootloaders.scm (patman) [arguments]
<phases>: New patch-pyproject.toml phase.
2023-09-01 01:19:22 -04:00
Brian Cully f66fa5f917
gnu: services: Revert to deleting and updating all matching services
This patch reverts the behavior introduced in
1819512073 which caused ‘modify-services’
clauses to only match a single instance of a service.

We will now match all service instances when doing a deletion or update, while
still raising an exception when trying to match against a service that does
not exist in the services list, or which was deleted explicitly by a ‘delete’
clause (or an update clause that returns ‘#f’ for the service).

Fixes: #64106

* gnu/services.scm (%modify-services): New procedure.
(modify-services): Use it.
(apply-clauses): Add DELETED-SERVICES argument, change to modify one service
at a time.
* tests/services.scm
("modify-services: delete then modify")
("modify-services: modify then delete")
("modify-services: delete multiple services of the same type")
("modify-services: modify multiple services of the same type"): New tests.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-08-31 23:31:50 -04:00
Maxim Cournoyer 69f6edc1a8
build: Add missing guix-gc.timer file to binary tarball.
Partially fixes <https://issues.guix.gnu.org/65117>.

* nix/local.mk (nodist_systemdservice_DATA): Add etc/guix-gc.timer.
2023-08-31 23:31:49 -04:00
Nicolas Goaziou f5c4db45e9
gnu: texlive-tpslifonts: Remove duplicate definition.
* gnu/packages/tex.scm (texlive-texmate): Remove duplicate variable.
2023-08-31 22:07:51 +02:00
Nicolas Goaziou 5ad556ab24
gnu: texlive-isodate: Remove duplicate definition.
* gnu/packages/tex.scm (texlive-isodate): Remove duplicate variable.
2023-08-31 22:07:51 +02:00
Nicolas Goaziou 84f1b54ef1
gnu: texlive-glossaries-extra: Remove duplicate definition.
* gnu/packages/tex.scm (texlive-glossaries-extra): Remove duplicate
definition.
2023-08-31 22:07:50 +02:00
Nicolas Goaziou 21f2ef04e8
gnu: Add texlive-scheme-full.
* gnu/packages/tex.scm (texlive-scheme-full): New variable.
2023-08-31 22:07:50 +02:00
Nicolas Goaziou 223b725077
gnu: Add texlive-collection-latexextra.
* gnu/packages/tex.scm (texlive-collection-latexextra): New variable.
2023-08-31 22:07:49 +02:00
Nicolas Goaziou 45ae6604a8
gnu: Add texlive-zwpagelayout.
* gnu/packages/tex.scm (texlive-zwpagelayout): New variable.
2023-08-31 22:07:49 +02:00
Nicolas Goaziou 321b8e85aa
gnu: Add texlive-zwgetfdate.
* gnu/packages/tex.scm (texlive-zwgetfdate): New variable.
2023-08-31 22:07:48 +02:00
Nicolas Goaziou 3c4c2fd1b0
gnu: Add texlive-zref-vario.
* gnu/packages/tex.scm (texlive-zref-vario): New variable.
2023-08-31 22:07:48 +02:00
Nicolas Goaziou a64867116a
gnu: Add texlive-zref-clever.
* gnu/packages/tex.scm (texlive-zref-clever): New variable.
2023-08-31 22:07:47 +02:00
Nicolas Goaziou cdbe4dd7b2
gnu: Add texlive-zref-check.
* gnu/packages/tex.scm (texlive-zref-check): New variable.
2023-08-31 22:07:47 +02:00
Nicolas Goaziou 158abda4a6
gnu: Add texlive-ziffer.
* gnu/packages/tex.scm (texlive-ziffer): New variable.
2023-08-31 22:07:46 +02:00
Nicolas Goaziou e9dd138568
gnu: Add texlive-zennote.
* gnu/packages/tex.scm (texlive-zennote): New variable.
2023-08-31 22:07:46 +02:00
Nicolas Goaziou a77223e7a9
gnu: Add texlive-zed-csp.
* gnu/packages/tex.scm (texlive-zed-csp): New variable.
2023-08-31 22:07:46 +02:00
Nicolas Goaziou 221a58322a
gnu: Add texlive-zebra-goodies.
* gnu/packages/tex.scm (texlive-zebra-goodies): New variable.
2023-08-31 22:07:45 +02:00
Nicolas Goaziou 9857fb995c
gnu: Add texlive-yplan.
* gnu/packages/tex.scm (texlive-yplan): New variable.
2023-08-31 22:07:45 +02:00
Nicolas Goaziou 3446b61a35
gnu: Add texlive-ycbook.
* gnu/packages/tex.scm (texlive-ycbook): New variable.
2023-08-31 22:07:44 +02:00
Nicolas Goaziou 7ce49789cf
gnu: Add texlive-yaletter.
* gnu/packages/tex.scm (texlive-yaletter): New variable.
2023-08-31 22:07:44 +02:00
Nicolas Goaziou c5b845752e
gnu: Add texlive-yagusylo.
* gnu/packages/tex.scm (texlive-yagusylo): New variable.
2023-08-31 22:07:43 +02:00
Nicolas Goaziou b22c9ffe10
gnu: Add texlive-yafoot.
* gnu/packages/tex.scm (texlive-yafoot): New variable.
2023-08-31 22:07:43 +02:00
Nicolas Goaziou ab98c4fb3b
gnu: Add texlive-xytree.
* gnu/packages/tex.scm (texlive-xytree): New variable.
2023-08-31 22:07:43 +02:00
Nicolas Goaziou 8bdef9af31
gnu: Add texlive-xwatermark.
* gnu/packages/tex.scm (texlive-xwatermark): New variable.
2023-08-31 22:07:42 +02:00
Nicolas Goaziou 4ae60bdb5e
gnu: Add texlive-xurl.
* gnu/packages/tex.scm (texlive-xurl): New variable.
2023-08-31 22:07:42 +02:00
Nicolas Goaziou 1e857477c5
gnu: Add texlive-xtab.
* gnu/packages/tex.scm (texlive-xtab): New variable.
2023-08-31 22:07:41 +02:00
Nicolas Goaziou db36adab0f
gnu: Add texlive-xsim.
* gnu/packages/tex.scm (texlive-xsim): New variable.
2023-08-31 22:07:41 +02:00
Nicolas Goaziou 59ececa558
gnu: Add texlive-xsavebox.
* gnu/packages/tex.scm (texlive-xsavebox): New variable.
2023-08-31 22:07:40 +02:00
Nicolas Goaziou 339e10cf48
gnu: Add texlive-xprintlen.
* gnu/packages/tex.scm (texlive-xprintlen): New variable.
2023-08-31 22:07:40 +02:00
Nicolas Goaziou 74bcd164a4
gnu: Add texlive-xpeek.
* gnu/packages/tex.scm (texlive-xpeek): New variable.
2023-08-31 22:07:39 +02:00
Nicolas Goaziou c84c6ff982
gnu: Add texlive-xpunctuate.
* gnu/packages/tex.scm (texlive-xpunctuate): New variable.
2023-08-31 22:07:39 +02:00
Nicolas Goaziou 2520362d52
gnu: Add texlive-xoptarg.
* gnu/packages/tex.scm (texlive-xoptarg): New variable.
2023-08-31 22:07:38 +02:00
Nicolas Goaziou adc8f7f7d1
gnu: Add texlive-xnewcommand.
* gnu/packages/tex.scm (texlive-xnewcommand): New variable.
2023-08-31 22:07:38 +02:00
Nicolas Goaziou 237d99349e
gnu: Add texlive-xltabular.
* gnu/packages/tex.scm (texlive-xltabular): New variable.
2023-08-31 22:07:37 +02:00
Nicolas Goaziou abb2ae4b83
gnu: Add texlive-xkcdcolors.
* gnu/packages/tex.scm (texlive-xkcdcolors): New variable.
2023-08-31 22:07:37 +02:00
Nicolas Goaziou bfc1f7228e
gnu: Add texlive-xint.
* gnu/packages/tex.scm (texlive-xint): New variable.
2023-08-31 22:07:37 +02:00
Nicolas Goaziou f7cfb7aa4d
gnu: Add texlive-xhfill.
* gnu/packages/tex.scm (texlive-xhfill): New variable.
2023-08-31 22:07:36 +02:00
Nicolas Goaziou f40f001f5e
gnu: Add texlive-xfakebold.
* gnu/packages/tex.scm (texlive-xfakebold): New variable.
2023-08-31 22:07:36 +02:00
Nicolas Goaziou ce960fdd3b
gnu: Add texlive-xellipsis.
* gnu/packages/tex.scm (texlive-xellipsis): New variable.
2023-08-31 22:07:35 +02:00
Nicolas Goaziou 017dd3eae7
gnu: Add texlive-xdoc.
* gnu/packages/tex.scm (texlive-xdoc): New variable.
2023-08-31 22:07:35 +02:00
Nicolas Goaziou 4ed76e8fb4
gnu: Add texlive-xcpdftips.
* gnu/packages/tex.scm (texlive-xcpdftips): New variable.
2023-08-31 22:07:34 +02:00
Nicolas Goaziou 6acd5a924a
gnu: Add texlive-xcookybooky.
* gnu/packages/tex.scm (texlive-xcookybooky): New variable.
2023-08-31 22:07:34 +02:00