gnu: Fix embedded store path in patch.
Embedding store paths breaks running "make dist".
Fixes: 696f2acbc7ba0ab7874d7ee4766135b623f88424
* gnu/packages/patches/racket-launcher-config-dir.patch: Adjust reference to
store path.
gnu: openssh: Update to 9.9p2.
Fixes CVE-2025-26465 and CVE-2025-26466.
* gnu/packages/ssh.scm (openssh): Update to 9.9p2.
Change-Id: I0b6ab4ce55a4a16678d5a2c9dc99b81268078db2
gnu: havoc: Update to 0.6.0.
* gnu/packages/terminals.scm (havoc): Update to 0.6.0.
Change-Id: I91e9f1feb5dbbc8d3ff483612df73214a66e4f94
gnu: Syncthing: Update to 1.29.2.
* gnu/packages/syncthing.scm (syncthing): Update to 1.29.2.
Change-Id: I338b4adeeac1f24003b4ca305c623c4a33e3f7af
gnu: Fix grammar of various package descriptions.
Adjust patterns where "allows to X" to use "allows Xing" or similar forms.
* gnu/packages/build-tools.scm (potato-make): Use "Allows Xing" form.
* gnu/packages/image.scm (pngcheck): Likewise.
* gnu/packages/qt.scm (kddockwidgets): Likewise.
* gnu/packages/tex.scm (texlive-biblatex-shortfields): Use "Allow Xing" form.
(texlive-drawmatrix): Likewise. (texlive-mathsemantics): Use "allow Y Xing"
form. (texlive-xlop): Use "allow Xing" form. (texlive-texlogfilter):
Likewise.
gnu: Add guile-mqtt.
* gnu/packages/guile-xyz.scm (guile-mqtt): New variable.
Change-Id: I3e9d4ebdb2357023f77962b9d40e3b10242aeac3
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: tractor: Invoke glib-compile-schemas.
* gnu/packages/tor.scm (tractor)[arguments]: In ‘install-gschema’ phase,
invoke ‘glib-compile-schemas’.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: Ifaa7704dad7295f54494d826419f9c209da34f85
gnu: skopeo: Update to 1.18.0.
* gnu/packages/virtualization.scm (skopeo): Update to 1.18.0.
Change-Id: I94f96a7a5c12c315a8b2708dea7b5c65bc202ef8
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: emacs-snow: Update to be17977677fa29709a726715a1a1cba1bd299f68.
* gnu/packages/emacs-xyz.scm (emacs-snow): Update to be17977677fa29709a726715a1a1cba1bd299f68.
Change-Id: Id078942a6e5f0c6f15cea49c80a36b421083d6a9
services: lightdm: Fix vnc server flag listen-address
* gnu/services/lightdm.scm (lightdm-configuration-file): Fix typo from
‘vnc-server-listen-address’ to ‘listen-address’.
Change-Id: I40d26a5554bf160658e641cc8d3dc212f1364c93
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: gocryptfs: Find fusermount.
* gnu/packages/file-systems.scm (gocryptfs): [arguments] <phases>: Add
'fix-paths.
Change-Id: I43eb135c0b2a89575174a391c047d07907b0b930
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: go-github-com-hanwen-go-fuse-v2: Fix indentation.
* gnu/packages/golang-xyz.scm (go-github-com-hanwen-go-fuse-v2): Fix
indentation.
[phases] {remove-benchmark}: Remove unused "tests?" argument from
lambda.
Change-Id: Iff9528ec13a2e90a415a3ee80006c63dc9ffbd0c
gnu: go-github-com-hanwen-go-fuse-v2: Find fusermount.
It was proposed in #71795 on <2024-06-27>.
Go-fuse requires the setuid version of Fusermount. Relying on PATH is
not acceptable in all situations, especially not when mounts are
executed automatically as part of PAM.
* gnu/packages/golang-xyz.scm (go-github-com-hanwen-go-fuse-v2)
[arguments] <phases>: Add 'fix-paths to adjust path to setuid version of
Fusermount.
[inputs]: Add fuse.
Co-authored-by: Felix Lechner <felix.lechner@lease-up.com>
Change-Id: I56a8265857c6b31dfe74ad3bad3927842c8c9f05
gnu: gocryptfs: Update to 2.5.1.
* gnu/packages/file-systems.scm (gocryptfs): Update to 2.5.1.
Change-Id: I89e06b43b28ad3f84b2341e173ab31108d89ed39
gnu: guix-build-coordinator: Update to 0-117.99b3362.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-117.99b3362.
Change-Id: Iaae799009da631d93184e8846c6e9d743727b410
gnu: bffe: Update to 0-10.3442bff.
* gnu/packages/package-management.scm (bffe): Update to 0-10.3442bff.
[native-inputs,propagated-inputs]: Add guile-pfds.
Change-Id: Ide88302d2c8573accdf73ca943f2ea5339642c00
gnu: trealla: Update to 2.63.39.
* gnu/packages/prolog.scm (trealla): Update to 2.63.39.
Change-Id: Ibd94dfe5d6b6e7a8efb0195128fc7e349195c96f
gnu: Add inferno.
Based on earlier work rejected for licensing reasons (#33080), code has
been relicensed from LPL to Expat.
Just in case remove all fonts from distribution, instead fonts from
plan9port are used.
* gnu/packages/inferno.scm: New file.
* gnu/packages/patches/inferno-fix-crash.patch: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES, dist_patch_DATA): Register new files.
Change-Id: I9a05a8bb2397796f6af86fa3be3408982ca62648
Reviewed-by: Ludovic Courtès <ludo@gnu.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: sendgmail: Improve package style.
* gnu/packages/mail.scm (sendgmail): Re order fields and use list style.
[arguments] <install-source?>: No need for source as it's a final
command.
<tests?>: No tests in upstream.
[home-page]: Fix it.
Change-Id: I5263a0a44b65d19ffda815069891f772be5e34b6
gnu: Add emacs-nushell-mode.
* gnu/packages/emacs-xyz.scm (emacs-nushell-mode): New variable.
Change-Id: I216d8a9f7e7f89e379174a5d93020ff44c69d51f
Signed-off-by: Ian Eure <ian@retrospec.tv>