summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-10gnu: lkrg: Update to 0.9.7....This fixes the build with Linux-Libre >= 6.4. * gnu/packages/linux.scm (lkrg): Update to 0.9.7. Tobias Geerinckx-Rice
2023-09-17services: dhcp-client: Fix name of the provision accessor....This is a followup to 04f71edb73205d0bb82404de28a70ae17b897429. * gnu/services/networking.scm (<dhcp-client-configuration>)[shepherd-provision]: Fix accessor name. Ludovic Courtès
2023-09-17gnu: cockatrice: add wayland dependency...* gnu/packages/games.scm (cockatrice): add wayland dependency Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sergio Pastor Pérez
2023-09-17gnu: 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> Nicolas Graves
2023-09-17gnu: 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> Saku Laesvuori
2023-09-17gnu: 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> Greg Hogan
2023-09-17transformations: 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> Jean-Pierre De Jesus DIAZ
2023-09-17services: 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> Alexey Abramov
2023-09-17services: 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> Adam Maleszka
2023-09-17tests: childhurd: Add missing module imports....Fixes a regression introduced in a09c7da8f8d8e732f969cf0a09aaa78f87032ab1. * gnu/tests/virtualization.scm (run-childhurd-test)[test]: Import (ice-9 textual-ports) and (ice-9 match) in the marionette when needed. Ludovic Courtès
2023-09-10gnu: 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> André Batista
2023-09-10gnu: net-snmp: Update to 5.9.4....* gnu/packages/networking.scm (net-snmp): Update to 5.9.4. Tobias Geerinckx-Rice
2023-09-10gnu: glirc: Re-indent....No functional change. * gnu/packages/irc.scm (glirc): C-M-q. Tobias Geerinckx-Rice
2023-09-10gnu: Add glirc-lua....* gnu/packages/irc.scm (glirc-lua): New public variable. Tobias Geerinckx-Rice
2023-09-10gnu: putty: Update to 0.79....* gnu/packages/networking.scm (putty): Update to 0.79. Tobias Geerinckx-Rice
2023-09-10gnu: iperf: Update to 3.15....* gnu/packages/networking.scm (iperf): Update to 3.15. Tobias Geerinckx-Rice
2023-09-10gnu: httping: Update to 2.9....* gnu/packages/networking.scm (httping): Update to 2.9. [source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice
2023-09-10gnu: drpm: Update to 0.5.2....* gnu/packages/rpm.scm (drpm): Update to 0.5.2. Tobias Geerinckx-Rice
2023-09-10gnu: mu: Update to 1.10.7....* gnu/packages/mail.scm (mu): Update to 1.10.7. Tobias Geerinckx-Rice
2023-09-10gnu: fsearch: Update to 0.2.3....* gnu/packages/search.scm (fsearch): Update to 0.2.3. Tobias Geerinckx-Rice
2023-09-10gnu: plocate: Update to 1.1.19....* gnu/packages/search.scm (plocate): Update to 1.1.19. Tobias Geerinckx-Rice
2023-09-10gnu: eid-mw: Update to 5.1.11....* gnu/packages/security-token.scm (eid-mw): Update to 5.1.11. Tobias Geerinckx-Rice
2023-09-10gnu: conflict: Update to 20221002....* gnu/packages/shellutils.scm (conflict): Update to 20221002. Tobias Geerinckx-Rice
2023-09-10gnu: boxes: Update to 2.2.1....* gnu/packages/shellutils.scm (boxes): Update to 2.2.1. Tobias Geerinckx-Rice
2023-09-10gnu: foot: Update to 1.15.3....* gnu/packages/terminals.scm (foot): Update to 1.15.3. Tobias Geerinckx-Rice
2023-09-10gnu: dstask: Update to 0.26....* gnu/packages/task-management.scm (dstask): Update to 0.26. Tobias Geerinckx-Rice
2023-09-10gnu: fsarchiver: Update to 0.8.7....* gnu/packages/file-systems.scm (fsarchiver): Update to 0.8.7. Tobias Geerinckx-Rice
2023-09-10gnu: fuse-overlayfs: Update to 1.13....* gnu/packages/file-systems.scm (fuse-overlayfs): Update to 1.13. Tobias Geerinckx-Rice
2023-09-10gnu: libdiscid: Update to 0.6.4....* gnu/packages/music.scm (libdiscid): Update to 0.6.4. Tobias Geerinckx-Rice
2023-09-10gnu: qtractor: Update to 0.9.35....* gnu/packages/music.scm (qtractor): Update to 0.9.35. Tobias Geerinckx-Rice
2023-09-10gnu: padthv1: Update to 0.9.32....* gnu/packages/music.scm (padthv1): Update to 0.9.32. Tobias Geerinckx-Rice
2023-09-10gnu: samplv1: Update to 0.9.32....* gnu/packages/music.scm (samplv1): Update to 0.9.32. Tobias Geerinckx-Rice
2023-09-10gnu: drumkv1: Update to 0.9.32....* gnu/packages/music.scm (drumkv1): Update to 0.9.32. Tobias Geerinckx-Rice
2023-09-10gnu: synthv1: Update to 0.9.32....* gnu/packages/music.scm (synthv1): Update to 0.9.32. Tobias Geerinckx-Rice
2023-09-10gnu: musl: Update to 1.2.4....* gnu/packages/musl.scm (musl): Update to 1.2.4. Tobias Geerinckx-Rice
2023-09-10gnu: lldpd: Update to 1.0.17....* gnu/packages/networking.scm (lldpd): Update to 1.0.17. Tobias Geerinckx-Rice
2023-09-10gnu: mbuffer: Update to 20230301....* gnu/packages/networking.scm (mbuffer): Update to 20230301. Tobias Geerinckx-Rice
2023-09-10gnu: dovecot-pigeonhole: Update to 0.5.21....* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.21. Tobias Geerinckx-Rice
2023-09-10gnu: dovecot: Update to 2.3.21....* gnu/packages/mail.scm (dovecot): Update to 2.3.21. Tobias Geerinckx-Rice
2023-09-16gnu: Add python-gpytorch....* gnu/packages/machine-learning.scm (python-gpytorch): New variable. Vinicius Monego
2023-09-16gnu: Add python-linear-operator....* gnu/packages/machine-learning.scm (python-linear-operator): New variable. Vinicius Monego
2023-09-16gnu: Add python-jaxtyping....* gnu/packages/machine-learning.scm (python-jaxtyping): New variable. Vinicius Monego
2023-09-16gnu: python-typeguard: Add dependency on python-setuptools-scm....* gnu/packages/python-xyz.scm (python-typeguard)[native-inputs]: Add python-setuptools-scm. Vinicius Monego
2023-09-10gnu: exfat-utils: Update to 1.4.0....* gnu/packages/file-systems.scm (exfat-utils): Update to 1.4.0. Tobias Geerinckx-Rice
2023-09-10gnu: exfatprogs: Update to 1.2.1....* gnu/packages/file-systems.scm (exfatprogs): Update to 1.2.1. Tobias Geerinckx-Rice
2023-09-10gnu: knot: Update to 3.3.1....* gnu/packages/dns.scm (knot): Update to 3.3.1. Tobias Geerinckx-Rice
2023-09-10gnu: libzen: Update to 0.4.41....* gnu/packages/cpp.scm (libzen): Update to 0.4.41. Tobias Geerinckx-Rice
2023-09-10gnu: conky: Update to 1.19.4....* gnu/packages/conky.scm (conky): Update to 1.19.4. Tobias Geerinckx-Rice
2023-09-16gnu: 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> raingloom
2023-09-16gnu: 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. Liliana Marie Prikler