~ruther/guix-local

ref: d9ea98027952dd34f85a7fcce5eb2c10e33a1b4e guix-local/gnu d---------
d9ea9802 — Leo Famulari 3 years ago
gnu: Add a pinned-version variant of w3m.

* gnu/packages/w3m.scm (w3m-for-tests): New variable.
83046342 — Jan (janneke) Nieuwenhuizen 3 years ago
home: services: Export home-xmodmap-service-type and configuration.

This is a follow-up to commit
    511ae8325db0dfc7803d7b98d7e4d8f76774e8c5
    home: services: Add home-xmodmap-service-type.

* gnu/home/services/desktop.scm (home-xmodmap-service-type,
home-xmodmap-configuration): Export.
42fbe62d — Pierre Langlois 3 years ago
linux-container: Remove hosts-service-type when network is shared.

Fixes <https://issues.guix.gnu.org/61627>.

* gnu/system/linux-container.scm (container-essential-services): When
shared-network? is true, remove the hosts-service-type service kind.
36b22aa7 — Liliana Marie Prikler 3 years ago
Revert "gnu: nautilus: Update to 43.2."

This reverts commit d58a804837760758b4389210711d170d65be2a53, as nautilus
43.2 depends on gnome-desktop 43.2.
310ed645 — Liliana Marie Prikler 3 years ago
Revert "gnu: gnome-desktop: Update to 43.2."

This reverts commit dde25af03e3d0ba5d94bdd814d03eee1e4907709, which broke
the build of gnome-control-center.
9b581486 — Jack Hill 3 years ago
gnu: dino: Update to 0.4.2 [fixes CVE-2023-28686].

* gnu/packages/messaging.scm (dino): Update to 0.4.2.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
720568e6 — Sergey Trofimov 3 years ago
gnu: Add physlock.

* gnu/packages/xdisorg.scm (physlock): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
d58a8048 — Liliana Marie Prikler 3 years ago
gnu: nautilus: Update to 43.2.

* gnu/packages/gnome.scm (nautilus): Update to 43.2.
[arguments]: Adjust ‘skip-gtk-update-icon-cache’ phase accordingly.
[inputs]: Replace glib with glib-next, gtk+ with gtk and libhandy with
libadwaita.
* gnu/packages/patches/nautilus-extension-search-path.patch: Adjust
accordingly.
dde25af0 — Liliana Marie Prikler 3 years ago
gnu: gnome-desktop: Update to 43.2.

* gnu/packages/gnome.scm (gnome-desktop): Update to 43.2.
9512fb83 — Ricardo Wurmus 3 years ago
gnu: Add python-hatchling.

* gnu/packages/python-xyz.scm (python-hatchling): New variable.
0e07bf3c — Ricardo Wurmus 3 years ago
gnu: Add r-ctrdata.

* gnu/packages/cran.scm (r-ctrdata): New variable.
1eef799e — Ricardo Wurmus 3 years ago
gnu: Add r-nodbi.

* gnu/packages/cran.scm (r-nodbi): New variable.
23d4ee1b — Ricardo Wurmus 3 years ago
gnu: Add r-jsonify.

* gnu/packages/cran.scm (r-jsonify): New variable.
04724e59 — Ricardo Wurmus 3 years ago
gnu: Add r-ctrialsgov.

* gnu/packages/cran.scm (r-ctrialsgov): New variable.
a7f118d0 — r0man 3 years ago
services: xorg-wrapper: Support xorg server input rewriting.

This patch adds support for proper xorg server input rewriting. It uses the
lookup-package-direct-input procedure to configure the X server paths
dynamically, instead of always using the hard coded package. Something like
this is now possible:

(define other-mesa
  (package-input-rewriting/spec `(("mesa" . ,(const other-mesa)))))

(xorg-configuration
 (xorg-configuration
  (server (other-mesa xorg-server))))

Without this patch the X server would still be configured with mesa (causing
version issues), and not with other-mesa (as per the input rewrite).

* gnu/services/xorg.scm (xorg-configuration-server-package-path)
(xorg-configuration-dri-driver-path, xorg-configuration-xkb-bin-dir)
(xorg-configuration-xkb-dir): New procedures.
(xorg-wrapper): Use them for dri and xkb paths.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
ff476daa — Nicolas Goaziou 3 years ago
gnu: emacs-cider: Update to 1.7.0.

* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.7.0.
ba8e1ab0 — Nicolas Goaziou 3 years ago
gnu: emacs-citar: Update to 1.3.1.

* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 1.3.1.
8d515cc1 — Nicolas Goaziou 3 years ago
gnu: emacs-citar-org-roam: Update to 0.5.0.

* gnu/packages/emacs-xyz.scm (emacs-citar-org-roam): Update to 0.5.0.
[propagated-inputs]: Reorder alphabetically.
97c594a7 — Nicolas Goaziou 3 years ago
gnu: emacs-evil-collection: Run tests.

* gnu/packages/emacs-xyz.scm (emacs-evil-collection)[arguments]: Run tests.
[native-inputs]: Add EMACS-MAGIT.
[propagated-inputs]: Reorder-alphabetically.
950facd1 — Nicolas Goaziou 3 years ago
gnu: emacs-evil-collection: Update to 0.0.9.

* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.9.
Next