aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/icecat-extension.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2024-12-18 16:34:56 -0500
committerLeo Famulari <leo@famulari.name>2024-12-18 16:44:02 -0500
commit6f7778e5da7e9a655109ca4cf021e7507f44e7d3 (patch)
treebd5100585384372f0e94a3e4749c92050ddc2703 /gnu/build/icecat-extension.scm
parenta9a944a49771945af7486d96bf63b814722bc301 (diff)
downloadguix-6f7778e5da7e9a655109ca4cf021e7507f44e7d3.tar.gz
guix-6f7778e5da7e9a655109ca4cf021e7507f44e7d3.zip
gnu: MPD: Update to 0.23.16.
* gnu/packages/mpd.scm (mpd): Update to 0.23.16. Change-Id: I2efb423027848d3cc0a87470dffa179aff6f7c47
Diffstat (limited to 'gnu/build/icecat-extension.scm')
0 files changed, 0 insertions, 0 deletions
022-12-09 10:53:50 +0800'>2022-12-09services: wireguard: Use the parameterized wireguard package....* gnu/services/vpn.scm (wireguard-activation): Use the "wg" binary from the package given to <wireguard-configuration>. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> EuAndreh 2022-11-13services: vpn: Fix the profile wireguard package....This is a follow-up of: fb35b7cedd48a47820b0c250677b7ec6ac78fdc1. * gnu/services/vpn.scm (wireguard-service-type): Add the wireguard package from the configuration to the profile. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> EuAndreh 2022-11-12services: vpn: Add wireguard-tools to profile-service-type....* gnu/services/vpn.scm (wireguard-service-type): Include the "wireguard-tools" package as an extension to profile-service-type, so that users that enable the wireguard service can interact with it via the command-line without having to manually install wireguard-tools. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> EuAndreh