~ruther/guix-local

64e614d4 — Cayetano Santos 1 year, 4 months ago
gnu: Add python-vsg.

* gnu/packages/electronics.scm (python-vsg): New variable.

Change-Id: I373fa187e7af7ad79e5d885574ee124183d37f9b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a9dcd548 — Ludovic Courtès 1 year, 4 months ago
services: cuirass: Really allow ‘parameters’ to be a file-like object.

This is a followup to 72381149119e4541f16024fe5616aca022373525.

* gnu/services/cuirass.scm (cuirass-shepherd-service): Turn
‘--parameters=’ bit into a gexp.

Change-Id: I5dd886b90ecea45157873e9c701e34988d6d31cc
2e942b24 — Ashish SHUKLA 1 year, 4 months ago
gnu: dhcpcd: Update to 10.2.2.

* gnu/packages/admin.scm (dhcpcd): Update to 10.2.2.

Change-Id: Ib2ee6a44be8964e0753f34d0b456307a7e0a7de7
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1a12f818 — Ashish SHUKLA 1 year, 4 months ago
gnu: libstrophe: Update to 0.14.0.

* gnu/packages/messaging.scm (libstrophe): Update to 0.14.0.
[inputs]: Add zlib.

Change-Id: I983d3c28e7f7fcd65f862fa879f713ebceb519f9
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3a2c4a76 — Ashish SHUKLA 1 year, 4 months ago
gnu: mako: Update to 1.10.0.

* gnu/packages/wm.scm (mako): Update to 1.10.0.
[arguments]: Remove, not necessary anymore.
[inputs]: Remove jq.

Change-Id: I166ce8d6c0a99a5a34a35f6d6e47ca666d650b43
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c5b28a3d — Cayetano Santos 1 year, 4 months ago
gnu: yosys: Update to 0.51.

* gnu/packages/fpga.scm (yosys): Update to 0.51.

Change-Id: Ic9f6da5e48c8eea1f897f70b32c3000c5377fdfe
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8e30f695 — Philippe SWARTVAGHER 1 year, 4 months ago
gnu: cmus: Update to 2.12.0.

* gnu/packages/music.scm (cmus): Update to 2.12.0.

Change-Id: Id6452481e0310e8ebe3f7316e49e40f33ca7fe26
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
72381149 — Ludovic Courtès 1 year, 4 months ago
services: cuirass: Allow ‘parameters’ to be a file-like object.

* gnu/services/cuirass.scm (cuirass-shepherd-service): Turn
‘--parameters=’ bit into a gexp.

Change-Id: I3b533d97f59757cc8c18fdafe8d26b4f29f04202
8fb8b309 — Guillaume Le Vaillant 1 year, 4 months ago
gnu: cl-simple-matrix: Update to 1.5-0.d12ba2b.

* gnu/packages/lisp-xyz.scm (sbcl-simple-matrix): Update to 1.5-0.d12ba2b.

Change-Id: I94075d9dd259e700beeecd81f919176eb25784c1
16ed9a28 — Ricardo Wurmus 1 year, 4 months ago
gnu: Add r-rnaagecalc.

* gnu/packages/bioconductor.scm (r-rnaagecalc): New variable.

Change-Id: I7f03b886ce188d9393d7419b616cd96f3f8b8421
0b57a4e2 — Ricardo Wurmus 1 year, 4 months ago
gnu: Add r-recount.

* gnu/packages/bioconductor.scm (r-recount): New variable.

Change-Id: I557062cccaa182eb191f47fbc8c7bd9cfd2808f0
e12455a5 — Maxim Cournoyer 1 year, 4 months ago
gnu: zfs: Enable parallel build.

* gnu/packages/file-systems.scm (zfs)
[phases] {build}: Honor #:parallel-build? and #:make-flags.
{install}: Likewise.

Change-Id: I9dc395364edc0c60c696c1f30fed5190350939ce
7a26e14c — Maxim Cournoyer 1 year, 4 months ago
gnu: mutter: Update to 46.9 and disable unreliable tests.

* gnu/packages/gnome.scm (mutter): Update to 46.9.
[configure-flags]: Add "-Dnative_tests=false".
[phases] {disable-problematic-tests}: Skip gesture test.
{check}: Do not manual start pipewire, now handled by the meta-dbus-runner
script.

Fixes: bug#76976
Change-Id: Ifa6476db5ae3727c9060aa4a0c833c17db876b75
Reported-by: Andreas Enge <andreas@enge.fr>
18f95646 — Janneke Nieuwenhuizen 1 year, 4 months ago
home: Add home-snuik-service.

* gnu/home/services/messaging.scm (home-snuik-service-type): New variable.
* doc/guix.texi (Messaging Home Services): Document it.

Change-Id: I1e278e7d8ed04efcb1a2ce9e12e69cb6a31a9fa4
2f204a73 — Janneke Nieuwenhuizen 1 year, 4 months ago
services: Add snuik-service-type.

* gnu/services/messaging.scm (snuik-configuration): New type.
(snuik-services): New procedure.
(snuik-activation, %snuik-accounts, snuik-service-type): New variables.
* doc/guix.texi (Messaging Services): Document it.

Change-Id: I0c52b4804948876dc1b4d3b5ac660af848a13f25
973e59e2 — Janneke Nieuwenhuizen 1 year, 4 months ago
gnu: Add apulse.

* gnu/packages/pulseaudio.scm (apulse): New variable.

Change-Id: I3ff6c9b42896d0ae6bfa708a6d8568034e876b7c
77ff73a9 — terramorpha 1 year, 4 months ago
gnu: Add gnome-software.

* gnu/packages/gnome.scm (gnome-software): New variable.

Change-Id: I5838a581d8612eed0697c801fff0e241256ce558
Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
226e6482 — Maxim Cournoyer 1 year, 4 months ago
gnu: libostree: Update to 2025.1.

* gnu/packages/package-management.scm (libostree): Update to 2025.1.
[inputs]: Replace libsoup-minimal-2 with libsoup-minimal.
[home-page]: Update URL.

Change-Id: I25b1e9a9ee28530a3afd6c603123fcb64645a182
gnu: ghex: Update to 46.2

* gnu/packages/gnome.scm (ghex): Update to 46.2.

Change-Id: I04431525756292219c657d95936b39c0a62b4ac5
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
6a6b1dbe — Arseniy Zaostrovnykh 1 year, 4 months ago
gnu: cppgir-for-telegram-desktop: Update to 2e96cab to fix telegram.

This fixes the telegram-desktop build, which was broken since in commit
17d9803374 ("gnu: gobject-introspection: Update to 1.82.0").
* gnu/packages/glib.scm (cppgir-for-telegram-desktop): Update to the latest
commit, 2e96cab8ed40df326815b87b1e4b449e0c1a5947.

Change-Id: I336168d49c5ac96ce5205f9824ce42701edb058c
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Next