summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-01gnu: 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> Evgeny Pisemsky
2023-09-01cookbook: 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> Thomas Ieong
2023-09-01doc: 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 Maxim Cournoyer
2023-09-01gnu: 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> Reza Housseini
2023-09-01gnu: 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> Reza Housseini
2023-09-01gnu: 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> Distopico
2023-09-01gnu: libyuv-for-telegram-desktop: Update to 0-2439.77c2121....* gnu/packages/telegram.scm (libyuv-for-telegram-desktop): Update to 0-2439.77c2121. Hilton Chain
2023-09-01gnu: 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. Maxim Cournoyer
2023-09-01gnu: 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. Maxim Cournoyer
2023-08-31gnu: services: Revert to deleting and updating all matching services...This patch reverts the behavior introduced in 181951207339508789b28ba7cb914f983319920f 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> Brian Cully
2023-08-31build: 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. Maxim Cournoyer
2023-08-31gnu: texlive-tpslifonts: Remove duplicate definition....* gnu/packages/tex.scm (texlive-texmate): Remove duplicate variable. Nicolas Goaziou
2023-08-31gnu: texlive-isodate: Remove duplicate definition....* gnu/packages/tex.scm (texlive-isodate): Remove duplicate variable. Nicolas Goaziou
2023-08-31gnu: texlive-glossaries-extra: Remove duplicate definition....* gnu/packages/tex.scm (texlive-glossaries-extra): Remove duplicate definition. Nicolas Goaziou
2023-08-31gnu: Add texlive-scheme-full....* gnu/packages/tex.scm (texlive-scheme-full): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-collection-latexextra....* gnu/packages/tex.scm (texlive-collection-latexextra): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-zwpagelayout....* gnu/packages/tex.scm (texlive-zwpagelayout): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-zwgetfdate....* gnu/packages/tex.scm (texlive-zwgetfdate): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-zref-vario....* gnu/packages/tex.scm (texlive-zref-vario): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-zref-clever....* gnu/packages/tex.scm (texlive-zref-clever): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-zref-check....* gnu/packages/tex.scm (texlive-zref-check): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-ziffer....* gnu/packages/tex.scm (texlive-ziffer): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-zennote....* gnu/packages/tex.scm (texlive-zennote): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-zed-csp....* gnu/packages/tex.scm (texlive-zed-csp): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-zebra-goodies....* gnu/packages/tex.scm (texlive-zebra-goodies): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-yplan....* gnu/packages/tex.scm (texlive-yplan): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-ycbook....* gnu/packages/tex.scm (texlive-ycbook): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-yaletter....* gnu/packages/tex.scm (texlive-yaletter): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-yagusylo....* gnu/packages/tex.scm (texlive-yagusylo): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-yafoot....* gnu/packages/tex.scm (texlive-yafoot): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xytree....* gnu/packages/tex.scm (texlive-xytree): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xwatermark....* gnu/packages/tex.scm (texlive-xwatermark): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xurl....* gnu/packages/tex.scm (texlive-xurl): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xtab....* gnu/packages/tex.scm (texlive-xtab): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xsim....* gnu/packages/tex.scm (texlive-xsim): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xsavebox....* gnu/packages/tex.scm (texlive-xsavebox): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xprintlen....* gnu/packages/tex.scm (texlive-xprintlen): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xpeek....* gnu/packages/tex.scm (texlive-xpeek): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xpunctuate....* gnu/packages/tex.scm (texlive-xpunctuate): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xoptarg....* gnu/packages/tex.scm (texlive-xoptarg): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xnewcommand....* gnu/packages/tex.scm (texlive-xnewcommand): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xltabular....* gnu/packages/tex.scm (texlive-xltabular): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xkcdcolors....* gnu/packages/tex.scm (texlive-xkcdcolors): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xint....* gnu/packages/tex.scm (texlive-xint): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xhfill....* gnu/packages/tex.scm (texlive-xhfill): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xfakebold....* gnu/packages/tex.scm (texlive-xfakebold): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xellipsis....* gnu/packages/tex.scm (texlive-xellipsis): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xdoc....* gnu/packages/tex.scm (texlive-xdoc): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xcpdftips....* gnu/packages/tex.scm (texlive-xcpdftips): New variable. Nicolas Goaziou
2023-08-31gnu: Add texlive-xcookybooky....* gnu/packages/tex.scm (texlive-xcookybooky): New variable. Nicolas Goaziou