Sergio Pastor Pérez
5abc40d7f7
gnu: cockatrice: add wayland dependency
...
* gnu/packages/games.scm (cockatrice): add wayland dependency
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-17 15:31:04 +02:00
Nicolas Graves
d4da1f26e1
gnu: file-systems: Add variable %base-live-file-systems.
...
* gnu/system/file-systems.scm (%base-live-file-systems): New variable.
* gnu/system/install.scm (installation-os): Use %base-live-file-systems.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-17 15:31:04 +02:00
Saku Laesvuori
d2a751c14e
gnu: home: zsh: Load environment when running via ssh
...
* gnu/home/services/shells.scm (zsh-file-zshenv): Add snippet to source
/etc/profile when running via ssh.
(zsh-get-configuration-files): Always add .zshenv as it is never empty.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-17 15:31:04 +02:00
Greg Hogan
c69dc48da6
gnu: spdlog: Update to 1.12.0.
...
* gnu/packages/logging.scm (spdlog): Update to 1.12.0.
[native-inputs]: Add catch2-3.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-17 15:31:04 +02:00
Jean-Pierre De Jesus DIAZ
19b6173708
transformations: tuned-package: Use target on cross-compile.
...
* guix/transformations.scm (tuned-package): Use either bag-target if
available or bag-system to select the CPU architecture of the package
that is going to be tuned. This enables the tuning of cross-compiled
packages.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-17 15:31:03 +02:00
Alexey Abramov
04f71edb73
services: dhcp-client-configuration: Allow provision override.
...
* gnu/services/networking.scm (<dhcp-client-configuration>)[shepherd-provision]:
New field.
(dhcp-client-shepherd-service): Honor it.
* doc/guix.texi (Networking Setup): Document it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-09-17 15:31:03 +02:00
Adam Maleszka
944c1b62a1
services: syncthing: Ensure that service runs after mounting home directories.
...
Sometimes `syncthing-service-type' fails during startup because it tries
to read configuration files from the user's home directory:
Failure on home directory: mkdir /home/xyz/.config: permission denied
This patch adds `user-processes' to the shepherd service requirements to
ensure that `user-homes' is fired before `syncthing' tries to read data
from the home directory.
* gnu/services/syncthing.scm (syncthing-shepherd-service): add
`user-processes' to requirements
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-17 15:31:03 +02:00
Ludovic Courtès
db014e394e
tests: childhurd: Add missing module imports.
...
Fixes a regression introduced in
a09c7da8f8
.
* gnu/tests/virtualization.scm (run-childhurd-test)[test]: Import (ice-9
textual-ports) and (ice-9 match) in the marionette when needed.
2023-09-17 15:31:03 +02:00
André Batista
af08de2b2d
gnu: mutt: Update to 2.2.12 [security fixes].
...
Fixes CVE-2023-4874 and CVE-2023-4875. See
http://lists.mutt.org/pipermail/mutt-announce/Week-of-Mon-20230904/000056.html
* gnu/packages/mail.scm (mutt): Update to 2.2.12
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
d6e4ad32b8
gnu: net-snmp: Update to 5.9.4.
...
* gnu/packages/networking.scm (net-snmp): Update to 5.9.4.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
51670ff028
gnu: glirc: Re-indent.
...
No functional change.
* gnu/packages/irc.scm (glirc): C-M-q.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
bdbaf2c2ff
gnu: Add glirc-lua.
...
* gnu/packages/irc.scm (glirc-lua): New public variable.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
e5d88e82b4
gnu: putty: Update to 0.79.
...
* gnu/packages/networking.scm (putty): Update to 0.79.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
6819658612
gnu: iperf: Update to 3.15.
...
* gnu/packages/networking.scm (iperf): Update to 3.15.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
477600f818
gnu: httping: Update to 2.9.
...
* gnu/packages/networking.scm (httping): Update to 2.9.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
521147d04c
gnu: drpm: Update to 0.5.2.
...
* gnu/packages/rpm.scm (drpm): Update to 0.5.2.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
22fc2f9ab2
gnu: mu: Update to 1.10.7.
...
* gnu/packages/mail.scm (mu): Update to 1.10.7.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
93f8124c5e
gnu: fsearch: Update to 0.2.3.
...
* gnu/packages/search.scm (fsearch): Update to 0.2.3.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
efaeb605ad
gnu: plocate: Update to 1.1.19.
...
* gnu/packages/search.scm (plocate): Update to 1.1.19.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
6ba1f8db6d
gnu: eid-mw: Update to 5.1.11.
...
* gnu/packages/security-token.scm (eid-mw): Update to 5.1.11.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
a8e3858c9e
gnu: conflict: Update to 20221002.
...
* gnu/packages/shellutils.scm (conflict): Update to 20221002.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
1a7d730fe6
gnu: boxes: Update to 2.2.1.
...
* gnu/packages/shellutils.scm (boxes): Update to 2.2.1.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
2749c21588
gnu: foot: Update to 1.15.3.
...
* gnu/packages/terminals.scm (foot): Update to 1.15.3.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
655686a2bd
gnu: dstask: Update to 0.26.
...
* gnu/packages/task-management.scm (dstask): Update to 0.26.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
b9efcd5a5d
gnu: fsarchiver: Update to 0.8.7.
...
* gnu/packages/file-systems.scm (fsarchiver): Update to 0.8.7.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
b2a2d92280
gnu: fuse-overlayfs: Update to 1.13.
...
* gnu/packages/file-systems.scm (fuse-overlayfs): Update to 1.13.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
8c833d0bc7
gnu: libdiscid: Update to 0.6.4.
...
* gnu/packages/music.scm (libdiscid): Update to 0.6.4.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
fbc1be7705
gnu: qtractor: Update to 0.9.35.
...
* gnu/packages/music.scm (qtractor): Update to 0.9.35.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
c2dff1f05e
gnu: padthv1: Update to 0.9.32.
...
* gnu/packages/music.scm (padthv1): Update to 0.9.32.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
575abe5f3f
gnu: samplv1: Update to 0.9.32.
...
* gnu/packages/music.scm (samplv1): Update to 0.9.32.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
15fdb77682
gnu: drumkv1: Update to 0.9.32.
...
* gnu/packages/music.scm (drumkv1): Update to 0.9.32.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
4d026e4870
gnu: synthv1: Update to 0.9.32.
...
* gnu/packages/music.scm (synthv1): Update to 0.9.32.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
ef27d1cd1e
gnu: musl: Update to 1.2.4.
...
* gnu/packages/musl.scm (musl): Update to 1.2.4.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
609de77184
gnu: lldpd: Update to 1.0.17.
...
* gnu/packages/networking.scm (lldpd): Update to 1.0.17.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
87fc604c2e
gnu: mbuffer: Update to 20230301.
...
* gnu/packages/networking.scm (mbuffer): Update to 20230301.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
23f6e86bf2
gnu: dovecot-pigeonhole: Update to 0.5.21.
...
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.21.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
ed566a51de
gnu: dovecot: Update to 2.3.21.
...
* gnu/packages/mail.scm (dovecot): Update to 2.3.21.
2023-09-10 02:00:00 +02:00
Vinicius Monego
9b78699744
gnu: Add python-gpytorch.
...
* gnu/packages/machine-learning.scm (python-gpytorch): New variable.
2023-09-16 23:10:52 -03:00
Vinicius Monego
c7bd5811da
gnu: Add python-linear-operator.
...
* gnu/packages/machine-learning.scm (python-linear-operator): New variable.
2023-09-16 23:10:52 -03:00
Vinicius Monego
70b8682eaa
gnu: Add python-jaxtyping.
...
* gnu/packages/machine-learning.scm (python-jaxtyping): New variable.
2023-09-16 23:10:52 -03:00
Vinicius Monego
ee17fdfe42
gnu: python-typeguard: Add dependency on python-setuptools-scm.
...
* gnu/packages/python-xyz.scm (python-typeguard)[native-inputs]: Add
python-setuptools-scm.
2023-09-16 23:10:49 -03:00
Tobias Geerinckx-Rice
952a0ce280
gnu: exfat-utils: Update to 1.4.0.
...
* gnu/packages/file-systems.scm (exfat-utils): Update to 1.4.0.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
39a29fc4c1
gnu: exfatprogs: Update to 1.2.1.
...
* gnu/packages/file-systems.scm (exfatprogs): Update to 1.2.1.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
d6381a2f16
gnu: knot: Update to 3.3.1.
...
* gnu/packages/dns.scm (knot): Update to 3.3.1.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
6415fd680d
gnu: libzen: Update to 0.4.41.
...
* gnu/packages/cpp.scm (libzen): Update to 0.4.41.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
6b4d305b19
gnu: conky: Update to 1.19.4.
...
* gnu/packages/conky.scm (conky): Update to 1.19.4.
2023-09-10 02:00:00 +02:00
raingloom
0dc83ce53b
gnu: gnome-dictionary: Fix build.
...
* gnu/packages/patches/gnome-dictionary-meson-i18n.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/gnome.scm (gnome-dictionary): Use it here.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Fixes: gnome-dictionary-40.0: fails configure <https://bugs.gnu.org/63687 >
2023-09-16 17:46:57 +02:00
Liliana Marie Prikler
e4fdf062dc
gnu: python-pyxel: Update to 1.4.3-2.be75b72.
...
* gnu/packages/game-development.scm (python-pyxel): Update to 1.4.3-2.be75b72.
[version]: Use git-version even though it is a release.
[source]<git-reference>: Use commit.
<snippet>: Adjust accordingly.
2023-09-16 17:40:07 +02:00
Tobias Geerinckx-Rice
04fad62acd
gnu: indent: Update to 2.2.13.
...
* gnu/packages/code.scm (indent): Finish update to 2.2.13,
partially pushed in commit 4c4ff2e1f0
.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
4c4ff2e1f0
gnu: vsftpd: Fix build with recent OpenSSL.
...
* gnu/packages/ftp.scm (vsftpd)[arguments]: Add "-Wno-deprecated-declarations"
to CFLAGS.
Reported by helioscultist in #guix.
2023-09-10 02:00:00 +02:00