~ruther/guix-local

108c4079 — Giacomo Leidi 9 months ago
teams: Add entry for fishinthecalculator.

* etc/teams.scm ("fishinthecalculator"): New member.

Change-Id: I88c1803455c0cd2126d15d31d45a32572cdee5c2
bc4652f6 — Giacomo Leidi 2 years ago
gnu: Add FluidPlug plugins.

* gnu/packages/fluidplug.scm: New file;
(fluidplug-lv2): New variable;
(fluidplug-plugin->package): New procedure;
(fluidplug-airfont320-lv2, fluidplug-avl-drumkits-perc-lv2,
fluidplug-black-pearl-4a-lv2, fluidplug-black-pearl-4b-lv2,
fluidplug-black-pearl-5-lv2, fluidplug-red-zeppelin-4-lv2,
fluidplug-red-zeppelin-5-lv2, fluidplug-fluidgm-lv2,
fluidplug-fluidbass-lv2, fluidplug-fluidbrass-lv2,
fluidplug-fluidchromperc-lv2, fluidplug-fluiddrums-lv2,
fluidplug-fluidensemble-lv2, fluidplug-fluidethnic-lv2,
fluidplug-fluidguitars-lv2, fluidplug-fluidorgans-lv2,
fluidplug-fluidpercussion-lv2, fluidplug-fluidpianos-lv2,
fluidplug-fluidpipes-lv2, fluidplug-fluidreeds-lv2,
fluidplug-fluidsoundfx-lv2, fluidplug-fluidstrings-lv2,
fluidplug-fluidsynthfx-lv2, fluidplug-fluidsynthleads-lv2,
fluidplug-fluidsynthpads-lv2): New variables.
* gnu/local.mk: Add it.
* CODEOWNERS: Add it to audio team's scope.
* etc/teams.scm: Add it to audio team's scope.

Change-Id: I3692e2ed462bf71abe56d07712b8846a4228ad90
1163a2b3 — Efraim Flashner 9 months ago
gnu: tracker: Extend test timeout on aarch64-linux.

* gnu/packages/gnome.scm (tracker)[arguments]: Adjust the test-options
when building for aarch64-linux to use a longer timeout multiplier.

Change-Id: I4a9de022194067b4c7c2ca547fb8cc8d373727a8
2c814874 — Efraim Flashner 9 months ago
gnu: busybox: Fix build with newer kernel.

This fixes bug #1716.

* gnu/packages/busybox.scm (busybox)[source]: Add patch.
* gnu/packages/patches/busybox-no-cbq.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Change-Id: Ia8cfdbb86a9ac2bca5b4c24ca91e5357ddf92539
38e11fb1 — Cayetano Santos 10 months ago
gnu: Add emacs-gptel-prompts.

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

Change-Id: I8a36b0659e7e17c07bf94c97dc55ad6a12009667
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
45658a67 — Evgeny Pisemsky 10 months ago
services: mosquitto: Add test suite.

* gnu/tests/messaging.scm (%test-mosquitto): New variable.

Change-Id: Ia84291576b9417ce678df3e0ed18caa6ce27b759
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
c40c6976 — Zacchaeus 10 months ago
doc: Correct tor-onion-service-configuration mapping documentation.

* doc/guix.texi (Networking Services): Fix tor-onion-service-configuration
description which was broken in commit 9be1ee6a49 when documentation was
changed to indicated that port-location mappings should be provided as cons
cells when the code always expected lists

Change-Id: Ib12d273cbd37976f9507a60a6d088078f71d4e7a
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
564ba459 — Gabriel Wicki 10 months ago
doc: Fix rootless-podman-service-type example.

Fixes: guix/guix#1308.

* doc/guix.texi (Miscellaneous Services): Fix the rootless-podman-service-type
example.

Change-Id: I3ff484df7088fe8e0994c71b81ee474c81a3070a
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
9e3bdb02 — Cayetano Santos 9 months ago
licenses: Add CERN Open Hardware Licence.

* guix/licenses.scm (ohl2-s): New variable.
(ohl2-p): New variable.
(ohl2-w): New variable.
* guix/import/utils.scm (%spdx-license-identifiers): Add references to them.

Change-Id: I212332041b6438af0ea7b869e38665147f6ce798
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
ae333e07 — Evgeny Pisemsky 10 months ago
gnu: Add hidapitester.

* gnu/packages/libusb.scm (hidapitester): New variable.

Change-Id: I663b41bf890465846e8d1e5cae8b95a6f4186155
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
b7ac124f — Tomas Volf 9 months ago
gnu: buildah: Update to 1.41.0.

* gnu/packages/containers.scm (buildah): Update to 1.41.0.

Change-Id: I047ae322a3c0e24d9bb9c85cbaaf8516a22180bd
Signed-off-by: Andreas Enge <andreas@enge.fr>
b8c2d575 — Tomas Volf 9 months ago
gnu: crun: Update to 1.23.1.

* gnu/packages/containers.scm (crun): Update to 1.23.1.

Change-Id: Ife7cf92568eab7bc3e7797f91662820135fbd0cb
Signed-off-by: Andreas Enge <andreas@enge.fr>
10533c26 — Tomas Volf 9 months ago
gnu: emacs-terraform-mode: Update to 1.1.0.

* gnu/packages/emacs-xyz.scm (emacs-terraform-mode): Update to 1.1.0.
[source]<uri>{url}: Use new upstream.
[home-page]: Change to the new home.

Change-Id: I688284c67f3b184cb4e8360de72d5a90cbe13aef
Signed-off-by: Andreas Enge <andreas@enge.fr>
eb4bd0ea — Ashvith Shetty 9 months ago
gnu: brasero: Fix build with gcc@14.

* gnu/packages/patches/brasero-fix-gcc-14-build-failure.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register new patch.
* gnu/packages/gnome.scm (brasero)[source]: Use new patch.

Fixes: guix/guix#1759
Change-Id: Ifa8462d9c77d8e5716e41b1079a2b0ce46284c89
Signed-off-by: Andreas Enge <andreas@enge.fr>
bc7915de — Cayetano Santos 9 months ago
gnu: lepton-eda: Restore dependency on pcb.

* gnu/packages/engineering.scm (lepton-eda): Restore dependency on pcb.
[arguments]<#:configure-flags>: Add --with-pcb-datadir and
--with-pcb-lib-path.
[inputs]: Add pcb.

Change-Id: Ifb5ab4eac149e12f140f29be7359aaee37e01da0
Signed-off-by: Andreas Enge <andreas@enge.fr>
62cd39ff — Jake Forster 10 months ago
gnu: Add cimg.

* gnu/packages/image-processing.scm (cimg): New variable.

Change-Id: I443dcc71864b237b6573360e27deb7a6adda8b49
Signed-off-by: Andreas Enge <andreas@enge.fr>
73049ba9 — Tomas Volf 9 months ago
gnu: procmail: Fix build with gcc-14.

* gnu/packages/patches/procmail-gcc-14.patch: New patch.
* gnu/packages/mail.scm (procmail)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Register it.

Fixes: guix/guix#1671
Change-Id: I41b3e1d73d319a19efa15ac75cefd326eedd58b1
Signed-off-by: Andreas Enge <andreas@enge.fr>
24257c46 — Evgeny Pisemsky 9 months ago
gnu: pcb: Fix build.

* gnu/packages/engineering.scm (pcb)[arguments]: Add 'convert-encoding
phase.

Change-Id: Iaabf4dfd1991c23ad2df538b1299b0f42113c353
Signed-off-by: Andreas Enge <andreas@enge.fr>
636c0194 — Hugo Buddelmeijer 9 months ago
gnu: xmp: Run guix style.

* gnu/packages/audio.scm (xmp): Run guix style.

Change-Id: If9f000ce442c27af350e1b06cd31642169e6aeef
Signed-off-by: Andreas Enge <andreas@enge.fr>
a9b98de4 — Hugo Buddelmeijer 9 months ago
gnu: xmp: Update to 4.2.0.

* gnu/packages/audio.scm (xmp): Update to 4.2.0.
[source]: Switch to github.
[native-inputs]: Add autoconf and automake.

Change-Id: Id155514b014e8c7c9a59abbad38e63bee0af7a7d
Signed-off-by: Andreas Enge <andreas@enge.fr>
Next