~ruther/guix-local

07eaadab — Wilko Meyer 2 years ago
gnu: linux-libre 5.10: Update to 5.10.205.

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

Change-Id: I63dcffd43b83888ca41e41b3b69b1aecb6a88026
Signed-off-by: Leo Famulari <leo@famulari.name>
cacd2d5e — Wilko Meyer 2 years ago
gnu: linux-libre 5.15: Update to 5.15.144.

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

Change-Id: Ib66272d8e15a966e04acbbb1a29eff2e263592d2
Signed-off-by: Leo Famulari <leo@famulari.name>
e5161642 — Wilko Meyer 2 years ago
gnu: linux-libre 6.1: Update to 6.1.69.

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

Change-Id: If6a3d1d5a9252386c44beb60e3f4d0f535ef37ff
Signed-off-by: Leo Famulari <leo@famulari.name>
046b80d5 — Wilko Meyer 2 years ago
gnu: linux-libre 6.6: Update to 6.6.8.

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

Change-Id: I31ac97a55842399046278291a2ebcc038159f38d
Signed-off-by: Leo Famulari <leo@famulari.name>
afdbf7f2 — Brian Cully 2 years ago
gnu: home: Add home-pipewire service.

This adds a set of home Shepherd services which will start the required
services for a functional PipeWire setup.

* gnu/home/services/sound.scm (home-pipewire-shepherd-service,
home-wireplumber-shepherd-service, home-pipewire-shepherd-services,
home-pipewire-asoundrc, home-pipewire-xdg-configuration,
home-pipewire-pulseaudio-shepherd-service): New procedures.
(home-pipewire-service-type): New service type.
(home-pipewire-configuration): New struct.
(home-pipewire-disable-pulseaudio-auto-start): New variable.
* doc/guix.texi (Sound Home Services): Document it.

Change-Id: I99e0ae860de91d459c3c554ec5503bf35f785a2a
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
a4a14ab6 — Ricardo Wurmus 2 years ago
gnu: Add lammps-serial.

* gnu/packages/bioinformatics.scm (lammps-serial): New variable.

Change-Id: Ifd189a28f423e43ddda8654f758486737eef4a3c
95879674 — Ricardo Wurmus 2 years ago
gnu: Add lammps.

* gnu/packages/bioinformatics.scm (lammps): New variable.

Change-Id: Ic9745a623300b82b7fb1417437220415305e7332
103dc351 — Efraim Flashner 2 years ago
Revert "gnu: ed: Update to 1.19."

This reverts commit 0d8b0af0fe9a4ee113a555f939adbbe0f9ac7125.

This results in more than 5000 packages being rebuilt.
3e41b252 — Efraim Flashner 2 years ago
gnu: Adjust to removing ed.scm and nano.scm

This is a follow-up to f6817e71dff7d0d9fdb55db8b85a1d3d04e2bf5a and
e11e65a9ad08e18ea2faac3c9f4639a7b189bf76.

* gnu/installer.scm, gnu/packages/algebra.scm, gnu/packages/base.scm,
gnu/packages/cook.scm, gnu/packages/lisp.scm,
gnu/packages/patchutils.scm, gnu/packages/version-control.scm,
gnu/packages/web-browsers.scm, gnu/system.scm: Adjust module imports.

Change-Id: I25e5519fa003c35a14b81c3dda37b24527858634
2a66a966 — Romain GARBAGE 2 years ago
gnu: scotch: Update to 7.0.4

* gnu/packages/maths.scm (scotch): Update to version 7.0.4.

Change-Id: I493113ecc1694e8812fb38d8e4641398eb174b34
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
f21e732e — Sharlatan Hellseher 2 years ago
gnu: shotwell: Fix build.

* gnu/packages/gnome.scm (shotwell): Fix build.
[inputs]: Swap webkitgtk to webkitgtk-for-gtk3.

Change-Id: I457ed30f3bf6335c7dd88daf2132b4a8857d86c6
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
7287b520 — Jaeme Sifat 2 years ago
gnu: emacs-tempel: Update to 1.0.

* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 1.0.

Change-Id: I61737161384615a4c18e4ce318b0c538db1372ca
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
b50b1c81 — Jaeme Sifat 2 years ago
gnu: emacs-tempel-collection: Update to 0.1-1.4a1d717.

* gnu/packages/emacs-xyz.scm (emacs-tempel-collection): Update to 0.1-1.4a1d717.

Change-Id: Iac96a06c183fa2f6f246e08283a7bca2e00aac32
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
e11e65a9 — Jaeme Sifat 2 years ago
gnu: Remove nano.scm.

Removes nano.scm and places the `nano' package within text-editors.scm.

* gnu/local.mk (GNU_SYSTEM_MODULES): Remove nano.scm from build.
* gnu/packages/nano.scm: Delete file.
* gnu/packages/text-editors.scm (nano): New variable.
[copyright header]: Transfer copyright notices from nano.scm to text-editors.scm.

Change-Id: I257f68a3072481f556db208bd1bd34e6eec79b47
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
0d8b0af0 — Jaeme Sifat 2 years ago
gnu: ed: Update to 1.19.

* gnu/packages/text-editors.scm (ed): Update to 1.19.

Change-Id: I02ec92086fe122a636d24e8bc3afb3c3f118651c
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
f6817e71 — Jaeme Sifat 2 years ago
gnu: Remove ed.scm.

Remove ed.scm and move the `ed' package to text-editors.scm.

* gnu/local.mk (GNU_SYSTEM_MODULES): Remove ed.scm from build.
* gnu/packages/ed.scm: Delete file.
* gnu/packages/text-editors.scm (ed): New variable.
[copyright header]: Transfer copyright notices from ed.scm to text-editors.scm.

Change-Id: I827a2943f4849085186f2a25a9c8676cf4b6a7fd
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
0d13d095 — Efraim Flashner 2 years ago
gnu: Fix source URI for rust crates.

This follows an upstream change no longer correcting for typos between
'-' and '_'.

* gnu/packages/crates-graphics.scm, gnu/packages/crates-io.scm: Adjust
sources to use the correct source URI.

Change-Id: I4a304030a24e44b79542205d2db9e3120307cd64
a8196632 — Zheng Junjie 2 years ago
gnu: fzy: Fix cross-compilation.

* gnu/packages/shellutils.scm (fzy)[arguments]: Use cc-for-target.

Change-Id: Ic9e929ce3e85ec07f44ae7f8597a02a64edd5bf5
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
dc5f25ce — Zheng Junjie 2 years ago
gnu: fzy: Use Gexps.

* gnu/packages/shellutils.scm (fzy)[arguments]: Use Gexps.

Change-Id: Ic9e929ce3e85ec07f44ae7f8597a02a64edd5bf5
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2bf5102a — Ricardo Wurmus 2 years ago
gnu: swineherd: Update to 0.0.4.

* gnu/packages/admin.scm (swineherd): Update to 0.0.4.

Change-Id: Ie8ca91c0de969fdfd524be915a2eee020bb3f7df
Next