summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-01teams: emacs: Add tree-sitter.scm to scope.Andrew Tropin
* etc/teams.scm.in (emacs): Add "gnu/packages/tree-sitter.scm" to scope.
2023-09-01gnu: Add tree-sitter-plantuml.Andrew Tropin
* gnu/packages/tree-sitter.scm (tree-sitter-plantuml): New variable.
2023-09-01gnu: tree-sitter-grammar: Add get-cleanup-snippet argument.Andrew Tropin
* gnu/packages/tree-sitter.scm (tree-sitter-grammar): Add get-cleanup-snippet argument.
2023-09-01gnu: guile-next: Update to c2cba86.Janneke Nieuwenhuizen
* gnu/packages/guile.scm (guile-next): Update to c2cba86.
2023-09-01gnu: icedove: Update to 102.15.0.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 102.15.0.
2023-09-01gnu: sound-juicer: Update to 3.40.0.宋文武
* gnu/packages/gnome.scm (sound-juicer): Update to 3.40.0. [arguments]<phases>: Adjust 'disable-gtk-update-icon-cache'. Add 'wrap-program' for GST_PLUGIN_SYSTEM_PATH. [inputs]: Add bash-minimal, for wrapper. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-01gnu: dbus-cxx: Update to 2.4.0.宋文武
* gnu/packages/glib.scm (dbus-cxx): Update to 2.4.0. [source]: Switch to git-fetch. [arguments]: Use g-exps. Adjust configure-flags. <phases>: Skip 'test-machine-uuid-method' test in check phase override. [inputs]: Add libcppgenerate. Remove python and glibmm. Move libsigc++ to... [propagated-inputs]: ...here. Add glib. [native-inputs]: Remove m4. [license]: Change to lgpl3+ and bsd-3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-01gnu: Add libcppgenerate.宋文武
* gnu/packages/cpp.scm (libcppgenerate): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-01gnu: Add tcptrack.Jakob Kirsch
* gnu/packages/admin.scm (tcptrack): New variable. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Reviewed-by: Jelle Licht <jlicht@fsfe.org>
2023-09-01gnu: Add usbrelay.Evgeny Pisemsky
* 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-01cookbook: Add a recipe for running Guix System on a Kimsufi server.Thomas Ieong
* 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-01doc: cookbook: Document the configuration of a Yubikey with KeePassXC.Maxim Cournoyer
* 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-01gnu: utfcpp: Update to 3.2.4.Reza Housseini
* 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-01gnu: Add ftest.Reza Housseini
* 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-01gnu: webrtc-for-telegram-desktop: Update to 0-389.0532942.Distopico
* 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-01gnu: libyuv-for-telegram-desktop: Update to 0-2439.77c2121.Hilton Chain
* gnu/packages/telegram.scm (libyuv-for-telegram-desktop): Update to 0-2439.77c2121.
2023-09-01gnu: svt-hevc: Mention the package should not be used as an input.Maxim Cournoyer
* 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-01gnu: patman: Fix execution.Maxim Cournoyer
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-08-31gnu: services: Revert to deleting and updating all matching servicesBrian Cully
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>
2023-08-31build: Add missing guix-gc.timer file to binary tarball.Maxim Cournoyer
Partially fixes <https://issues.guix.gnu.org/65117>. * nix/local.mk (nodist_systemdservice_DATA): Add etc/guix-gc.timer.
2023-08-31gnu: texlive-tpslifonts: Remove duplicate definition.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-texmate): Remove duplicate variable.
2023-08-31gnu: texlive-isodate: Remove duplicate definition.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-isodate): Remove duplicate variable.
2023-08-31gnu: texlive-glossaries-extra: Remove duplicate definition.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-glossaries-extra): Remove duplicate definition.
2023-08-31gnu: Add texlive-scheme-full.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-scheme-full): New variable.
2023-08-31gnu: Add texlive-collection-latexextra.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-collection-latexextra): New variable.
2023-08-31gnu: Add texlive-zwpagelayout.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-zwpagelayout): New variable.
2023-08-31gnu: Add texlive-zwgetfdate.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-zwgetfdate): New variable.
2023-08-31gnu: Add texlive-zref-vario.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-zref-vario): New variable.
2023-08-31gnu: Add texlive-zref-clever.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-zref-clever): New variable.
2023-08-31gnu: Add texlive-zref-check.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-zref-check): New variable.
2023-08-31gnu: Add texlive-ziffer.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-ziffer): New variable.
2023-08-31gnu: Add texlive-zennote.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-zennote): New variable.
2023-08-31gnu: Add texlive-zed-csp.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-zed-csp): New variable.
2023-08-31gnu: Add texlive-zebra-goodies.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-zebra-goodies): New variable.
2023-08-31gnu: Add texlive-yplan.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-yplan): New variable.
2023-08-31gnu: Add texlive-ycbook.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-ycbook): New variable.
2023-08-31gnu: Add texlive-yaletter.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-yaletter): New variable.
2023-08-31gnu: Add texlive-yagusylo.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-yagusylo): New variable.
2023-08-31gnu: Add texlive-yafoot.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-yafoot): New variable.
2023-08-31gnu: Add texlive-xytree.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xytree): New variable.
2023-08-31gnu: Add texlive-xwatermark.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xwatermark): New variable.
2023-08-31gnu: Add texlive-xurl.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xurl): New variable.
2023-08-31gnu: Add texlive-xtab.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xtab): New variable.
2023-08-31gnu: Add texlive-xsim.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xsim): New variable.
2023-08-31gnu: Add texlive-xsavebox.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xsavebox): New variable.
2023-08-31gnu: Add texlive-xprintlen.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xprintlen): New variable.
2023-08-31gnu: Add texlive-xpeek.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xpeek): New variable.
2023-08-31gnu: Add texlive-xpunctuate.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xpunctuate): New variable.
2023-08-31gnu: Add texlive-xoptarg.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xoptarg): New variable.
2023-08-31gnu: Add texlive-xnewcommand.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xnewcommand): New variable.