Commit Graph

118437 Commits

Author SHA1 Message Date
Troy Figiel
5137af3e20
gnu: Add python-jaraco-text.
* gnu/packages/python-xyz.scm (python-jaraco-text): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-09 10:19:43 +01:00
Troy Figiel
2de3f4d43c
gnu: Add python-zc-lockfile.
* gnu/packages/python-web.scm (python-zc-lockfile): New variable.
2024-01-09 10:19:43 +01:00
Troy Figiel
687a1fdaae
gnu: Add python-pytest-dotenv.
* gnu/packages/check.scm (python-pytest-dotenv): New variable.
2024-01-09 10:19:43 +01:00
Troy Figiel
755a995710
gnu: Add python-python-snappy.
* gnu/packages/python-compression.scm (python-python-snappy): New variable.
2024-01-09 10:19:43 +01:00
Troy Figiel
74c5a6afa6
gnu: Add python-hdf5storage.
* gnu/packages/python-xyz.scm (python-hdf5storage): New variable.

Change-Id: If54c5f4b634658854bbe9312dce194643fe23733
2024-01-09 10:19:42 +01:00
Zheng Junjie
53d9190efd
gnu: glew: Fix cross-compiling.
* gnu/packages/gl.scm (mesa)[native-inputs]: When cross-compiling, add
cmake-minimal-cross.
[arguments]: Adjust 'fix-cross-compiling to find llvm.
* gnu/packages/llvm.scm (llvm-for-mesa)
[arguments]<#:configure-flags>: When cross-compiling, set
-DBUILD_SHARED_LIBS:BOOL=TRUE and -DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE,
remove -DLLVM_LINK_LLVM_DYLIB.*.
<#:phases>: When cross-compiling, remove the 'delete-static-libraries phase.

Change-Id: If10dec7695e62604e080230e10f2b8d7167f660b
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-09 10:19:42 +01:00
Guillaume Le Vaillant
ea832b44b7
gnu: sbcl: Fix build on powerpc64.
* gnu/packages/patches/sbcl-fix-ppc64-build.patch: New file.
* gnu/local.mk: Register it.
* gnu/packages/lisp.scm (sbcl)[source]: Use it.

Change-Id: If81321bc7e4075ac7ec63f7b8d623011b4b975d5
2024-01-09 10:04:20 +01:00
Wilko Meyer
c18052f5d0
gnu: linux-libre 5.10: Update to 5.10.206.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.206.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.

Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: Id7c119c07c08308150354ffc593ec9bd9c13fa46
2024-01-09 00:28:49 -05:00
Wilko Meyer
3a8e676f97
gnu: linux-libre 5.15: Update to 5.15.146.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.146.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.

Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: Idb7ede0fc8d4bca3edcd267e6d215dfb98ff5c94
2024-01-09 00:28:48 -05:00
Wilko Meyer
aa97de83a0
gnu: linux-libre 6.1: Update to 6.1.71.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.71.
(linux-libre-6.1-pristine-source): Update hash.

Change-Id: Ifabe9ec0d18d940b10e29f14e00878a89e8767a7
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-09 00:28:48 -05:00
Wilko Meyer
7029d2c781
gnu: linux-libre 6.6: Update to 6.6.10.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.10.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: Ie6295d69e1d732436c43e603b63cb1516bf73ace
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-09 00:28:44 -05:00
Ludovic Courtès
3eac1c82f7
services: bitlbee: Use ‘make-inetd-constructor’ unconditionally.
This construct was introduced in Shepherd 0.9.0.

* gnu/services/messaging.scm (bitlbee-shepherd-service): Use
‘make-inetd-constructor’ unconditionally.

Change-Id: Id1b79077d60609c7f95439ee0d097dfe6e66dd2e
2024-01-08 23:14:46 +01:00
Ludovic Courtès
1964531ce5
home: services: shepherd: Use the 0.10.x interface.
* gnu/home/services/shepherd.scm (home-shepherd-configuration-file):
Pass ‘register-services’ a list.  Call ‘start-in-the-background’
unconditionally.

Change-Id: Id7ba005949653a9ac065c47eddb425df4f4792aa
2024-01-08 23:14:46 +01:00
Ludovic Courtès
477d4f7d24
services: shepherd: Use the 0.10.x GOOPS-less interface.
* gnu/services/shepherd.scm (%default-modules): Remove (oop goops).
(shepherd-service-file): Use (service …) instead of (make <service> …).
Use ‘actions’ instead of ‘make-actions’.
(scm->go): Remove use of (oop goops).
(shepherd-configuration-file): Pass ‘register-services’ a list.
Use ‘start-in-the-background’ unconditionally.

Change-Id: I0ad1ba32e339c56ee31e59f160b53d3581277d97
2024-01-08 23:14:46 +01:00
Ludovic Courtès
b973480dc9
system: hurd: Use the Shepherd 0.10.x.
* gnu/system.scm (hurd-default-essential-services): Remove reference to
‘shepherd-0.8’.
* gnu/system/hurd.scm (%base-packages/hurd): Replace ‘shepherd-0.8’ with
‘shepherd-0.10’.

Change-Id: I9f1800693cda456286450d3d0bb6f7e3da85d55e
2024-01-08 23:14:46 +01:00
Ludovic Courtès
4e0b93ce73
tests: childhurd: Increase SSH connection timeout.
* gnu/tests/virtualization.scm (run-childhurd-test)[run-command-over-ssh]:
Pass #:timeout.

Change-Id: I44bb3673457275fe3a8ec0af2e364292727f53a8
2024-01-08 23:14:46 +01:00
Ludovic Courtès
6c561e7593
services: openssh: Add dependency on ‘networking’.
* gnu/services/ssh.scm (openssh-shepherd-service): Add ‘networking’ to
‘requirement’.

Change-Id: I14c48fe40cce86810a544de6bb7f925bc360653a
2024-01-08 23:14:45 +01:00
Ludovic Courtès
766ac72dba
gnu: guile-fibers: Apply upstream patch fixing libevent timers.
* gnu/packages/patches/guile-fibers-libevent-timeout.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/guile-xyz.scm (guile-fibers)[source]: Use it.

Change-Id: I872ffe5b193087234d29eed399d6db518c5af4d5
2024-01-08 23:13:53 +01:00
Oleg Pykhalov
519e1e3eb8
scripts: system: Build layered images.
* guix/scripts/system.scm (show-help, %docker-format-options, %options,
%default-options, show-docker-format-options,
show-docker-format-options/detailed, process-action): Handle '--max-layers'
option.
* gnu/system/image.scm (system-docker-image): Same.
* gnu/image.scm (<image>)[max-layers]: New record field.

Change-Id: I2726655aefd6688b976057fd5a38e9972ebfc292
2024-01-08 21:22:44 +03:00
Oleg Pykhalov
bdf0ba4ca1
tests: docker-system: Increase image size.
* gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase
'disk-image-size'.

Change-Id: If88588d8981efdfdc539460900f1cbb9a663f9cb
2024-01-08 21:04:44 +03:00
John Kehayias
7a7c8920ae
Merge branch 'mesa-updates'
Change-Id: I671d2733eac4c021eed191fc6bb61ea5492c3740
2024-01-08 12:04:58 -05:00
Oleg Pykhalov
9018c6af49
gnu: obs: Fix VLC plugin.
* gnu/packages/video.scm (obs)[arguments]<#:phases>: Wrap LD_LIBRARY_PATH.

Change-Id: If22b5294284ea500da0e6d9ee4d4bbcc765c6771
2024-01-08 13:55:39 +03:00
Efraim Flashner
728d471d73
gnu: json-glib: Fix cross-compiling.
* gnu/packages/gnome.scm (json-glib)[native-inputs]: Only add more
inputs when not cross-compiling.

Change-Id: I987f382f02d9f7b79b6e281d1f6f6824c1b2dfd3
2024-01-08 08:14:59 +02:00
John Kehayias
d9dee5ea2f
Merge branch 'master' into mesa-updates
Change-Id: I0b92a95109688a1a4c50572bc25a4e5676e0921e
2024-01-07 21:27:27 -05:00
Nicolas Goaziou
3de361d9c9
gnu: fet: Update to 6.15.0.
* gnu/packages/education.scm (fet): Update to 6.15.0.

Change-Id: Iec5ed880fd09dcc63e1650ceffc0f072c1236190
2024-01-07 22:54:54 +01:00
Mathieu Othacehe
560cc91e46
Revert "gnu: mesa: Build asahi driver on aarch64."
This reverts commit cd9c908234.
Move it to mesa-updates.
2024-01-07 22:34:15 +01:00
Andy Tai
e7403acb34
gnu: swig-next: Update to 4.2.0
* gnu/packages/swig.scm (swig-next): Update to 4.2.0

Change-Id: Ic6580f0d2c3ab578de6bc0bd9a98c61b28cc1cd6
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 21:05:18 +01:00
Andy Tai
0a9fd5536a
gnu: parallel: Update to 20231222
* gnu/packages/parallel.scm (parallel): Update to 20231222

Change-Id: I4a32d93e7d7d5e79280d8d804701bb4a7ed57bb9
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 21:02:36 +01:00
Roman Scherer
cd9c908234
gnu: mesa: Build asahi driver on aarch64.
* gnu/packages/gl.scm (mesa): Build asahi driver on aarch64.

Change-Id: I597e70732b9ebd18960131f1b664b2dc83683b8e
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 21:02:07 +01:00
Andy Tai
fdafa8060f
gnu: icewm: Update to 3.4.5
* gnu/packages/wm.scm (icewm): Update to 3.4.5

Change-Id: Ibf30644fbc01dd89378f41f978201e84e0ca39ad
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 21:01:38 +01:00
Mathieu Othacehe
51735eac1c
gnu: dtc: Update to 1.7.0.
Enable the python bindings and switch to the meson build system that handles
the python bindings better than the Makefile build system here.

* gnu/packages/patches/dtc-meson-cell-overflow.patch: New file
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/bootloaders.scm (dtc): Update to 1.7.0.
[build-system]: Switch to the meson-build-system.
[arguments]: Remove #:make-flags. Add a new 'preparations phase. Do not edit
the Makefile in the 'patch-pkg-config phase. Remove the 'configure phase.

Change-Id: Ie61c920829ab3a8c32f4924c694dba6bda807711
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 20:52:04 +01:00
Hilton Chain
ccce23bd81
gnu: Add font-cardo.
* gnu/packages/fonts.scm (font-cardo): New variable.

Change-Id: I60edadc74c33690bb14dff209979a57f22dd5277
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 19:56:48 +01:00
Hilton Chain
b920ee31a6
gnu: font-sarasa-gothic: Update to 1.0.3.
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 1.0.3.
[source]: Update the URI.

Change-Id: I227632d725fb341199c738a5aa6ac17e7ea635cb
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 19:53:40 +01:00
kiasoc5
2b5fcd70d0
gnu: txt2tags: Update to 3.9.
* gnu/packages/textutils.scm (txt2tags): Update to 3.9.

Change-Id: Ia825f5807c87941504feffdb317594f5b1fa62ef
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 19:49:02 +01:00
Andy Tai
1fb02d45eb
gnu: s7: Update to 618de30.
* gnu/packages/lisp.scm (s7): Update to commit 618de30.

Change-Id: I34d92b77a4e8de84f18de0ce7af984928e338282
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 19:38:20 +01:00
Georgios Athanasiou
9c634835e5
gnu: Add guile-yamlpp.
* gnu/packages/guile-xyz.scm (guile-yamlpp): New variable.

Change-Id: I54694eeea17e414df4d7778a2e119f3f995c20e4
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 19:29:23 +01:00
Mattia Bunel
224499f2d4
gnu: Add laszip.
* gnu/packages/geo.scm (laszip): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Change-Id: I8baf25f1d51c9ac90bcea4a1e9a564e21e0a9ee6
2024-01-07 19:25:46 +01:00
Tomas Volf
a5d5c5b357
gnu: ovmf: Update to 202311.
* gnu/packages/firmware.scm (ovmf): Update to 202311.

Change-Id: I32b6d7587b37211b0de6a118024cb4f854ce112d
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 19:23:00 +01:00
Tomas Volf
0c75999d19
gnu: cgit: Update to 1.2.3-793c420.
* gnu/packages/version-control.scm (cgit): Update to
793c420897e18eb3474c751d54cf4e0983f85433.
[inputs]: Update git to 2.43.0.

Change-Id: I3441e9e2837d22ae208f5cccc53d815cc3e0f042
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 19:22:16 +01:00
Ludovic Courtès
5f8a993aa8
gnu: mkvtoolnix: Remove input labels and use gexps.
* gnu/packages/video.scm (mkvtoolnix)[native-inputs]: Remove labels.
[arguments]: Use gexps and ‘this-package-input’ & co.

Change-Id: I12b6638cd78c8c957ac9856c0e19025f4941847e
2024-01-07 16:56:00 +01:00
Antoine Côté
5d97fdb608
gnu: mkvtoolnix: Update to 80.0.
* gnu/packages/video.scm (mkvtoolnix): Update to 80.0.
[inputs]: Add GMP and QTSVG.  Replace QT*-5 by their non-suffixed
variant.
[native-inputs]: Likewise, and change to RUBY-3.2.

Change-Id: If01ce578c9f9ac50e1c99e96c110687e8872177c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-01-07 16:56:00 +01:00
Antoine Côté
ce4fbea7bb
gnu: libmatroska: Update to 1.7.1.
* gnu/packages/video.scm (libmatroska): Update to 1.7.1.

Change-Id: Ia2c943743636f0a01b1446be871b6dcd663ad0d3
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-01-07 16:56:00 +01:00
Tristan Cottam
b6106e8fff
gnu: Add emacs-adwaita-dark-theme
* gnu/packages/emacs-xyz.scm (emacs-adwaita-dark-theme): New variable.

Change-Id: Id6e6d0d6aa27e7c1cc6ec0fc11c3a5f09231d751
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-01-07 16:56:00 +01:00
Troy Figiel
51d25c771c
gnu: python-uqbar: Update to 0.5.9.
* gnu/packages/graphviz.scm (python-uqbar): Update to 0.5.9.
[source]: Add patch for Python 3.10 compatibility.
[arguments]: Remove outdated patch phase.

Change-Id: I81d83efd69bd07fe12790981c48a6e82297908f0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-01-07 16:56:00 +01:00
Rostislav Svoboda
c784c0f43f
gnu: Add emacs-color-identifiers-mode.
* gnu/packages/emacs-xyz.scm (emacs-color-identifiers-mode): New variable.

Change-Id: I1243d468f0ebb39715438fb814d0691dac785515
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-01-07 16:55:59 +01:00
Artyom V. Poptsov
f896382594
gnu: go-golang-org-x-sys: Update to 0.8.0.
* gnu/packages/golang.scm (go-golang-org-x-sys): Update to 0.8.0.
  (go-golang-org-x-sys-0.8): Remove.
  (go-github-com-quic-go-quic-go, go-github-com-quic-go-qtls-go1-20):
  Use the new version of "go-golang-org-x-sys".
* gnu/packages/networking.scm (yggdrasil): Use the new version of
  "go-golang-org-x-sys".
  [propagated-inputs]: Don't rewrite inputs; add "go-golang-org-x-sys".

Change-Id: I969dd402427e345550038918f6de607413c44a61
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-01-07 16:55:58 +01:00
Greg Hogan
59a68a6c2a
gnu: valgrind: Update to 3.22.0.
* gnu/packages/valgrind.scm (valgrind): Update to 3.22.0.

Change-Id: I336c4208d0a15e54ea8ae0238b898b8a909eea62
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-01-07 16:55:18 +01:00
Ludovic Courtès
6dc7307cfb
gnu: shepherd: Update to 0.10.3.
* gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.3.

Change-Id: I6b14a41c22a18bcf0c5bd380d7f118276d0f761c
2024-01-07 16:55:18 +01:00
Guillaume Le Vaillant
7f530f52c9
gnu: cl-concurrent-hash-tables: Update to 0.0.0-1.6ad539b.
* gnu/packages/lisp-xyz.scm (sbcl-concurrent-hash-tables): Update to
  0.0.0-1.6ad539b.

Change-Id: I6e44d4d17cf21162c099b0bb9e6d1ae60f869c33
2024-01-07 11:27:02 +01:00
gemmaro
b212e69346
gnu: taisei: Update to 1.4.
* gnu/packages/games.scm (taisei): Update to 1.4.
[inputs]: Add zstd:lib.
[native-inputs]: Add python-zstd.

Change-Id: Ic83c4b9f77affe7782b62812be86f3c376c7ef28
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-01-07 10:24:16 +01:00
gemmaro
33e6572bee
gnu: taisei: Use new package style.
* gnu/packages/games.scm (taisei)[arguments]: Convert to list of G-Expressions.
[license]: Reformat with guix style.

Change-Id: I717a7e408f5ae274c5aafa0f3e20bb7bca377b3a
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-01-07 10:07:23 +01:00
Nicolas Goaziou
a8f2c03a60
gnu: Add redeal.
* gnu/packages/games.scm (redeal): New variable.

Change-Id: I89c000c7afdd594af3555bf23b0f028f99219ec3
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-01-07 10:06:42 +01:00
Nicolas Goaziou
3b4e71c473
gnu: dds: Update to 2.9.0-1.d2bc4c2.
* gnu/packages/game-development.scm (dds): Update to 2.9.0-1.d2bc4c2.

Change-Id: I3c6db4e81d70112f020f2d7a0f7db26069c7591f
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-01-07 10:06:42 +01:00
Wilko Meyer
11136fb0ad
gnu: Add morris.
* gnu/packages/games.scm (morris): New variable.

Change-Id: I35158d1f5cfd5f7267dcb8295d8102e2dd3f575c
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-01-07 10:06:42 +01:00
宋文武
25bcf4eda0
plan9port: Update to 0.1.0-1.f8681ac.
* gnu/packages/plan9.scm (plan9port): Update to 0.1.0-1.f8681ac.

Change-Id: I35eb40eb4213478db48989d8ed2c5865e7ce7afc
2024-01-07 10:39:50 +08:00
宋文武
2538a773c5
plan9port: Install into "$output/plan9" instead of "$output".
This fixes <https://issues.guix.gnu.org/67329>.

* gnu/packages/plan9.scm (plan9port)[arguments]: Add 'strip-directories'.
<phases>: Use "$output/plan9" as PLAN9_TARGET.  Remove 'wrap-executables
phase, instead invoke "./INSTALL -c" to change hard-coded /usr/local/plan9
paths.

Change-Id: I7e24f64445c9b6cdcc0d803239e10b226931a845
2024-01-07 10:39:45 +08:00
宋文武
e661c1f31d
gnu: bbcsdl: Update to 1.39a.
* gnu/packages/game-development.scm (bbcsdl): Update to 1.39a.
[arguments]: Replace bundled "DejaVuSans-Oblique.ttf" with symlink in the
'install' phase.

Change-Id: I7b7c8ec8a8216812e1c7a1fab74695b14f4d3ca2
2024-01-07 10:39:01 +08:00
宋文武
fc973ae399
gnu: elementary-xfce-icon-theme: Update to 0.18.
* gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.18.

Change-Id: Ibcb595e20553c18893db3cad5d95bd85ef1c04fc
2024-01-07 10:37:05 +08:00
宋文武
aec0dea1f6
gnu: catfish: Update to 4.18.0.
* gnu/packages/xfce.scm (catfish): Update to 4.18.0.

Change-Id: Ibc9a9774b20d918ea7aa17404d093d2043ce6855
2024-01-07 10:36:41 +08:00
Guillaume Le Vaillant
157ad70182
gnu: p2pool: Update to 3.10.
* gnu/packages/finance.scm (p2pool): Update to 3.10.

Change-Id: Iebc332cdbd1204a43d5cb53b78994c11191429ca
2024-01-06 15:58:56 +01:00
Wilko Meyer
9891dd8814
gnu: Add qcheckers.
* gnu/packages/games.scm (qcheckers): New variable.

Change-Id: I399ac6aa0c268a8fcf68aabe716fe2d2d5e42605
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-06 15:58:56 +01:00
Sharlatan Hellseher
e994bc0abf
gnu: yggdrasil: Remove duplicated input.
* gnu/packages/networking.scm (yggdrasil)[propagated-inputs]: Remove
duplicated go-github-com-hjson-hjson-go.

Change-Id: I13b1808ffcbf80a2b4fd17188a8b62557a943d24
Signed-off-by: Andrew Tropin <andrew@trop.in>
2024-01-06 12:16:40 +03:00
Sharlatan Hellseher
50514b8d55
gnu: yggdrasil: Sort inputs alphabetically.
* gnu/packages/networking.scm (yggdrasil)[propagated-inputs]: Sort
alphabetically to ease maintenance.

Change-Id: I336307433842bd1dce0cfb62d93be767e0a92dbb
Signed-off-by: Andrew Tropin <andrew@trop.in>
2024-01-06 12:16:39 +03:00
Sharlatan Hellseher
837e5f737e
gnu: go-github-com-hjson-hjson-go: Fix commit.
This package was updated in ada2152893 and
moved with lower version which broke yggdrasil.

Author:     Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Wed Nov 1 00:15:16 2023 +0300
Commit:     Christopher Baines <mail@cbaines.net>
CommitDate: Fri Nov 3 10:14:06 2023 +0000

gnu: go-github-com-hjson-hjson-go: Update to 4.3.1.

* gnu/packages/golang.scm (go-github-com-hjson-hjson-go): Update to 4.3.1.

Change-Id: Iee2aef614686cbf79f388e2dd9435745d5502e2a
Signed-off-by: Andrew Tropin <andrew@trop.in>
2024-01-06 12:16:38 +03:00
Leo Nikkilä
c0e21e523d
gnu: mpd: Add D-Bus dependency.
MPD requires D-Bus for Zeroconf support. Avahi is currently included as
a dependency, but Zeroconf isn't actually enabled due D-Bus. This also
enables udisks support.

Before this change, `mpd -V' returns:

    Other features:
     epoll icu inotify ipv6 systemd tcp un

After this change, `mpd -V' returns:

    Other features:
     avahi dbus udisks epoll icu inotify ipv6 systemd tcp un

* gnu/packages/mpd.scm (mpd): Add D-Bus dependency.
[inputs]: Add dbus.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-01-05 17:04:32 -05:00
Maxim Cournoyer
ce0d654bb5
gnu: mpd: Update to 0.23.15.
* gnu/packages/mpd.scm (mpd): Update to 0.23.15.

Change-Id: I584f33d5be6b1b62a97b014a758dfbecc8a6fa99
2024-01-05 17:03:58 -05:00
Maxim Cournoyer
67c9cdfdce
gnu: ffmpeg: Update to 6.1.1 (fixes CVE-2023-47342, CVE-2023-47344).
* gnu/packages/video.scm (ffmpeg): Update to 6.1.1.
Fixes CVE-2023-47342 and CVE-2023-47344 (see:
https://ffmpeg.org/security.html)

Change-Id: I5196a62fc56341809ed597389b431dae32bd50da
2024-01-05 15:23:07 -05:00
Maxim Cournoyer
deeb7d1f53
gnutls: Update to 3.8.2 (fixes CVE-2023-5981).
* gnu/packages/tls.scm (gnutls): Graft with gnutls-3.8.2.
(gnutls-3.8.1): Replace with...
(gnutls-3.8.2): ... this.  Remove obsolete set-path-max phase, and make the
variable private.

Change-Id: Ib5cd276c9ecc87d1adc2f4f9633d49676cfe856d
2024-01-05 13:48:37 -05:00
Wilko Meyer
9abca269dd
gnu: linux-libre 6.1: Update to 6.1.70.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.70.
(linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.

Change-Id: I5bcebd56f3b4d6cc7ad7419264c78c56c6f3ff95
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-05 13:15:20 -05:00
Wilko Meyer
8873e4cc16
gnu: linux-libre 6.6: Update to 6.6.9.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.9.
(linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes.

Change-Id: Id68891618879662b08e539f684482c4a8ef02541
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-05 13:15:20 -05:00
Wilko Meyer
dd865cb515
gnu: Update my copyright.
* gnu/packages/linux.scm: Update copyright header.

Change-Id: Idaa9c90e05eba9d0f417f11e86a80bf8119a7a65
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-05 13:15:19 -05:00
Ricardo Wurmus
9068dc9f29
gnu: Add bustools.
* gnu/packages/bioinformatics.scm (bustools): New variable.

Change-Id: I24a936ad1d630663a41855a833e35fb9caa0155c
2024-01-05 18:21:06 +01:00
Ricardo Wurmus
657fd534fb
gnu: Add python-louvain-igraph.
* gnu/packages/graph.scm (python-louvain-igraph): New variable.

Change-Id: I773ee905af81731a12b60ebfa0c2f94e9cb50c45
2024-01-05 18:13:10 +01:00
Ricardo Wurmus
cb15b360aa
gnu: Add python-snaptools.
* gnu/packages/bioinformatics.scm (python-snaptools): New variable.

Change-Id: I4f4b32cbbb64472e65d2d88184173b6e1a75e8d2
2024-01-05 17:55:17 +01:00
Ricardo Wurmus
41f0de65b4
gnu: Add trinityrnaseq.
* gnu/packages/bioinformatics.scm (trinityrnaseq): New variable.

Change-Id: Ia2c45623576e7e2e51b040b1001b1dd88c1324bb
2024-01-05 17:47:46 +01:00
Yuval Langer
5279bd453f
gnu: Add guile-srfi-232.
* gnu/packages/guile-xyz.scm (guile-srfi-232): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: Id5b3511d51a7f8f391231c2129bec96b78887880
2024-01-05 17:29:01 +01:00
Feng Shu
65af293c37
services: xorg: ‘dbus-daemon-wrapper’ handles Home profile.
* gnu/services/xorg.scm (dbus-daemon-wrapper): Handle Home profile.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: Ib2f2330b7ea017ddf33d636de71aaa1c316808cb
2024-01-05 17:28:54 +01:00
Yuval Langer
5dbfd2db62
gnu: Add guile-srfi-133.
* gnu/packages/guile-xyz.scm (guile-srfi-133): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I9466a7def7a90aeabf40c92bd8d78608e8011021
2024-01-05 17:27:21 +01:00
Ludovic Courtès
d5724111ea
daemon: Change default ‘timeout’ and ‘max-silent-time’ values.
Having a timeout seems generally preferable as it makes sure build slots
are not kept busy for no good reason (few package builds, if any, are
expected to exceed these values).

* nix/libstore/globals.cc (Settings::Settings): Change ‘maxSilentTime’
and ‘buildTimeout’.
* gnu/services/base.scm (<guix-configuration>)[max-silent-time]
[timeout]: Change default values.
* doc/guix.texi (Invoking guix-daemon, Base Services): Adjust
accordingly.

Change-Id: I25c50893f3f7fcca451b8f093d9d4d1a15fa58d8
2024-01-05 17:27:21 +01:00
Ludovic Courtès
4e431fda5f
services: shepherd: Remove ‘dynamic-wind’ in ‘call-with-*-file’.
Fixes <https://issues.guix.gnu.org/64653>.

The ‘dynamic-wind’ was causing files to be closed prematurely when
leaving the dynamic extent of PROC for instance via a delimited
continuation, using Fibers (that ‘dynamic-wind’ call was also
semantically incorrect in the first place).

* gnu/services/shepherd.scm (shepherd-configuration-file)
[config](call-with-file): Remove.
(call-with-input-file, call-with-output-file): Rewrite in terms of
‘call-with-port’.

Change-Id: Ica8af71a04f525a15be99985552063cb98cd6ee8
2024-01-05 17:27:20 +01:00
Ricardo Wurmus
5cec983e04
gnu: r-edger: Update to 4.0.5.
* gnu/packages/bioconductor.scm (r-edger): Update to 4.0.5.

Change-Id: Ibf41684a81da1a842f1a8e41309113fb50db6ef9
2024-01-05 17:17:33 +01:00
Ricardo Wurmus
9476bf8701
gnu: scvelo: Disable two broken tests.
* gnu/packages/bioinformatics.scm (scvelo)[build-system]: Use
pyproject-build-system.
[arguments]: Disable test_perfect_fit and test_perfect_fit_2d tests because
they fail with unexpected results; use G-expression.

Change-Id: Ied22a2bc044167012ffaaee15a9626e9f5bccdd5
2024-01-05 15:25:11 +01:00
Ricardo Wurmus
03ae69f587
gnu: onnx: Relax requirement on python-protobuf.
* gnu/packages/machine-learning.scm (onnx)[arguments]: Add phase
'relax-requirements.
(onnx-for-torch2)[arguments]: Delete 'relax-requirements phase.
(onnx-optimizer)[arguments]: Same.

Change-Id: If3bde363d06f16f2b82e175076041441d29e8d6e
2024-01-05 14:50:54 +01:00
Nicolas Goaziou
ac69b42386
gnu: emacs-tagedit: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-tagedit)[propagated-inputs]: Reorder
inputs alphabetically.
[synopsis, description]: Use proper capitalization.

Change-Id: I9361a67d61165bf1492df8760f632fef3fe107aa
2024-01-05 11:10:16 +01:00
Nicolas Goaziou
b43e11643c
gnu: emacs-tagedit: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-tagedit)[arguments]: Add phases to remove
a spurious require.

Change-Id: I37fe4fb9ed0a44514d650d709a49f0e4ae20cbef
2024-01-05 11:08:21 +01:00
Nicolas Goaziou
cc0fb54f77
gnu: emacs-ess: Fix build (part 2).
* gnu/packages/statistics.scm (emacs-ess)[arguments]<#:phases>: Use
a different process in order to disable two tests.

This is a followup to 3c1f25fc7b.

Change-Id: I78ee735ef7ee1dea86af602dc714d88bf8185da5
2024-01-05 10:55:25 +01:00
Ricardo Wurmus
d2a6480e8e
gnu: Add r-scrnaseq.
* gnu/packages/bioconductor.scm (r-scrnaseq): New variable.

Change-Id: Iee25b59af0000f4d2fd7482183b43404840a336c
2024-01-05 08:57:53 +01:00
Ricardo Wurmus
036d2fc88a
gnu: python-tbb: Fix build.
* gnu/packages/tbb.scm (python-tbb)[arguments]: Call "python setup.py install"
with "--root" argument.

Change-Id: I290c45f3d64c0bb6ec57a0e406132b4f42808eec
2024-01-05 08:57:53 +01:00
Feng Shu
05fad99a43
gnu: sddm: Update to 0.20.0.
* gnu/packages/display-managers.scm (sddm)[version]: Update to 0.20.0.
[source]: Remove snippet and use git-fetch method instead.
[arguments]: Use gexp, remove outdate comment and handle /include/qt5 dir of
qtdeclarative.

Change-Id: I6f6bd80291c36b1b80c9ff7f2154593cea2c9d87
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-01-05 00:31:37 -05:00
Adam Faiz
f96590fb36
gnu: minetest: Update to 5.8.0.
Message-ID: <a25dcfdb5bce0dee41ad6b1d8db9ed6ea9a10650.1703461039.git.adam.faiz@disroot.org>
In-Reply-To: <33df226b8a59a668741a971401024bea785d203d.1703461038.git.adam.faiz@disroot.org>
References: <33df226b8a59a668741a971401024bea785d203d.1703461038.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Mon, 25 Dec 2023 07:19:27 +0800
Subject: [PATCH 2/2] gnu: minetest: Update to 5.8.0.

* gnu/packages/minetest.scm (minetest, minetest-data): Update to 5.8.0.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-01-05 00:31:36 -05:00
Adam Faiz
cf075984fc
gnu: irrlicht-for-minetest: Update to 1.9.0mt13.
Message-ID: <33df226b8a59a668741a971401024bea785d203d.1703461178.git.adam.faiz@disroot.org>
In-Reply-To: <cover.1703461178.git.adam.faiz@disroot.org>
References: <cover.1703461178.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Mon, 25 Dec 2023 07:16:25 +0800
Subject: [PATCH 1/2] gnu: irrlicht-for-minetest: Update to 1.9.0mt13.

* gnu/packages/games.scm (irrlicht-for-minetest): Update to 1.9.0mt13.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-01-05 00:31:36 -05:00
kiasoc5
e963dcd2e2
gnu: grml-zsh-config: Update to 0.19.6.
* gnu/packages/shellutils.scm (grml-zsh-config): Update to 0.19.6.

Change-Id: I0609ec27e98fe1c842cb76d0aaebb491b2e966fe
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-01-05 00:31:36 -05:00
Sharlatan Hellseher
2ef73c6bf5
gnu: Add python-djitellopy.
* gnu/packages/python-xyz.scm (python-djitellopy): New variable.

Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I3e1fe9ecc7c02cb22a979c494fd76db678019e2e
2024-01-05 00:31:36 -05:00
Sharlatan Hellseher
a59922dab6
gnu: Add python-av.
* gnu/packages/python-xyz.scm (python-av): New variable.
2024-01-05 00:31:36 -05:00
Clément Lassieur
be1d05c107
gnu: icecat-minimal: Fix WM Class.
* gnu/packages/gnuzilla.scm (icecat-minimal)[arguments]: Set the
MOZ_APP_REMOTINGNAME environment variable and replace "Navigator" with
"Icecat" in icecat.desktop.

The WM Class should be "Navigator, Icecat" instead of "Navigator,
icecat-default".  StartupWMClass in icecat.desktop should be "Icecat" instead
of "Navigator" so that other browsers (they often have the "Navigator" class)
won't be associated with Icecat.

Change-Id: I57bec957938c56e8acf9cd5c955e57dbad081678
2024-01-04 23:47:15 +01:00
Efraim Flashner
9816a53716
gnu: libsigsegv: Fix cross-compiling.
* gnu/packages/libsigsegv.scm (libsigsegv)[arguments]: When
cross-compiling add a phase to not include extra headers.

Change-Id: Ie2d23fd037ed533dacf08acf52771b7ab1d446ac
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-01-04 21:48:17 +02:00
Efraim Flashner
744e06c867
gnu: gmp: Fix building on x86_64-linux-gnux32.
* gnu/packages/multiprecision.scm (gmp)[arguments]: When building for
x86_64-linux-gnux32 add a configure-flag to use the x32 ABI.

Change-Id: I321c707b3f7df5eeb338f03dacf08b29181ecf53
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-01-04 21:48:17 +02:00
Efraim Flashner
568c12d726
gnu: openssl: Fix building on x86_64-linux-gnux32.
* gnu/packages/tls.scm (target->openssl-target): Add entry for
x86_64-linux-gnux32.

Change-Id: Icbbdb76134da0811b8493c55ca2d3acdb77c5883
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-01-04 21:48:17 +02:00
Efraim Flashner
c69230c81f
gnu: Add support for x86_64-linux-gnux32.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add entry for
x86_64-linux-gnux32.
* gnu/packages/gcc.scm (gcc-configure-flags-for-triplet): Add
configure-flag for x86_64-linux-gnux32.
* guix/platforms/x86.scm (x86_64-linux-gnux32): New variable.
* guix/utils.scm (gnu-triplet->nix-system): Force x86_64-linux-gnux32 to
output a different nix-system than x86_64-linux-gnu.

Change-Id: I519fea2f8357e4b9895ede05fe8a5e373e9b034a
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-01-04 21:48:13 +02:00
Guillaume Le Vaillant
d1ce5a3597
gnu: ecl-lparallel: Enable tests.
* gnu/packages/lisp-xyz.scm (ecl-lparallel)[arguments]: Enable tests.

Change-Id: I58c7ab8173db4bb87ac8f94526bfc912a3e479b9
2024-01-04 17:12:20 +01:00
Guillaume Le Vaillant
3863760293
gnu: cl-bordeaux-threads: Update to 0.9.3.
* gnu/packages/lisp-xyz.scm (sbcl-bordeaux-threads): Update to 0.9.3.
  [arguments]: Remove 'silence-deprecation-warning' phase.

Change-Id: I392d48fb2250bfcae66e3e60d3de89ad4edb99f1
2024-01-04 17:03:11 +01:00
Guillaume Le Vaillant
67119aadac
gnu: cl-lparallel: Update to 2.8.4-1.80fc295.
* gnu/packages/lisp-xyz.scm (sbcl-lparallel): Update to 2.8.4-1.80fc295.
  [source]: Update URI to maintained repository.
  [inputs]: Remove labels.

Change-Id: I18ac84c0889a57c040ed9b443774ae16e716918d
2024-01-04 16:56:15 +01:00
Paul A. Patience
35a0bb9691
gnu: cl-flexi-streams: Improve package style.
* gnu/packages/lisp-xyz.scm (sbcl-flexi-streams)[arguments]: Use
  G-expressions. Drop trailing #t in phases.
  [inputs]: Remove labels.

Change-Id: I4aae98985435203006384906a0b28c798e3b9740
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 16:46:18 +01:00
Paul A. Patience
66d327a049
gnu: cl-flexi-streams: Update to 1.0.19-0.74a1027.
* gnu/packages/lisp-xyz.scm (sbcl-flexi-streams): Update to
  1.0.19-0.74a1027.

Change-Id: Id2b82050423aba4f6aa4055c95a18768f110ed71
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 16:45:16 +01:00
Paul A. Patience
154bb7140f
gnu: cl-trivial-garbage: Update to 0.21-0.3474f64.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-garbage): Update to
  0.21-0.3474f64.

Change-Id: I2e6efb02756450fa5c59fe87ae661987cb86d023
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 16:41:42 +01:00
Paul A. Patience
466975efea
gnu: cl-alexandria: Update to 1.4-0.009b7e5.
* gnu/packages/lisp-xyz.scm (sbcl-alexandria): Update to 1.4-0.009b7e5.
  [file-name]: Rename to cl-alexandria. Move above sha256.

Change-Id: I7122aff13715d24e99a58fa4b55b0ef012ae8c40
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 16:38:19 +01:00
Nicolas Goaziou
3c1f25fc7b
gnu: emacs-ess: Fix build.
* gnu/packages/statistics.scm (emacs-ess)[arguments]<#:phases>: Fix test file
lists for skipped tests.

Change-Id: I0ef581080811535dbf32118c3ed37f91e9f58cfe
2024-01-04 16:13:55 +01:00
Benjamin Slade
4440ba3f6e
sbcl: update to 2.4.0
* gnu/packages/lisp.scm (sbcl): Update to 2.4.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: I6087f3697b1c9501be09e1e983fb36d11ec35ba2
2024-01-04 15:29:11 +01:00
Nicolas Goaziou
650b9021a1
gnu: emacs-ess: Improve package style.
* gnu/packages/statistics.scm (emacs-ess)[origin]: Remove trailing #T from
snippet.  Use G-expressions.
[arguments]: Use G-expressions.
[inputs]: Remove labels.

Change-Id: Iaaf6371577e00c2cc1da0192e5f9f9102b4e76b0
2024-01-04 15:14:21 +01:00
Nicolas Goaziou
c61532c4b4
gnu: emacs-ess: Update to 18.10.2-1.3691ecc.
* gnu/packages/statistics.scm (emacs-ess): Update to 18.10.2-1.3691ecc.
[arguments]: Skip failing tests.
* gnu/packages/patches/emacs-ess-fix-obsolete-function-alias.patch: Delete file.
* gnu/local.mk: Apply file removal.

Change-Id: If8cd54c32c44cd2465f2cdb78317e8f8339f6bc3
2024-01-04 15:14:21 +01:00
Paul A. Patience
0eec27846b
gnu: cl-gltf: Update to 2.0.0-0.dab186e.
* gnu/packages/lisp-xyz.scm (sbcl-cl-gltf): Update to 2.0.0-0.dab186e.

Change-Id: I7e9d7f41774f433192dba30225499f36061bf280
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 15:11:47 +01:00
Paul A. Patience
db784bef1d
gnu: Add cl-3d-spaces.
* gnu/packages/lisp-xyz.scm (sbcl-3d-spaces, cl-3d-spaces, ecl-3d-spaces): New
  variables.

Change-Id: Ib15c90168f36c10697d67f69457de9c4b7d28666
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 15:11:47 +01:00
Paul A. Patience
24f0d7eee5
gnu: Add cl-3d-math.
* gnu/packages/lisp-xyz.scm (sbcl-3d-math, cl-3d-math, ecl-3d-math): New
  variables.

Change-Id: Iaa5c63d7fb535b37c11528f5d7802ea62ebd0894
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 15:11:47 +01:00
Paul A. Patience
6b80095106
gnu: Add cl-type-templates.
* gnu/packages/lisp-xyz.scm (sbcl-type-templates, cl-type-templates,
  ecl-type-templates): New variables.

Change-Id: I001451f5cdc3a5a65941982f11d756ecd7a1678a
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 15:11:47 +01:00
Paul A. Patience
cf78318204
gnu: cl-clingon: Update to 0.5.0-0.379fc41.
* gnu/packages/lisp-xyz.scm (sbcl-clingon): Update to 0.5.0-0.379fc41.

Change-Id: I756845165eba3610bda8ec7c3598c797ced411a9
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 15:11:47 +01:00
Paul A. Patience
24c3b94e78
gnu: cl-machine-state: Update to 1.0.0-2.3d258ee.
* gnu/packages/lisp-xyz.scm (sbcl-machine-state): Update to
  1.0.0-2.3d258ee.
  [home-page]: Fix URL.

Change-Id: Ibeb3382f3722070f6c4b3fbcb19bda34addc6273
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 15:11:47 +01:00
Paul A. Patience
7cbb8be044
gnu: cl-coalton: Update to 0.0.1-4.9393424.
* gnu/packages/lisp-xyz.scm (sbcl-coalton): Update to 0.0.1-4.9393424.
  [inputs]: Remove sbcl-json-streams and sbcl-split-sequence.
  Add sbcl-concrete-syntax-tree, sbcl-eclector and sbcl-named-readtables.

Change-Id: Ibedd5bcf9b76e0300775503119babc4d4511e596
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 15:11:47 +01:00
Paul A. Patience
fe4c2a1277
gnu: cl-eclector: Update to 0.9.0-0.d499b09.
* gnu/packages/lisp-xyz.scm (sbcl-eclector): Update to 0.9.0-0.d499b09.

Change-Id: Idb4dd189c39eed98b7992271a5dd4354c02ef641
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 15:11:47 +01:00
Paul A. Patience
3f5023a503
gnu: cl-nibbles: Update to 0.14-3.a46a677.
* gnu/packages/lisp-xyz.scm (sbcl-nibbles): Update to 0.14-3.a46a677.
  [file-name]: Rename to cl-nibbles. Move above sha256.

Change-Id: I6a95f3f24b043d7e2c192840d9bad62f5c661fb2
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 15:11:47 +01:00
Paul A. Patience
7d05e6c89e
gnu: cl-numpy-file-format: Update to 0.0.0-2.e440c7b.
* gnu/packages/lisp-xyz.scm (sbcl-numpy-file-format): Update to
  0.0.0-2.e440c7b.

Change-Id: I4b8b343ebfa7b0be04f54174e5bed479670a9e94
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 15:11:47 +01:00
Paul A. Patience
a37beb4ef6
gnu: cl-atomics: Update to 1.0.0-2.b747702.
* gnu/packages/lisp-xyz.scm (sbcl-atomics): Update to 1.0.0-2.b747702.

Change-Id: I288ce4c336f7347ed596897afa24cd2669a94a4e
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 15:11:47 +01:00
Paul A. Patience
dfc27b63b9
gnu: cl-dexador: Update to 0.9.15-2.051cbb7.
* gnu/packages/lisp-xyz.scm (sbcl-dexador): Update to 0.9.15-2.051cbb7.
  [inputs]: Remove sbcl-cl-reexport. Add sbcl-trivial-garbage.
  [native-inputs]: Remove sbcl-cl-ppcre, sbcl-local-time, sbcl-prove,
  sbcl-trivial-features, and add sbcl-rove to commented list.

Change-Id: Ic451756d90d84954aeddf0fab2c7216a63985d92
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 15:11:47 +01:00
Paul A. Patience
2da9ee16e3
gnu: cl-cmd: Improve package style.
* gnu/packages/lisp-xyz.scm (sbcl-cmd)[arguments]: Use
  G-expressions. Move above inputs.
  [inputs]: Remove labels. Sort.

Change-Id: I7cafea4cce3b2dfb89b21c43d71b96767d55c7f5
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 15:11:47 +01:00
Paul A. Patience
4b070c750f
gnu: cl-cmd: Update to 0.0.1-8.0164d57.
* gnu/packages/lisp-xyz.scm (sbcl-cmd): Update to 0.0.1-8.0164d57.

Change-Id: I1483861da5373f8bebe393ca7f8e80ad7f84cb06
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 15:11:47 +01:00
Troy Figiel
4f53dff911
gnu: python-hicexplorer: Fix build.
* gnu/packages/bioinformatics.scm (python-hicexplorer)[snippet]: Remove
catchall pattern of patch version numbers in setup.py.
2024-01-04 13:38:10 +01:00
Peter Polidoro
8df79db37a
gnu: kicad: Update to 7.0.10.
* gnu/packages/engineering.scm (kicad): Update to 7.0.10.

Change-Id: I7461d2d6736a4618c52767fecc6c0af2c531c1f5
2024-01-04 13:38:10 +01:00
Cayetano Santos
6d2068f173
gnu: emacs-vterm: Update to 0.0.2-1-c3a3a23.
* gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0.0.2-1-c3a3a23.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: I90238380792aee1b5f13fdad8ef4164048e2bab8
2024-01-04 12:48:14 +01:00
casaca
adbdb6e494
gnu: emacs-xah-fly-keys: Update to 24.19.20231204080156.
* gnu/packages/emacs-xyz.scm (emacs-xah-fly-keys): Update to 24.19.20231204080156.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: I1785fced0354ecc837bbe28323a86a3cad506035
2024-01-04 12:42:34 +01:00
Sergey Trofimov
d9e54c187b
gnu: emacs-hyperspace: Propagated inputs.
* gnu/packages/emacs-xyz.scm (emacs-hyperspace):
Use propagated inputs for runtime dependencies.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: Id090075ac3ac6531c25aee909739365f1b920446
2024-01-04 12:36:58 +01:00
Sergey Trofimov
39330065d6
gnu: emacs-discomfort: Propagate inputs.
* gnu/packages/emacs-xyz.scm (emacs-discomfort):
Use propagated-inputs for runtime dependencies.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: Ifbe4d9229ed1714eae0441d5fc4f600cf6a896dc
2024-01-04 12:36:48 +01:00
Sergey Trofimov
6c05fb9286
gnu: emacs-debase: Remove unused inputs.
* gnu/packages/emacs-xyz.scm (emacs-debase):
Remove empty inputs list.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: I3d193fd901de4f79cc6309f80316b0502424e61c
2024-01-04 12:36:38 +01:00
Sergey Trofimov
84a7d72dd8
gnu: emacs-dnt: Propagate inputs.
* gnu/packages/emacs-xyz.scm (emacs-dnt):
Use propagated-inputs for runtime dependencies.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: I6b6d22beb749d6a97301a8b80209dbb40c1b8cfd
2024-01-04 12:36:22 +01:00
Ian Eure
f65e3ec0df
gnu: Add emacs-sql-indent.
* gnu/packages/emacs-xyz.scm (emacs-sql-indent): New variable.

Change-Id: I56a5f1c2e5256ed2ebcfe58ff99faffe49bf8519
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-01-04 12:32:52 +01:00
Ian Eure
c7f1339575
gnu: emacs-blight: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-blight): Update to 1.1.
[arguments]: Include Udev rules granting access to the backlight.

Change-Id: If277c0845845555d99b9fc55c908ffcea6ea56e6
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-01-04 12:28:24 +01:00
Nicolas Goaziou
7a851ee961
gnu: emacs-citeproc-el: Update to 0.9.4.
* gnu/packages/emacs-xyz.scm (emacs-citeproc-el): Update to 0.9.4.
[propagated-inputs]: Add EMACS-COMPAT.

Change-Id: Id04709379fcfa4e02f1a1e2535eb711bd3ea4848
2024-01-04 12:08:34 +01:00
Nicolas Goaziou
4d0d651366
gnu: emacs-eat: Update to 0.9.4.
* gnu/packages/emacs-xyz.scm (emacs-eat): Update to 0.9.4.

Change-Id: Id8ec98ba1f8ebc5f63db5798a6dc7043ca6db393
2024-01-04 12:08:34 +01:00
Nicolas Goaziou
8af16af043
gnu: emacs-exwm-firefox: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-exwm-firefox)[arguments]: Run tests.

Change-Id: I2efb314e899903f5047f65aad4dbbf78560bac64
2024-01-04 12:08:33 +01:00
Nicolas Goaziou
91c4b76ad2
gnu: emacs-exwm-firefox: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-exwm-firefox)[inputs]: Re-order inputs alphabetically.

Change-Id: Ide39e4d98434decb15b3e2f81fbeb547ad91c88e
2024-01-04 12:08:33 +01:00
Nicolas Goaziou
7cf95dc5f4
gnu: emacs-exwm-firefox: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-exwm-firefox): Update to 1.2.
[arguments]: Add a phase to enter "lisp" sub-directory.

Change-Id: Ia349cd008073f8de3d9ea6089fd54ba16edbb29c
2024-01-04 12:08:33 +01:00
Nicolas Goaziou
0370998826
gnu: emacs-helm-company: Update to 0.2.8.
* gnu/packages/emacs-xyz.scm (emacs-helm-company): Update to 0.2.8.

Change-Id: I92ee5a5f91ee2c4480231eb5cc3da1e85c53488c
2024-01-04 12:08:33 +01:00
Nicolas Goaziou
00442d15c2
gnu: emacs-org-fc: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-org-fc): Update to 0.3.0.

Change-Id: Iabf440ee97cfbb665c6d38a169c5526149a4e699
2024-01-04 12:08:33 +01:00
Nicolas Goaziou
49eef61db5
gnu: emacs-org-re-reveal: Update to 3.25.0.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.25.0.

Change-Id: Id3e3acaae62a4434c7a8354ae5d944268f8344f3
2024-01-04 12:08:32 +01:00
Nicolas Goaziou
69e59613dc
gnu: emacs-org-sidebar: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-org-sidebar)[propagated-inputs]: Re-order
inputs alphabetically.

Change-Id: I724c97f5235c3b7315d26a66e23114116b28f9d4
2024-01-04 12:08:32 +01:00
Nicolas Goaziou
f6fb1bbe2f
gnu: emacs-org-sidebar: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-org-sidebar): Update to 0.4.

Change-Id: I1f1cb12a801f4fda59c060b1ca64616b8e170251
2024-01-04 12:08:32 +01:00
Nicolas Goaziou
7597ca5806
gnu: emacs-plz: Update to 0.7.1.
* gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.7.1.

Change-Id: I8fc92e8f1376cf951cf104caee84103296fa5e82
2024-01-04 12:08:32 +01:00
Nicolas Goaziou
be8ce8a825
gnu: emacs-robot-mode: Update to 0.8.0.
* gnu/packages/emacs-xyz.scm (emacs-robot-mode): Update to 0.8.0.

Change-Id: Ic7960db086e712a410c58a613c343dad4c7ca392
2024-01-04 12:08:31 +01:00
Nicolas Goaziou
2b8317dad6
gnu: emacs-solarized-theme: Update to 2.0.4.
* gnu/packages/emacs-xyz.scm (emacs-solarized-theme): Update to 2.0.4.

Change-Id: I70c14db16bdb0c5a892199793a77abe8401c7c67
2024-01-04 12:08:31 +01:00
Nicolas Goaziou
2e8dba6c6c
gnu: emacs-sqlite3-api: Update to 0.18.
* gnu/packages/emacs-xyz.scm (emacs-sqlite3-api): Update to 0.18.

Change-Id: I75d0fb063c1684e2f69ce3904561f6dae17f3344
2024-01-04 12:08:31 +01:00
Nicolas Goaziou
85d742aa12
gnu: emacs-super-save: Update to 0.4.0.
* gnu/packages/emacs-xyz.scm (emacs-super-save): Update to 0.4.0.

Change-Id: I88a8ff0267362ea5f8f8075be4c0020bf51b4f02
2024-01-04 12:08:31 +01:00
Nicolas Goaziou
9470fd9cd8
gnu: emacs-vertico-posframe: Update to 0.7.6.
* gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): Update to 0.7.6.

Change-Id: I9cb71efe2a2e0d108778d49efb87b7da74753399
2024-01-04 12:08:31 +01:00
Nicolas Goaziou
60cba2c9bc
gnu: emacs-vundo: Update to 2.2.0.
* gnu/packages/emacs-xyz.scm (emacs-vundo): Update to 2.2.0.

Change-Id: I5eef536684e98e53d49229442264ac8757dc5513
2024-01-04 12:08:30 +01:00
Nicolas Goaziou
cf51be825d
gnu: emacs-eglot: Update to 1.16.
* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.16.

Change-Id: I064f5f47f5405a84838314c66095abb230cb7df7
2024-01-04 12:08:30 +01:00
Paul A. Patience
1eccfd2b01
gnu: cl-esrap: Update to 0.18-4.d806138.
* gnu/packages/lisp-xyz.scm (sbcl-esrap): Update to 0.18-4.d806138.

Change-Id: I6ed3edf813bdbb4a7dd88a0345b2c02ec61df20b
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 11:44:54 +01:00
Paul A. Patience
f12b4606ca
gnu: cl-osicat: Update to 0.7.0-4.9823279.
* gnu/packages/lisp-xyz.scm (sbcl-osicat): Update to 0.7.0-4.9823279.

Change-Id: I800e00342c6f5d596899280b4d297e1465cd6f3a
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 11:44:54 +01:00
Paul A. Patience
d4644e8f9a
gnu: cl-one-more-re-nightmare: Update to 0.0.0-1.5b0b02e.
* gnu/packages/lisp-xyz.scm (sbcl-one-more-re-nightmare): Update to
  0.0.0-1.5b0b02e.

Change-Id: I4e280f9639f8696d9eaeeb1cd43237938390da5f
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 11:44:54 +01:00
Paul A. Patience
e7f336b2e8
gnu: cl-trivial-benchmark: Update to 2.0.0-2.1fbc8d1.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-benchmark): Update to
  2.0.0-2.1fbc8d1.

Change-Id: I1b9e14ac071ce35b2f2e33220f199481578a07c5
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 11:44:54 +01:00
Paul A. Patience
0fd2cb2632
gnu: cl-shasht: Update to 0.1-2.27ba0a8.
* gnu/packages/lisp-xyz.scm (sbcl-shasht): Update to 0.1-2.27ba0a8.
  [inputs]: Add sbcl-closer-mop.

Change-Id: I7e7e534d5234158993c9f452d2c5107ce1d9dee9
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 11:44:54 +01:00
Paul A. Patience
6efd7b1bcd
gnu: cl-try: Update to 0.0.1-2.cf2a888.
* gnu/packages/lisp-check.scm (sbcl-try): Update to 0.0.1-2.cf2a888.

Change-Id: Iaa21e7ab9baf362c58b03f28513796abd59f0099
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 11:44:54 +01:00
Guillaume Le Vaillant
d66b190096
gnu: txr: Update to 293.
* gnu/packages/lisp.scm (txr): Update to 293.

Change-Id: Ife084219385e11f87b26b59f584c9c0a8c9a323c
2024-01-04 11:44:54 +01:00
Clément Lassieur
ed27cf313a
gnu: icecat-minimal: Fix dependency to libcanberra.
* gnu/packages/gnuzilla.scm (icecat-minimal)[arguments]: Add
'libcanberra/lib/gtk-3.0/modules' to LD_LIBRARY_PATH in the 'wrap-program'
phase.

This fixes these messages on Icecat startup:

Gtk-Message: 13:05:56.635: Failed to load module "canberra-gtk-module"
Gtk-Message: 13:05:56.636: Failed to load module "canberra-gtk-module"

Change-Id: I508dbf0a8133634c329c4c1ff20088752311ff91
2024-01-04 11:08:30 +01:00
John Kehayias
ef4e4c9a2c
Merge branch 'master' into mesa-updates
Change-Id: I46ca25bea98d25150877421c6d5161752afabb25
2024-01-04 00:03:40 -05:00
Sharlatan Hellseher
7b0863f07a
gnu: actionlint: Update to 1.6.26.
* gnu/packages/check.scm (actionlint): Update to 1.6.26.
[inputs]: Swap go-github-com-robfig-cron-1.2 to go-github-com-robfig-cron

* gnu/packages/golang.scm (go-github-com-robfig-cron-1.2): Delete variable.

Change-Id: Ie2c25254ffefb99f8808f74ae4a9d85bbbcb6437
2024-01-03 16:38:57 -05:00
Sharlatan Hellseher
d041bf2bb0
gnu: go-github-com-go-telegram-bot-api-telegram-bot-api: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-go-telegram-bot-api-telegram-bot-api): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: Ia631773394faaff150c18b074c943565f6998e1f
2024-01-03 16:38:56 -05:00
Sharlatan Hellseher
ea94cb36d6
gnu: go-github-com-getsentry-raven-go: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-getsentry-raven-go): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: If7e155b3e85d8bda8fd099f6a4d1eb6b87e9eee3
2024-01-03 16:38:56 -05:00
Sharlatan Hellseher
972c1245c6
gnu: go-cloud-google-com-go-compute-metadata: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-cloud-google-com-go-compute-metadata): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

*  gnu/packages/mail.scm: Add (gnu packages golang-web) module.

Change-Id: Ic97e5f4afd26376d37860fbb4758e8037e758f58
2024-01-03 16:38:56 -05:00
Sharlatan Hellseher
bd0898a9cc
gnu: go-github-com-google-go-github: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-google-go-github): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I17711a8f0bfd58a12cf805f1678688d2946c985b
2024-01-03 16:38:56 -05:00
Sharlatan Hellseher
236ae7820e
gnu: go-github-com-whyrusleeping-json-filter: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-whyrusleeping-json-filter): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I41d725c82adc3f5571c50bdf6a092e9a310e0f6c
2024-01-03 16:35:25 -05:00
Sharlatan Hellseher
a249278269
gnu: go-github-com-xeipuuv-gojsonreference: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-xeipuuv-gojsonreference): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: Iba8903cba4efa0b806cb19237db3ee51a46646c6
2024-01-03 16:35:24 -05:00
Sharlatan Hellseher
3a3484bf5d
gnu: go-github-com-xeipuuv-gojsonpointer: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-xeipuuv-gojsonpointer): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I1c77a5a1b0e85fa57578ff29c9e3c403e4d62bc8
2024-01-03 16:35:24 -05:00
Sharlatan Hellseher
1371b119f3
gnu: go-github-com-xeipuuv-gojsonschema: Adjust inputs.
* gnu/packages/golang-web.scm (go-github-com-xeipuuv-gojsonschema):
[propagated-inputs]: Move go-github-com-stretchr-testify from here ...
[native-inputs]: ... to here.

Change-Id: Id865d5821060cd847aeb9ccfc7b7a477e12f7b7b
2024-01-03 16:35:24 -05:00
Sharlatan Hellseher
65b1156d2b
gnu: go-github-com-xeipuuv-gojsonschema: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-xeipuuv-gojsonschema): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: Iaf68b653f279c98f62ce9e07f2ce010c8e1741e2
2024-01-03 16:35:24 -05:00
Sharlatan Hellseher
ab7511ad0d
gnu: go-github-com-hjson-hjson-go: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-hjson-hjson-go): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

* gnu/packages/networking.scm: Add (gnu packages golang-web) module.
* gnu/packages/uucp.scm: As above.

Change-Id: If1ba5e4d866ce74fa35ae9126c6ba4cd0b149dab
2024-01-03 16:35:24 -05:00
Sharlatan Hellseher
ba8babd9e7
gnu: go-github-com-nwidger-jsoncolor: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-nwidger-jsoncolor): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I924581a553c7b59b1be3e274a1845af68b438bcb
2024-01-03 16:35:23 -05:00
Sharlatan Hellseher
d0f3a60169
gnu: go-github-com-aws-aws-sdk-go-v2-feature-s3-manager: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go-v2-feature-s3-manager): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: Ia97de141c3c96e99b4824ea93925c5d2b5d9aa8d
2024-01-03 16:35:23 -05:00
Sharlatan Hellseher
04bb3c7af6
gnu: go-github-com-aws-aws-sdk-go-v2-service-s3: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go-v2-service-s3): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I11426c93b58f1c0c9c48527621ded345cc4f062b
2024-01-03 16:35:23 -05:00
Sharlatan Hellseher
b344dc44be
gnu: go-github-com-aws-aws-sdk-go-v2-service-sts: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go-v2-service-sts): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I3503dbde93a46ff47dcc035243a7f320b7090794
2024-01-03 16:35:23 -05:00
Sharlatan Hellseher
24d16888ab
gnu: go-github-com-aws-aws-sdk-go-v2-service-ssooidc: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go-v2-service-ssooidc): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I7c1fc41bb4b7ae8b92204e3daee5628602328384
2024-01-03 16:35:23 -05:00
Sharlatan Hellseher
d6285224ad
gnu: go-github-com-aws-aws-sdk-go-v2-service-sso: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go-v2-service-sso): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I7d9008a277e97adc2b496b11b75d63efd1b839f3
2024-01-03 16:35:22 -05:00
Sharlatan Hellseher
8f22dbde7e
gnu: go-github-com-aws-aws-sdk-go-v2-service-iam: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go-v2-service-iam): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: Id479cc90005de14f0916cb06fa140127812787b1
2024-01-03 16:35:22 -05:00
Sharlatan Hellseher
d9246c6b89
gnu: go-github-com-aws-aws-sdk-go-v2-config: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go-v2-config): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: Ie775eff088ac4ad0327e2479a63f677ac9c75da2
2024-01-03 16:35:22 -05:00
Sharlatan Hellseher
31af3c2e37
gnu: go-github-com-aws-aws-sdk-go: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: Ic639856afb340c2a7aea6dc917d2bcd32290d1b7
2024-01-03 16:35:22 -05:00
Sharlatan Hellseher
ae1d9ed08f
gnu: go-github-com-aws-aws-sdk-go-v2: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go-v2): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

*  gnu/packages/version-control.scm: Add (gnu packages golang-web) module.

Change-Id: I6e980749d9f9c1373adfc717b0195a1b8c32d6af
2024-01-03 16:35:22 -05:00
Sharlatan Hellseher
a171f12286
gnu: go-github-com-aws-smithy-go: Adjust description.
* gnu/packages/golang-web.scm (go-github-com-aws-smithy-go):[description]
Add link to Smithy.

Change-Id: I3c913db5940dc97fb3fa8874fd8b1bf9baaf4a59
2024-01-03 16:35:21 -05:00
Sharlatan Hellseher
59be3604e3
gnu: go-github-com-aws-smithy-go: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-aws-smithy-go): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I3a4731ae27cc7365c1704cf5a9eab56ca79974a4
2024-01-03 16:35:21 -05:00
Sharlatan Hellseher
a8378baeb0
gnu: go-github-com-jmespath-go-jmespath: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-jmespath-go-jmespath): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I7f16dd3153ca6fd626061f7da5792192a48041bd
2024-01-03 16:35:21 -05:00
Sharlatan Hellseher
8e3a60728a
gnu: go-github-com-goccy-go-json: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-goccy-go-json): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I83fc749483f9f60a05c823e2f792efda0481b505
2024-01-03 16:35:21 -05:00
Sharlatan Hellseher
502c8a7442
gnu: go-github-com-francoispqt-gojay: Adjust inputs.
* gnu/packages/golang-web.scm (go-github-com-francoispqt-gojay):
[propagated-inputs]: Swap to [native-inputs].

Change-Id: Ie83ea13685036b2688f668cde8bbb831ba5cd602
2024-01-03 16:35:21 -05:00
Sharlatan Hellseher
d087261feb
gnu: go-github-com-francoispqt-gojay: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-francoispqt-gojay): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I2ff041a91e2d37d79495a3ebda1b602784161c4a
2024-01-03 16:35:20 -05:00
Sharlatan Hellseher
7a9f0869d4
gnu: go-github-com-opentracing-opentracing-go: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-opentracing-opentracing-go): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I87e615589cdb038e2b633ecd63194c81d5864a5b
2024-01-03 16:35:20 -05:00
Sharlatan Hellseher
75641bbd73
gnu: go-github-com-tv42-httpunix: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-tv42-httpunix): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I1b81c93afd803dfd68fae5292cb2103855cdba6d
2024-01-03 16:35:20 -05:00
Sharlatan Hellseher
9a5946bc7a
gnu: go-github-com-emicklei-go-restful: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-emicklei-go-restful): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: Idc88242d2ec3274a0b68244f5e91bbfc2dd8543c
2024-01-03 16:35:20 -05:00
Sharlatan Hellseher
0ca7181c80
gnu: go-github-com-julienschmidt-httprouter: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-julienschmidt-httprouter): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

* gnu/packages/high-availability.scm: Add (gnu packages golang-web) module.

Change-Id: I277e4a7ed835b0dc00f08e102e982e0cd019b828
2024-01-03 16:35:20 -05:00
Sharlatan Hellseher
9b7806717f
gnu: go-github-com-go-chi-chi-v5: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-go-chi-chi-v5): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I120c2cb142935430443a7e6c9e53aa8544bbaf8e
2024-01-03 16:35:19 -05:00
Sharlatan Hellseher
61b29e1cf2
gnu: go-github-com-valyala-fasthttp: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-valyala-fasthttp): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I60676c0204e198c6050724efa5410c5b695f88fb
2024-01-03 16:35:19 -05:00
Sharlatan Hellseher
157369092a
gnu: go-github-com-aws-sdk: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-aws-sdk): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I8e82019c75b115548c2e0eea54b261ff8c3dd4a7
2024-01-03 16:35:19 -05:00
Sharlatan Hellseher
cb523a9b6b
gnu: go-github-com-coreos-go-oidc-v3: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-coreos-go-oidc-v3): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: If049d6172219bf144d3f30877f3c9f5138bcc78c
2024-01-03 16:35:19 -05:00
Sharlatan Hellseher
66ea5eebb1
gnu: go-github-com-coreos-go-oidc: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-coreos-go-oidc): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: Iadefbc9c3df2aa291a3eb4c8cc31a5fdf562e138
2024-01-03 16:35:19 -05:00
Sharlatan Hellseher
584bff22f2
gnu: go-gopkg-in-square-go-jose-v2: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-gopkg-in-square-go-jose-v2): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: Ifdc5b240c2f3af874d6b4b8b0422dfd9326348a3
2024-01-03 16:35:18 -05:00
Sharlatan Hellseher
8a8b218b3f
gnu: go-github-com-bep-golibsass: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-bep-golibsass): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I514ae05a8c04eea2084cbcb7e4d84c83b6b71bb4
2024-01-03 16:35:18 -05:00
Sharlatan Hellseher
a3a25490ec
gnu: go-github-com-google-safehtml: Remove input labels.
* gnu/packages/golang-web (go-github-com-google-safehtml): Remove labels.

Change-Id: I20f5748496988c9e64fa0783bb51507c6cfa933e
2024-01-03 16:35:18 -05:00