Artyom V. Poptsov
3634c55ce4
gnu: Deprecate the "go-github-com-lucas-clemente-quic-go" variable.
...
* gnu/packages/golang.scm (go-github-com-lucas-clemente-quic-go): Rename to
"go-github-com-quic-go-quic-go".
[arguments]: Patch source files to replace "lucas-clemente" with "quic-go".
[home-page]: Update.
(go-github-com-lucas-clemente-quic-go): Define as deprecated by
"go-github-com-quic-go-quic-go".
Change-Id: I9a99d4d904fadcf0b6854e806042ce5ad190ac0c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-25 23:35:01 +01:00
Benjamin
6a91350640
gnu: network-manager-fortisslvpn: Depend on ppp 2.4.9.
...
* gnu/packages/gnome.scm (network-manager-fortisslvpn): Update to 1.4.0.
[inputs]: Remove ppp; add ppp-2.4.9.
Change-Id: I5ef055e3fc5fc855aca8d2fa95ff995a229db89d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-25 23:35:01 +01:00
Benjamin
c5c3939ad3
gnu: openfortivpn: Depend on ppp 2.4.9.
...
* gnu/packages/vpn.scm (openfortivpn): Update to 1.17.3.
[inputs]: Remove ppp; add ppp-2.4.9.
Change-Id: Ia88254afb1d7aaa9d3d6bf6c9e752d84165560b3
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-11-25 23:35:01 +01:00
Benjamin
c7ec42afe3
gnu: Add ppp-2.4.9.
...
* gnu/packages/samba.scm (ppp-2.4.9): New variable.
Change-Id: I496016429ec4a8289b2a4ab51caa9245b914b4a5
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-25 23:35:01 +01:00
Ludovic Courtès
625a847d2a
gnu: commencement: Avoid cyclic dependency when targeting i586-pc-gnu.
...
Fixes a regression introduced in
95ea1277ae
where:
guix build coreutils --target=i586-pc-gnu coreutils
would never complete due to a dependency loop introduced in
‘%final-inputs’.
* gnu/packages/commencement.scm (%final-inputs): Pass argument to
‘target-hurd?’.
Change-Id: I4df7907fb9afcd2b170ba19307666eaa81f12d41
2023-11-25 23:35:01 +01:00
kiasoc5
39ca9a964d
gnu: xscreensaver: Update to 6.08.
...
* gnu/packages/xdisorg.scm (xscreensaver): Update to 6.08.
[inputs]: Remove gdk-pixbuf-xlib. Add glib:bin.
Change-Id: I610ae408a0e0d01868ba23a5574a301dc1ea3330
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25 19:30:06 +01:00
Skyler Ferris
13bc0633e7
build-system/meson: Add #:substitutable? argument to build system.
...
This implemented the same as in gnu-build-system. The gexp->derivation
calls did not need to be modified because they already
passed #:substitutable?, which did not cause an error due to the
procedure exported by the (guix store) module with the same name.
* guix/build-system/meson.scm (meson-build, meson-cross-build): Add
#:substitutable? argument
Change-Id: I2d56c8130f785a2d6af456ef9f9bfc1b10dc2a50
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-25 16:29:26 +01:00
Skyler Ferris
c43077076f
build-system/guile: Add #:substitutable? argument to build system.
...
This is implemented the same as in gnu-build-system.
* guix/build-system/guile.scm (guile-build, guile-cross-build): Add
#:substitutable? argument
Change-Id: I04babb81ff1f322833f7ff22cd7580c048b26102
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-25 16:29:26 +01:00
Cayetano Santos
e3933f8b4d
gnu: emacs-ein: Update to 20230826.
...
* gnu/packages/emacs-xyz.scm (emacs-ein): Update to 20230826.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I55f4d6bba65d917dee042fdd9b38b3e6d0123df3
2023-11-25 16:29:26 +01:00
Vasile Dumitrascu
bc3842901f
gnu: conky: Update to 1.19.6.
...
* gnu/packages/conky.scm (conky): Update to 1.19.6.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-25 16:29:26 +01:00
Vasile Dumitrascu
4735893e1b
gnu: network-manager-applet: Update to 1.34.0.
...
* gnu/packages/gnome.scm (network-manager-applet): Update to 1.34.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-25 16:29:26 +01:00
Ludovic Courtès
95ea1277ae
gnu: commencement: Use locales for the right libc version on GNU/Hurd.
...
Fixes <https://issues.guix.gnu.org/66472 >.
Until now, we were unconditionally using ‘glibc-utf8-locales’, which
targets the glibc version used on Linux (2.35) rather than that used on
the Hurd (2.37). This would lead to build failures due to the inability
to use locale encoding when targeting i586-gnu.
* gnu/packages/base.scm (glibc-utf8-locales/hurd): New variable.
* gnu/packages/commencement.scm (glibc-utf8-locales-final/hurd): New
variable.
(%boot5-inputs): Use it when ‘target-hurd?’ returns #t.
(%final-inputs): Likewise.
Change-Id: I1666d615dffbe3561cf2d9612b85cd31a48a7dcd
2023-11-25 16:29:25 +01:00
Ludovic Courtès
5149bf99ba
doc: Fix childhurd host SSH port number.
...
Fixes <https://issues.guix.gnu.org/66739 >.
* doc/guix.texi (Virtualization Services): Fix childhurd host SSH port
number.
Reported-by: Nathan Dehnel <ncdehnel@gmail.com>
Change-Id: I032b3447c7061ada8ba6d6f15c5454eab0e277d9
2023-11-25 16:29:25 +01:00
Ludovic Courtès
9b48cf8cdd
tests: Import (guix build syscalls) when (guix build store-copy) is used.
...
Fixes a test failure introduced in
189525412e
.
* guix/progress.scm: Autoload (guix build syscalls).
* tests/gexp.scm ("gexp->derivation, store copy"): Add (guix build
syscalls) to the list of imported modules. Use ‘with-imported-modules’
rather than #:modules.
Change-Id: I8d3fe90f564ef4b1a340f34cee6c08a741f7b836
2023-11-25 16:29:25 +01:00
Ludovic Courtès
e04f8fe4ea
tests: Use ‘test-equal’ for ‘terminal-string-width’ tests.
...
* tests/syscalls.scm ("terminal-string-width English")
("terminal-string-width Japanese"): Use ‘test-equal’.
Change-Id: I3791b2e4c9e35735db6c6da995da8ef0f9a71804
2023-11-25 16:29:25 +01:00
Ludovic Courtès
a14dafaa01
syscalls: Add fallback case for ‘terminal-string-width’.
...
This makes ‘terminal-string-width’ synonymous with ‘string-length’ when
running one a statically-linked Guile, as is the case in some unit
tests, instead of throwing ENOSYS.
* guix/build/syscalls.scm (terminal-string-width): Use ‘dynamic-func’
and ‘pointer->procedure’ instead of ‘syscall->procedure’. Return
‘string-length’ when one of the ‘dynamic-func’ calls fails.
Change-Id: Icf55c9e7c34b46fac91b665fb4a2ecb02160f22e
2023-11-25 16:29:25 +01:00
fanquake
1566e00fbc
gnu: LLVM, Clang, libomp, lld: Update to 17.0.5.
...
* gnu/packages/llvm.scm (llvm-17, clang-17, libomp-17, lld-17):
Update to 17.0.5.
Change-Id: I6f719be6fea037e4e57643589d1e585ad039ab68
Signed-off-by: Hilton Chain <hako@ultrarare.space>
2023-11-25 22:00:33 +08:00
Hilton Chain
f0682a6388
gnu: zig-0.10: Inherit from zig-0.9.
...
* gnu/packages/zig.scm (zig-0.9): Expand definition.
(zig-0.10): Inherit from zig-0.9.
Change-Id: I36c273ac3f08982f598fa934571c1b83437cb977
2023-11-25 22:00:27 +08:00
Hilton Chain
1680e3c77f
gnu: zig-0.9: Use gexp.
...
* gnu/packages/zig.scm (zig-0.9)[arguments]: Use gexp.
Change-Id: I38c856320ace6d960ae342f5de164ca6c3f449c0
2023-11-25 22:00:21 +08:00
Hilton Chain
ca8dda2428
gnu: zig-0.10: Use gexp.
...
* gnu/packages/zig.scm (zig-0.10)[arguments]: Use gexp.
Change-Id: I8ba6a4bd92784637cd3a4448e2f99ed521a17f3a
2023-11-25 22:00:16 +08:00
Hilton Chain
282927e970
gnu: font-sarasa-gothic: Update to 0.42.6.
...
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.42.6.
Change-Id: I84203bf94b3b147c440a473fef0fcff4596fcd29
2023-11-25 22:00:10 +08:00
Hilton Chain
25f0e19b72
gnu: font-lxgw-wenkai-tc: Update to 1.011.
...
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 1.011.
Change-Id: I632f25389077825320db741ab23ef6e2ec09b6fb
2023-11-25 22:00:04 +08:00
Hilton Chain
9f562060a4
gnu: font-lxgw-wenkai: Update to 1.311.
...
* gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.311.
Change-Id: I0d7530c917a78e9f283ebfd4b84064b77261338d
2023-11-25 21:59:59 +08:00
Zheng Junjie
6e4914a037
gnu: Add qtrvsim.
...
* gnu/packages/emulators.scm (qtrvsim): New variable.
Change-Id: I8e51184534fa9990c318008513e1e6566a04b10a
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25 14:47:51 +01:00
Zheng Junjie
3350f3be0d
gnu: zix: Update to 0.4.2.
...
* gnu/packages/datastructures.scm (zix): Update to 0.4.2.
Change-Id: I4465ff6eefbdbb7a3de1806fc4adbec285fa26a1
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25 14:47:51 +01:00
Zheng Junjie
909d55e077
gnu: daikichi: Fix cross-compilation.
...
* gnu/packages/textutils.scm (daikichi): Fix cross-compilation.
[inputs]: Add diffutils.
Change-Id: I7e46a3f61a869c10f3491e1397232125ccf76149
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25 14:47:51 +01:00
Zheng Junjie
b9d4c29989
gnu: odt2txt: Fix cross-compilation.
...
* gnu/packages/textutils.scm (odt2txt): Fix cross-compilation.
[arguments]: Use Gexp and CC-FOR-TARGET.
Change-Id: I0a81e601813da0e4b2accaf835e3ea774b742df8
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25 14:47:51 +01:00
Zheng Junjie
f982e290f0
gnu: nkf: Fix cross-compilation.
...
* gnu/packages/textutils.scm (nkf): Fix cross-compilation.
[arguments]: Use gexp and CC-FOR-TARGET.
Change-Id: Idd2cbdd89d4ce2feb484a6005e06f1eba491feea
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25 14:47:51 +01:00
Zheng Junjie
a077907226
gnu: protobuf: Fix cross-compilation.
...
* gnu/packages/protobuf.scm (protobuf): Fix cross-compilation.
[native-inputs]: When cross-compiling, add this-package.
[inputs]: Add googletest.
Change-Id: Id7d3a8be9d4211249c0adc3a99a7a07206f9c495
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25 14:47:51 +01:00
Zheng Junjie
7ae33c70f0
gnu: xcompmgr: Fix cross-compilation.
...
* gnu/packages/xorg.scm (xcompmgr): Fix cross-compilation.
[native-inputs]: Add util-macros.
Change-Id: Ice00c75ebd2cdf100bb9eb604c6928baaa85aa26
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25 14:47:51 +01:00
Zheng Junjie
5edc8bec30
gnu: smu: Fix cross-compilation.
...
* gnu/packages/markup.scm (smu): Fix cross-compilation.
[arguments]: Use Gexp and CC-FOR-TARGET.
Change-Id: Ifb6a1962b12b31ed0092cb042670301a3ef4cfa8
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25 14:47:51 +01:00
Zheng Junjie
06c1301aa2
gnu: kbdd: Fix cross-compilation.
...
* gnu/packages/xdisorg.scm (kbdd): Fix cross-compilation.
[native-inputs]: Add dbus-glib.
Change-Id: I4f5bc93c8f372d47e7bf0d91e181775400c64ecf
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25 14:47:51 +01:00
Oleg Pykhalov
6bf19a63d8
gnu: obs-looking-glass: Update to B6.
...
* gnu/packages/video.scm (obs-looking-glass): Update to B6.
[source]: Use upstream tarball and switch to url-fetch.
Change-Id: Ie60fe98fbeefe8f21c514599189e8171917456b6
2023-11-25 10:25:19 +03:00
Denis 'GNUtoo' Carikli
4b6f6b3e18
gnu: Add grub-coreboot
...
* gnu/packages/bootloaders.scm (grub-coreboot): New variable.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2023-11-24 13:34:00 -08:00
Vagrant Cascadian
4ec8724c77
gnu: lcsync: Update to 0.3.0.
...
Apply guix style.
* gnu/packages/networking.scm (lcsync): Update to 0.3.0.
[inputs]: Add libbsd.
[arguments]<phases>: Drop 'use-prefix-from-configure-in-doc-makefile and
'add-library-paths.
2023-11-24 12:23:55 -08:00
Vagrant Cascadian
369c1782c7
gnu: librecast: Update to 0.8.0.
...
* gnu/packages/networking.scm (librecast): Update to 0.8.0.
[inputs]: Add libbsd.
[source]: Apply guix style.
2023-11-24 12:23:42 -08:00
Rémi Teissier
9f67681db1
gnu: Add antifennel.
...
Change-Id: Ic1f3fbc4d73ebc30291f4b60e7e8d16942c6627d
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-24 18:05:18 +01:00
Mathieu Othacehe
c562008bd1
gnu: uuu: Update to 1.5.125.
...
* gnu/packages/flashing-tools.scm (uuu): Update to 1.5.125.
[inputs]: Add zstd:lib.
Change-Id: I2a4f311994fea75c8db48440d00a1ff92ff0ff40
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-24 18:02:03 +01:00
Efraim Flashner
e4397a32ac
gnu: aerc: Enable building without zoxide.
...
* gnu/packages/mail.scm (aerc)[arguments]: Only substitute zoxide path
when it is an input.
[inputs]: Only add zoxide when building on a supported system.
Change-Id: I39b859982e1455e80a4b28979079c633e386fa34
2023-11-24 12:51:28 +02:00
Efraim Flashner
d25e9f440b
gnu: go-gopkg-in-yaml-v3: Fix build on 32-bit systems.
...
* gnu/packages/golang.scm (go-gopkg-in-yaml-v3)[source]: Add patch.
* gnu/packages/patches/go-gopkg-in-yaml-v3-32bit.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Change-Id: Ia8a96b15d37a3d2f133da9374cac1e58e38f2d2c
2023-11-24 12:51:28 +02:00
jgart
0083a22659
gnu: sbcl-lisp-critic: Update to 1.1-ea19f82.
...
* gnu/packages/lisp-xyz.scm (sbcl-lisp-critic): Update to 1.1-ea19f82.
[define-public]: Refactor to use let block for getting commit and
revision.
[version]: Add in version mentioned in ASD file.
[source]: Pass in commit variable.
Change-Id: Ie2ee4b77aab815c69445a8800e25631b6c9ab4a7
2023-11-23 10:55:25 -06:00
Michal Atlas
4fd84cec2b
gnu: Add cl-lisp-critic.
...
* gnu/packages/lisp-check.scm (cl-lisp-critic, sbcl-lisp-critic,
ecl-lisp-critic): New variables.
Change-Id: I38ed8af8f4316f47695a22e949b931770e350c1e
Signed-off-by: jgart <jgart@dismail.de>
2023-11-23 10:11:20 -06:00
Thiago Jung Bauermann
c26ed5d6b9
gnu: mu: Update to 1.10.8.
...
Version 1.10.8 fixes the installation of the Guile bindings, so we can enable
it again.
* gnu/packages/mail.scm (mu): Update to 1.10.7.
[inputs]: Add guile-3.0.
[arguments]: Add "-Dguile-extension-dir" to #:configure-flags. Add fix-ffi
phase to allow Guile module to load its native library.
Change-Id: I2a8250d8d6298712ad116b1d88157a4344175722
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-11-23 14:21:06 +00:00
Preston M. Firestone
03c01580d9
gnu: praat: Update to 6.4.
...
* gnu/packages/language.scm (praat): Update to 6.4.
Change-Id: I6138e87781e007d5798a908a4b5ae5c0c3338b05
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-11-23 14:21:06 +00:00
Arnaud DABY-SEESARAM
f5650cd354
gnu: Update ispell to 3.4.06.
...
* gnu/packages/aspell.scm (ispell): Update to 3.4.06.
Change-Id: I0d566a143336d88d4eb145b59b21c889b7ecdb12
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-11-23 14:21:06 +00:00
Gabriel Wicki
4162838ef8
gnu: radicale: Update to 3.1.8.
...
* gnu/packages/dav.scm(radicale): Update to 3.1.8.
[arguments] Enable tests.
Change-Id: I8ed435587ab2ca4aafb387d4973f864fa4a94b2d
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-11-23 14:21:05 +00:00
Christopher Baines
714fba793a
gnu: guix-data-service: Update to 0.0.1-44.e13febc.
...
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-44.e13febc.
Change-Id: I86917732673173cf6ebe211ac69b38444f450f20
2023-11-23 14:21:05 +00:00
Christopher Baines
e815db3c2d
gnu: guix-build-coordinator: Update to 92.78df0b3.
...
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
92.78df0b3.
Change-Id: Id60ca3be76c6ac897f1aa2fed4f8c03b03a25fea
2023-11-23 14:21:05 +00:00
Christopher Baines
364c1b17e1
gnu: nar-herder: Update to 0-23.5ccd6cb.
...
* gnu/packages/package-management.scm (nar-herder): Update to 0-23.5ccd6cb.
Change-Id: I6a43dd20de4518fb1f6476d321d8c76536fa47fc
2023-11-23 14:21:05 +00:00
Adriel Dumas--Jondeau
185d83d3ca
gnu: godot: Update to 4.1.3.
...
* gnu/packages/game-development.scm (godot): Update to 4.1.3.
Change-Id: Ia8844da04b568e32e9138b222ddfdca7868b010f
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-11-23 14:21:05 +00:00