Age | Commit message (Expand) | Author |
---|---|---|
2023-08-22 | ssh: Also print the user when authentication fails....* guix/ssh.scm (open-ssh-session): Show user in error message. Co-authored-by: Ludovic Courtès <ludo@gnu.org> | Attila Lendvai |
2023-08-22 | services: file-database: Clarify 'excluded-directories' description....* gnu/services/admin.scm (file-database-configuration)[excluded-directories]: Mention that these are regexps. (%default-file-database-excluded-directories): Likewise. * doc/guix.texi (File Search Services): Adjust accordingly. | Ludovic Courtès |
2023-08-22 | services: file-database: Set 'PATH' for 'updatedb'....Previously 'updatedb' would fail to find 'sed', 'rm', etc. * gnu/services/admin.scm (file-database-mcron-jobs): Set PATH before invoking 'updatedb'. | Ludovic Courtès |
2023-08-22 | gnu: guix: Update to 30355c1....Fixes a test failure in 'tests/guix-system.sh' on aarch64-linux, introduced by 4cdbbfa48d87d9a500288249f228fd19d4371919. * gnu/packages/package-management.scm (guix): Update to 30355c1. | Ludovic Courtès |
2023-08-22 | gnu: cl-trivial-clipboard: Update to 0.0.0-6.6ddf8d5....* gnu/packages/lisp-xyz.scm (sbcl-trivial-clipboard): Update to 0.0.0-6.6ddf8d5. [inputs]: Add wl-clipboard. [arguments]: Update 'fix-paths' phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> | Andre A. Gomes |
2023-08-22 | gnu: Add emacs-ox-html-stable-ids....* gnu/packages/emacs-xyz.scm (emacs-ox-html-stable-ids): New variable. | Andrew Tropin |
2023-08-22 | examples: Avoid duplicate SDDM service for Plasma on aarch64-linux....This is a followup to cf28f46930f1ea4087d84c162cfacfcdff842b1f. * gnu/system/examples/plasma.tmpl (services): Remove both 'gdm-service-type' and 'sddm-service-type' from %DESKTOP-SERVICES. | Ludovic Courtès |
2023-08-21 | gnu: syncthing: Use new package style....* gnu/packages/syncthing.scm (syncthing)[arguments]: Use gexps. Drop trailing Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Timotej Lazar |
2023-08-21 | gnu: syncthing: Update to 1.23.6....* gnu/packages/syncthing.scm (syncthing): Update to 1.23.6. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Timotej Lazar |
2023-08-21 | examples: Avoid 'modify-services' to remove GDM....This led to a 'tests/guix-system.sh' failure on aarch64-linux: …/plasma.tmpl:60:13: error: modify-services: service 'gdm' not found in service list This is because 'gdm-service-type' is not among %DESKTOP-SERVICES on that architecture. * gnu/system/examples/plasma.tmpl (services): Use 'remove' rather 'modify-services' + 'delete'. | Ludovic Courtès |
2023-08-21 | gnu: hdf5: Remove 1.12.2....* gnu/packages/maths.scm (hdf5-1.12): Remove variable. | Andreas Enge |
2023-08-21 | gnu: Add sdbus-cpp....* gnu/packages/glib.scm (sdbus-cpp): New variable. Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com> | Maxim Cournoyer |
2023-08-21 | gnu: python-pymol: Remove msgpack from native-inputs....It's now propagated by mmtf-cpp. * gnu/packages/chemistry.scm (python-pymol) [native-inputs]: Remove msgpack. Reviewed-by: Andreas Enge <andreas@enge.fr> | Maxim Cournoyer |
2023-08-21 | gnu: avogadrolibs: Remove msgpack from native-inputs....It's now propagated by mmtf-cpp. * gnu/packages/chemistry.scm (avogadrolibs) [native-inputs]: Remove msgpack. Reviewed-by: Andreas Enge <andreas@enge.fr> | Maxim Cournoyer |
2023-08-21 | gnu: mmtf-cpp: Update to 1.1.0....* gnu/packages/chemistry.scm (mmtf-cpp): Update to 1.1.0. [propagated-inputs]: Add msgpack. Reviewed-by: Andreas Enge <andreas@enge.fr> | Maxim Cournoyer |
2023-07-23 | gnu: linux-libre 4.14: Update to 4.14.323....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.323. (linux-libre-4.14-pristine-source): Update hash. | Leo Famulari |
2023-07-23 | gnu: linux-libre 4.19: Update to 4.19.292....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.292. (linux-libre-4.19-pristine-source): Update hash. | Leo Famulari |
2023-07-23 | gnu: linux-libre 5.4: Update to 5.4.254....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.254. (linux-libre-5.4-pristine-source): Update hash. | Leo Famulari |
2023-07-23 | gnu: linux-libre 5.10: Update to 5.10.191....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.191. (linux-libre-5.10-pristine-source): Update hash. | Leo Famulari |
2023-07-23 | gnu: linux-libre 5.15: Update to 5.15.127....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.127. (linux-libre-5.15-pristine-source): Update hash. | Leo Famulari |
2023-07-23 | gnu: linux-libre 6.1: Update to 6.1.46....* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.46. (linux-libre-6.1-pristine-source): Update hash. | Leo Famulari |
2023-07-23 | gnu: linux-libre: Update to 6.4.11....* gnu/packages/linux.scm (linux-libre-6.4-version): Update to 6.4.11. (linux-libre-6.4-pristine-source): Update hash. | Leo Famulari |
2023-08-21 | ci: Really honor system type for manifests....* gnu/ci.scm (manifests->jobs): Pass SYSTEM to 'lower-object'. | Ludovic Courtès |
2023-08-21 | gnu: guix: Update to 0e6215a....* gnu/packages/package-management.scm (guix): Update to 0e6215a. | Ludovic Courtès |
2023-08-21 | gnu: earlyoom: Improve description....* gnu/services/linux.scm (earlyoom-service-type)[description]: Tweak. | Ludovic Courtès |
2023-08-21 | services: earlyoom: Move 'user-processes' to 'requirements'....Fixes a regression introduced in 9c34b793c10cdb50235b876dea5be700ab5600dc. * gnu/services/linux.scm (earlyoom-shepherd-service): Move 'user-processes' to 'requirements'. Reported-by: Attila Lendvai <attila@lendvai.name> | Ludovic Courtès |
2023-08-21 | gnu: texlive-cs: Fix build....* gnu/packages/tex.scm (texlive-cs)[arguments]<#:phases>: Re-activate GENERATE-FONT-METRICS phase. [native-inputs]: Remove TEXLIVE-CM, add TEXLIVE-SAUTER. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-collection-fontsextra....* gnu/packages/tex.scm (texlive-collection-fontsextra): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-zlmtt....* gnu/packages/tex.scm (texlive-zlmtt): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-yinit-otf....* gnu/packages/tex.scm (texlive-yinit-otf): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-yfonts-t1....* gnu/packages/tex.scm (texlive-yfonts-t1): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-yfonts-otf....* gnu/packages/tex.scm (texlive-yfonts-otf): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-yfonts....* gnu/packages/tex.scm (texlive-yfonts): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-xcharter-math....* gnu/packages/tex.scm (texlive-xcharter-math): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-wsuipa....* gnu/packages/tex.scm (texlive-wsuipa): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-venturisadf....* gnu/packages/tex.scm (texlive-venturisadf): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-urwchancal....* gnu/packages/tex.scm (texlive-urwchancal): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-uppunctlm....* gnu/packages/tex.scm (texlive-uppunctlm): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-universalis....* gnu/packages/tex.scm (texlive-universalis): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-universa....* gnu/packages/tex.scm (texlive-universa): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-umtypewriter....* gnu/packages/tex.scm (texlive-umtypewriter): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-typicons....* gnu/packages/tex.scm (texlive-typicons): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-txuprcal....* gnu/packages/tex.scm (texlive-txuprcal): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-txfontsb....* gnu/packages/tex.scm (texlive-txfontsb): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-twemoji-colr....* gnu/packages/tex.scm (texlive-twemoji-colr): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-trajan....* gnu/packages/tex.scm (texlive-trajan): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-tpslifonts....* gnu/packages/tex.scm (texlive-tpslifonts): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-tinos....* gnu/packages/tex.scm (texlive-tinos): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-theanooldstyle....* gnu/packages/tex.scm (texlive-theanooldstyle): New variable. | Nicolas Goaziou |
2023-08-21 | gnu: Add texlive-theanomodern....* gnu/packages/tex.scm (texlive-theanomodern): New variable. | Nicolas Goaziou |