Tobias Geerinckx-Rice
b56fe521de
gnu: openssh: Use G-expressions.
...
* gnu/packages/ssh.scm (openssh)[arguments]:
Rewrite as G-expressions.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice
12971d26ef
gnu: openssh: Remove input labels.
...
* gnu/packages/ssh.scm (openssh)[inputs]: Remove input labels.
(openssh-sans-x)[inputs]: Use MODIFY-INPUTS.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice
4372610731
gnu: openssh: Update to 9.3p2.
...
* gnu/packages/ssh.scm (openssh): Update to 9.3p2.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice
8b13984fac
gnu: gitolite: Update to 3.6.13.
...
* gnu/packages/version-control.scm (gitolite): Update to 3.6.13.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice
6984151a83
gnu: cryfs: Update to 0.11.4.
...
* gnu/packages/crypto.scm (cryfs): Update to 0.11.4.
[arguments]: Remove obsolete phase.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice
d23ced7cc1
gnu: mygui: Update to 3.4.2.
...
* gnu/packages/game-development.scm (mygui): Update to 3.4.2.
(mygui-gl)[inputs]: Add libglvnd, and a union of sdl2 and sdl2-image.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice
7967da1088
gnu: labwc: Update to 0.6.4.
...
* gnu/packages/wm.scm (labwc): Update to 0.6.4.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice
fa005d8a5b
gnu: osinfo-db: Use G-expressions.
...
* gnu/packages/virtualization.scm (osinfo-db)[arguments]:
Rewrite as G-expressions.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice
ec2016e8b8
gnu: osinfo-db: Update to 20230719.
...
* gnu/packages/virtualization.scm (osinfo-db): Update to 20230719.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice
0a62285350
gnu: gallery-dl: Update to 1.25.8.
...
* gnu/packages/video.scm (gallery-dl): Update to 1.25.8.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice
d047e824dd
gnu: qtractor: Update to 0.9.34.
...
* gnu/packages/music.scm (qtractor): Update to 0.9.34.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice
bf767b2907
gnu: purescript: Use G-expressions.
...
* gnu/packages/purescript.scm (purescript)[arguments]:
Rewrite as G-expressions.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice
1d8220216e
gnu: purescript: Update to 0.15.10.
...
* gnu/packages/purescript.scm (purescript): Update to 0.15.10.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice
eb12f3fd8b
gnu: wla-dx: Use G-expressions.
...
* gnu/packages/assembly.scm (wla-dx)[arguments]:
Rewrite as G-expressions.
2023-07-16 02:00:01 +02:00
Tobias Geerinckx-Rice
2103e7c0fc
gnu: wla-dx: Update to 10.5.
...
* gnu/packages/assembly.scm (wla-dx): Update to 10.5.
2023-07-16 02:00:01 +02:00
Tobias Geerinckx-Rice
42962a9ddb
gnu: snapcast: Update to 0.27.0.
...
* gnu/packages/audio.scm (snapcast): Update to 0.27.0.
2023-07-16 02:00:01 +02:00
Tobias Geerinckx-Rice
19f6c16dba
gnu: srecord: Update to 1.65.0.
...
* gnu/packages/flashing-tools.scm (srecord): Update to 1.65.0.
[source]: Add a snippet to fix the very special build system.
[arguments]: Rewrite using G-expressions. Remove the old
[native-inputs]: Remove bison and libtool. Add doxygen,
graphviz, psutils, perl, and perl-ipc-run3.
2023-07-16 02:00:01 +02:00
Tobias Geerinckx-Rice
dbaa8fdfaf
gnu: diffoscope: Update to 245.
...
* gnu/packages/diffoscope.scm (diffoscope): Update to 245.
2023-07-16 02:00:01 +02:00
Tobias Geerinckx-Rice
cdaaeb915f
gnu: ode: Update to 0.16.4.
...
* gnu/packages/game-development.scm (ode): Update to 0.16.4.
2023-07-16 02:00:01 +02:00
Maxim Cournoyer
acbb9d2dad
gnu: linux-libre: Apply wireguard patch fixing keep-alive bug.
...
* gnu/packages/patches/linux-libre-wireguard-postup-privkey.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/linux.scm (linux-libre-6.4-source, linux-libre-6.3-source)
(linux-libre-6.2-source, linux-libre-6.1-source, linux-libre-5.15-source)
(linux-libre-5.10-source): Apply it.
2023-07-21 11:58:45 -04:00
Maxim Cournoyer
bdcf23cf69
services: wireguard: Add a 'configuration' action.
...
* gnu/services/vpn.scm (wireguard-shepherd-service) [actions]: New field.
2023-07-21 11:58:45 -04:00
Maxim Cournoyer
d2385da87e
services: wireguard: Clean-up configuration file serializer.
...
Previously, the generated config file would contain arbitrary whitespace that
made it look ugly.
* gnu/services/vpn.scm (<wireguard-configuration>) [dns]: Change default value
from #f to '().
(wireguard-configuration-file): Use match-record. Format each line
individually, assembling the lines at the end to avoid extraneous white space.
* doc/guix.texi (VPN Services): Update doc.
2023-07-21 11:58:44 -04:00
Maxim Cournoyer
8d785c43ba
services: wireguard: Implement a dynamic IP monitoring feature.
...
* gnu/services/vpn.scm (<wireguard-configuration>)
[monitor-ips?, monitor-ips-internal]: New fields.
* gnu/services/vpn.scm (define-with-source): New syntax.
(wireguard-service-name, strip-port/maybe)
(ipv4-address?, ipv6-address?, host-name?)
(endpoint-host-names): New procedure.
(wireguard-monitoring-jobs): Likewise.
(wireguard-service-type): Register it.
* tests/services/vpn.scm: New file.
* Makefile.am (SCM_TESTS): Register it.
* doc/guix.texi (VPN Services): Update doc.
Reviewed-by: Bruno Victal <mirai@makinata.eu>
2023-07-21 11:58:44 -04:00
Maxim Cournoyer
f15c5edb1a
services: herd: Add a new 'current-service' procedure.
...
* gnu/services/herd.scm (current-service): New procedure, mostly reusing the
existing current-services.
(current-services): Implement in terms of the above procedure.
2023-07-21 11:58:44 -04:00
Janneke Nieuwenhuizen
c4713ad89d
gnu: Oops, distribute ghostscript-CVE-* patches again.
...
This is a follow-up to commit
03f35ff390
gnu: ghostscript: Fix build for the Hurd.
Reported by bjc via IRC.
* gnu/local.mk (dist_patch_DATA): Re-add ghostscript-CVE-2023-36664.patch, and
ghostscript-CVE-2023-36664-fixup.patch.
2023-07-21 17:53:07 +02:00
Ahmad Draidi
f737168a6c
gnu: emacs-no-littering: Update to 1.5.0.
...
* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.5.0.
Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-07-21 18:03:14 +04:00
Efraim Flashner
6bda806416
gnu: swig: Skip tests when cross-compiling.
...
* gnu/packages/swig.scm (swig)[arguments]: Adjust #:tests? to skip tests
when cross-compiling.
2023-07-21 13:19:33 +03:00
Efraim Flashner
c11afc4677
gnu: libpaper: Skip tests when cross-compiling.
...
* gnu/packages/ghostscript.scm (libpaper)[arguments]: Adjust #:tests to
skip tests when cross-compiling.
2023-07-21 13:19:33 +03:00
Efraim Flashner
696b22141c
gnu: parted: Skip tests when cross-compiling.
...
* gnu/packages/disk.scm (parted)[arguments]: Adjust #:tests? to skip
tests when cross-compiling.
2023-07-21 13:19:33 +03:00
Efraim Flashner
0867cdc514
gnu: newick-utils: Skip tests when cross-compiling.
...
* gnu/packages/bioinformatics.scm (newick-utils)[arguments]: Adjust
#: tests? to skip tests when cross-compiling.
2023-07-21 13:19:33 +03:00
Efraim Flashner
8442760638
gnu: zstd: Skip tests when cross-compiling.
...
* gnu/packages/compression.scm (zstd)[arguments]: Adjust #:tests? to
skip tests when cross-compiling.
2023-07-21 13:19:33 +03:00
Efraim Flashner
261422e745
chez-sheme-for-racket: Fix building on riscv64-linux.
...
* gnu/packages/racket.scm (%racket-origin): Add patch.
* gnu/packages/patches/racket-rktboot-riscv64-support.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2023-07-21 13:19:30 +03:00
Tobias Geerinckx-Rice
182be30fb1
gnu: libopenshot-audio: Use G-expressions.
...
* gnu/packages/audio.scm (libopenshot-audio)[arguments]:
Rewrite as G-expressions.
2023-07-16 02:00:00 +02:00
Tobias Geerinckx-Rice
120f1721b2
gnu: libopenshot-audio: Update to 0.3.2.
...
* gnu/packages/audio.scm (libopenshot-audio): Update to 0.3.2.
2023-07-16 02:00:00 +02:00
Tobias Geerinckx-Rice
a3637e60bf
gnu: libopenshot: Update to 0.3.2.
...
* gnu/packages/video.scm (libopenshot): Update to 0.3.2.
[arguments]: Don't explicitly return #t from phases.
2023-07-16 02:00:00 +02:00
Tobias Geerinckx-Rice
705cf2de5c
gnu: stellarium: Update to 23.2.
...
* gnu/packages/astronomy.scm (stellarium): Update to 23.2.
2023-07-16 02:00:00 +02:00
Tobias Geerinckx-Rice
9bba3eb336
gnu: qxlsx: Fix include directory.
...
* gnu/packages/qt.scm (qxlsx)[source]: Add patch.
* gnu/packages/patches/qxlsx-fix-include-directory.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2023-07-16 02:00:00 +02:00
Tobias Geerinckx-Rice
800fef714c
gnu: xa: Use G-expressions.
...
* gnu/packages/assembly.scm (xa)[arguments]:
Rewrite as G-expressions.
2023-07-16 02:00:00 +02:00
Tobias Geerinckx-Rice
d2ce2e0fee
gnu: xa: Update to 2.3.14.
...
* gnu/packages/assembly.scm (xa): Update to 2.3.14.
2023-07-16 02:00:00 +02:00
Ludovic Courtès
0ab46ef3f9
gnu: bootloaders: Avoid top-level circular references.
...
Fixes <https://issues.guix.gnu.org/64745 >.
The regression was introduced in
ed5dc3a25d
: at the top level,
bootloaders.scm and firmware.scm would depend on each other, leading to
unbound variables when loaded, depending on the order in which they got
loaded.
* gnu/packages/bootloaders.scm (make-u-boot-sunxi64-package): Expect
'scp-firmware' to be a promise; force it in 'native-inputs'.
(u-boot-pine64-plus, u-boot-pine64-lts, u-boot-pinebook): Wrap the 3rd
argument to 'make-u-boot-sunxi64-package' into 'delay'.
Reported-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-07-20 23:49:48 +02:00
Tobias Geerinckx-Rice
a4038c4f78
gnu: fontforge@20190801: Fix build.
...
* gnu/packages/fontutils.scm (fontforge-20190801)[arguments]:
Rewrite as G-expressions.
2023-07-16 02:00:06 +02:00
Tobias Geerinckx-Rice
6168ad89f2
gnu: adanaxisgpl: Install the .mush files (again).
...
This out of an abundance of caution more than anything.
* gnu/packages/games.scm (adanaxisgpl)[arguments]: Add an 'install-data phase.
[native-inputs]: Use a later commit for adanaxis-data.
2023-07-16 02:00:38 +02:00
Tobias Geerinckx-Rice
a9e788c008
gnu: adanaxisgpl: Remove input labels.
...
* gnu/packages/games.scm (adanaxisgpl)[native-inputs, inputs]:
Remove input labels.
[arguments]: Adjust the 'unpack-inputs phase to search for files, not
labels.
2023-07-16 02:00:38 +02:00
Tobias Geerinckx-Rice
f43794e573
gnu: adanaxisgpl: Build from Git.
...
* gnu/packages/games.scm (adanaxisgpl-mush): Remove variable.
(adanaxisgpl)[source]: Fetch from Git. In the snippet, create missing
directories, arrange to create missing files, and don't explicitly
return #t.
[arguments]: Add an 'unpack-inputs phase, replace the default
'bootstrap, and remove 'install-data.
[native-inputs]: Remove adanaxis-mush. Add adanaxis-data,
adanaxis-mushruby, autoconf, automake, and perl.
2023-07-16 02:00:38 +02:00
Tobias Geerinckx-Rice
d133ad7645
gnu: sdl2-ttf: Update to 2.20.2.
...
* gnu/packages/sdl.scm (sdl2-ttf): Update to 2.20.2.
2023-07-16 02:00:38 +02:00
Tobias Geerinckx-Rice
b6ef8b664a
gnu: sdl2-mixer: Update to 2.6.3.
...
* gnu/packages/sdl.scm (sdl2-mixer): Update to 2.6.3.
[source]: Don't explicitly return #t from snippet.
2023-07-16 02:00:38 +02:00
Tobias Geerinckx-Rice
7158276074
gnu: sdl2-image: Update to 2.6.3.
...
* gnu/packages/sdl.scm (sdl2-image): Update to 2.6.3.
2023-07-16 02:00:37 +02:00
Tobias Geerinckx-Rice
d2baed4679
gnu: wsdd: Fix cross-‘compilation’.
...
The copy-build-system appears unsuitable for scripts.
* gnu/packages/samba.scm (wsdd)[build-system]:
Switch to the GNU build system.
[arguments]: Replace #:install-plan with custom #:phases.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice
296e9dc1ef
gnu: wsdd: Remove input labels.
...
* gnu/packages/samba.scm (wsdd)[inputs]:
Remove input labels.
2023-07-16 02:00:25 +02:00
Tobias Geerinckx-Rice
79c2af7394
gnu: wsdd: Update to 0.7.1.
...
* gnu/packages/samba.scm (wsdd): Update to 0.7.1.
2023-07-16 02:00:25 +02:00