~ruther/guix-local

5133fe25 — Leo Famulari 1 year, 1 month ago
gnu: linux-libre 5.15: Update to 5.15.177.

* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.177.
(linux-libre-5.15-pristine-source): Update hash.

Change-Id: I995d06356a4939b947316f8c90d3e21cba9a78e1
40d75ef8 — Leo Famulari 1 year, 1 month ago
gnu: linux-libre 6.1: Update to 6.1.127.

* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.127.
(linux-libre-6.1-pristine-source): Update hash.

Change-Id: I8ad723c7a133b771c5c59d00615271ec6aadd704
91fc5026 — Leo Famulari 1 year, 1 month ago
gnu: linux-libre 6.6: Update to 6.6.74.

* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.74.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: Ifcbc164fdcb177e6e9e83299f95a29482b8287a9
5fb64cf3 — Leo Famulari 1 year, 1 month ago
gnu: linux-libre: Update to 6.12.11.

* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.11.
(linux-libre-6.12-pristine-source): Update hash.

Change-Id: Ia3ef093f90182d818c9605f0c75e2244a28e8ab1
2ef62487 — Nicolas Goaziou 1 year, 1 month ago
gnu: emacs-jsdoc: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-jsdoc): Use proper version tag.

Change-Id: I20df314d2508eb264bd826af4ddcbc6163d884bc
12bd1d92 — Nicolas Goaziou 1 year, 1 month ago
gnu: emacs-logview: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-logview): Fix typo in version.
[propagated-inputs]: Add emacs-compat.

Change-Id: I42b6bd62ad78103f6c1c0e2e9152d95e32664bdb
ac546fa7 — Nicolas Goaziou 1 year, 1 month ago
gnu: emacs-beframe: Fix hash.

* gnu/packages/emacs-xyz.scm (emacs-beframe): Fix hash, which wasn’t properly
updated during last version bump.

Change-Id: I275596235b37a8733e668f0c07dcf3706c343604
1d7dd577 — Nicolas Goaziou 1 year, 1 month ago
gnu: emacs-visual-replace: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-visual-replace): Update to 1.2-1.17d693f.
[native-inputs]: Add emacs-turtles.
[arguments]: Simplify `install-info' phase to avoid relying on git and Sphinx.
[propagated-inputs]: Remove python-sphinx.

Change-Id: I0bc84e7e38b3fa52ba226cde6630fb37558d5ce8
9946bbf8 — Nicolas Goaziou 1 year, 1 month ago
gnu: Add emacs-turtles.

* gnu/packages/emacs-xyz.scm (emacs-turtles): New variable.

Change-Id: Ia7fc70d240afbe2eeb8909a88e30caac6f4fe14f
services: dico: Add symbols to help users configure FreeDict with dicod.

* gnu/services/dict.scm: (dicod-freedict-database): New procedure;
(%dicod-databases:freedict): new variable.
* doc/guix.texi (Dictionary Service): Document them.

Signed-off-by: Runciter <runciter@whispers-vpn.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: Id5b20e235b988953a66e0344872d1fa165c4c773
4fa122bc — Ludovic Courtès 1 year, 1 month ago
home: services: Add ‘transient’ and ‘timer’ to ‘%base-home-services’.

* gnu/home.scm (%base-home-services): Add
‘home-shepherd-timer-service-type’ and
‘home-shepherd-transient-service-type’.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Ib48744b82c7e4c6ff6b8ac3d669774feda813f4b
5cfbf7b5 — Ludovic Courtès 1 year, 1 month ago
home: services: shepherd: Add ‘transient’ and ‘timer’ services.

* gnu/home/services/shepherd.scm (home-shepherd-timer-service-type)
(home-shepherd-transient-service-type): New variables.
* doc/guix.texi (Shepherd Home Service): Document them.
(Shepherd Services): Add anchor.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Ia4eb7cf043f4661c64f5ca81b8989a451532aa18
dc0df5eb — Ludovic Courtès 1 year, 1 month ago
services: Add the Shepherd’s ‘transient’ and ‘timer’ to ‘%base-services’.

* gnu/services/base.scm (%base-services): Add instances of
‘shepherd-timer-service-type’ and ‘shepherd-transient-service-type’.

Change-Id: I28a35d0dce40b142ee71b330b1cf7a3d222ef6bd
e73cf57a — Ludovic Courtès 1 year, 1 month ago
services: shepherd: Add ‘transient’ and ‘timer’.

* gnu/services/shepherd.scm (shepherd-timer-service-type)
(shepherd-transient-service-type): New variables.
* doc/guix.texi (Shepherd Services): Document them.

Change-Id: I9b622e7e947e7a6384c2701a313d0c7080a0a5f6
75437dbb — Sharlatan Hellseher 1 year, 1 month ago
Merge remote-tracking branch 'origin/go-team'

Change-Id: I3672a7dc248a41b1a83e4c488523f62cf1806710
55859a28 — Andrew Wong 1 year, 2 months ago
gnu: Add swayimg.

* gnu/packages/image-viewers.scm (swayimg): New variable.

Change-Id: I5e6d2d01278d34df412a128a67e2ead46ad5afc2
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
cbc6baf5 — Yuval Langer 1 year, 1 month ago
gnu: emacs-greader: Update to 0.12.5.

* gnu/packages/emacs-xyz.scm (emacs-greader): Update to 0.12.5.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: I2685f757efd7bc675866343cc1b81befc6374907
8a1b16fd — Nicolas Goaziou 1 year, 1 month ago
gnu: emacs-vertico-posframe: Update to 0.8.0.

* gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): Update to 0.8.0.

Change-Id: I9f034a2b4b93ac027742a549e3f4ced531ddd2a7
f73bb8af — Nicolas Goaziou 1 year, 1 month ago
gnu: emacs-tramp: Update to 2.7.2.

* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.7.2.

Change-Id: Ice95dc0c80cbab1c13e4b8f7679c497b093250af
7c6e3129 — Nicolas Goaziou 1 year, 1 month ago
gnu: emacs-eglot: Update to 1.18.

* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.18.
[propagated-inputs]: Add emacs-compat and emacs-track-changes.

Change-Id: Ie26d3d7874ebf03fa18c887f0df34e69006678fd
Next