~ruther/guix-local

ref: 49ba3adfdff205aeddbe90ee8757e75009d9eed0 guix-local/gnu d---------
49ba3adf — Dariqq 7 months ago
services: opensmtd: Add back option to log to syslog.

The option for syslog logging was removed in 6036f1f3053bc9b4f0411b5e8aeaab5bd7f4ec7b.

* gnu/services/mail.scm (opensmtpd-shepherd-service): When log-file is #f
daemonize and set the pid-file.

Change-Id: I356f4ccacc473def35708c114947788d485d058b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
74b718d5 — Ludovic Courtès 6 months ago
gnu: guix-modules: Update to 0.2.1.

* gnu/packages/package-management.scm (guix-modules): Update to 0.2.1.

Change-Id: I2ff436627326da7a64d67eb2212732f82b45d50e
ad8be1c1 — Sharlatan Hellseher 6 months ago
gnu: go-github-com-mitchellh-hashstructure: Fix variable name.

* gnu/packages/golang-crypto.scm (go-github-com-mitchellh-hashstructure):
Rename variable to  go-github-com-mitchellh-hashstructure-v2 to reflect
go.mod import path.

Change-Id: I4132dd42d9ce01010d646713cccf80d6af902353
0c285531 — Ricardo Wurmus 6 months ago
gnu: nyacc: Restore build of FFI helper.

* gnu/packages/mes.scm (nyacc)[source]: Patch Makefile.
[propagated-inputs]: Add guile-bytestructures.

Change-Id: Ie68a367c0f92df9165538919bd97a845c78b5c80
920a3bec — Ghislain Vaillant 7 months ago
gnu: python-ml-collections: Update to 1.1.0.

* gnu/packages/machine-learning.scm (python-ml-collections): Update to 1.1.0.
  [arguments]: Update test flags.
  [native-inputs]: Remove python-pylint, python-pytest-xidst.
  [propagated-inputs]: Remove python-six.

Change-Id: If03e19f2e10b58bc97d66920dfc4ec4c8e6be03b
Reviewed-by: Cayetano Santos <csantosb@inventati.org>
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
d271fd7f — Ricardo Wurmus 6 months ago
gnu: r-saige: Update to 1.3.4-2.44c8dd4.

* gnu/packages/bioinformatics.scm (r-saige): Update to 1.3.4-2.44c8dd4.
[arguments]: Add phases 'add-missing-include and 'link-with-plink2.
[inputs]: Add plink-ng.
[properties]: Add r-lintools and r-survival.

Change-Id: I61b8ca6cc5384d30eabf94cbe95cecf6b97623e7
7d00eff4 — Ricardo Wurmus 6 months ago
gnu: streambuf-shrinkwrap: Add missing header include.

* gnu/packages/compression.scm (streambuf-shrinkwrap)[arguments]: Add phase
'add-missing-header.

Change-Id: Ia60efc009a2457a5405774e31dc42b85163bd0d9
ae1918a7 — Ricardo Wurmus 6 months ago
gnu: plink-ng: Update to 2.0.0-a.6.16.

* gnu/packages/bioinformatics.scm (plink-ng): Update to 2.0.0-a.6.16.
[arguments]: Use G-expression; add phases 'patch-headers and 'build-library;
update 'install phase to install headers and library.
[inputs]: Add libdeflate.
[native-inputs]: Remove plink.

Change-Id: Ifba65c6c312e6098e36800b3e0bb9158ccd7873a
f80fe5f4 — Sharlatan Hellseher 6 months ago
gnu: Remove python-bumpversion.

Undeveloped for 10 years, deprecated for 6, fails to build.

* gnu/packages/python-xyz.scm (python-bumpversion): Delete variable.

Fixes: guix/guix#3403
Change-Id: I543d47e8b32d1abefba5918094af60f6af4b3b7f
79335ff3 — Sharlatan Hellseher 6 months ago
gnu: Remove python-sphinxcontrib-asyncio.

Not compatible with Sphinx 6, where we have 7 as default, fails to build
and it's a leaf package.
See: <https://github.com/aio-libs/sphinxcontrib-asyncio/issues/15>.

* gnu/packages/databases.scm (python-sphinxcontrib-asyncio): Delete variable.

Fixes: guix/guix#3377
Change-Id: Ic77a45783a5e16842b0a3ff7cef59458f3d77cf7
45eadd2a — Ghislain Vaillant 6 months ago
gnu: python-apscheduler: Fix build.

* gnu/packages/python-xyz.scm (python-apscheduler): Fix build.
  [native-inputs]: Replace python-pytest-asyncio by
  python-pytest-asyncio-0.26.

Change-Id: I7cc0bc7d687bc40bbda93d453b22698d85232c48
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
5f7ec06d — Maxim Cournoyer 6 months ago
gnu: falcosecurity-libs: Fix BPF issue on Linux 6.15+.

This fixes sysdig.

* gnu/packages/patches/falcosecurity-libs-bpf-probes-fix.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/linux.scm (falcosecurity-libs): Apply it.

Change-Id: Ie908824288febb767114a932c050231c6f7647c9
a21c8962 — Sharlatan Hellseher 6 months ago
gnu: cni-plugins: Unvendor.

* gnu/packages/containers.scm (cni-plugins): Unvendor, use
G-Expressions, simplify.
[source] <snippet>: Remove "vendor" directory.
[arguments] <install-source?>: Do not install them.
<phases>: Remove 'set-test-environment; use default 'check.
[native-inputs]: Add go-github-com-alexflint-go-filemutex,
go-github-com-buger-jsonparser, go-github-com-containernetworking-cni,
go-github-com-coreos-go-iptables, go-github-com-mattn-go-shellwords,
go-github-com-networkplumbing-go-nft, and go-sigs-k8s-io-knftables.

Change-Id: I72eecd151da595e8d7c3fb4b8a81e6c52567c4c4
e23634a5 — Sharlatan Hellseher 6 months ago
gnu: Add go-github-com-coreos-go-iptables.

* gnu/packages/golang-web.scm (go-github-com-coreos-go-iptables): New variable.

Change-Id: I49982e86b80fd3291b2946acd1e0eb4f27897dc6
5b8cd910 — Sharlatan Hellseher 6 months ago
gnu: Add go-github-com-networkplumbing-go-nft.

* gnu/packages/golang-web.scm (go-github-com-networkplumbing-go-nft): New variable.

Change-Id: I1b3146ce6055f71930a7090cf21d14fe57734cd9
7bca0448 — Arthur Rodrigues 6 months ago
gnu: go-github-com-tkuchiki-go-timezone: Fix typo in description.

Change-Id: If4d634c5294e4eca836ac33aa517a64673303964
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
342893c0 — Arthur Rodrigues 6 months ago
gnu: Add go-github-com-mistifyio-go-zfs-v3.

* gnu/packages/golang-xyz.scm (go-github-com-mistifyio-go-zfs-v3): New variable.

Change-Id: Idc82619f7e1d74e056a3cf531cf48dc05334f79e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
63a9664f — Arthur Rodrigues 7 months ago
gnu: Add go-github-com-fluent-fluent-logger-golang.

* gnu/packages/golang-xyz.scm (go-github-com-fluent-fluent-logger-golang): New variable.

Change-Id: I57a0b2dca6067c5f1378a39459cff181bde180d0
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
9b37d13d — Arthur Rodrigues 7 months ago
gnu: Add go-github-com-moby-profiles-apparmor.

* gnu/packages/golang-xyz.scm (go-github-com-moby-profiles-apparmor): New variable.

Change-Id: I4f994a78b1607ec729a44e9315534abd0afefc68
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
44bfabb8 — Arthur Rodrigues 7 months ago
gnu: Add go-github-com-racksec-srslog.

* gnu/packages/golang-xyz.scm (go-github-com-racksec-srslog): New variable.

Change-Id: If042479bb3de6138c600b99afda5d355fdf36497
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Next