summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: Add qgit.•••* gnu/packages/version-control.scm (qgit): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sughosha2023-09-171-1/+36
* gnu: enblend-enfuse: Build documentation.•••Notes: * transfig is not needed according to the NEWS since 4.2. * help2man is not optional. * gnu/packages/photo.scm (enblend-enfuse)[native-inputs]: Remove libxml2, tidy-html and transfig. Replace imagemagick with imagemagick/stable. Add graphviz-minimal, font-ghostscript, librsvg, m4, perl-readonly, texlive-texloganalyser, texlive-bold-extra, texlive-cm-mf-extra-bold, texlive-comment, texlive-float, texlive-enumitem, texlive-mdwtools, texlive-hyphenat, texlive-index, texlive-listings, texlive-microtype, texlive-etoolbox, texlive-nag, texlive-ragged2e, texlive-shorttoc, texlive-bigfoot, texlive-xstring and hevea. [arguments]<#:phases>: Add 'fontconfig-cache, 'exclude-doc-from-check and 'install-doc. Replace 'build and 'install. [outputs]: Add 'doc. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal2023-09-171-8/+74
* gnu: enblend-enfuse: Backport upstream fixes.•••Backport changes for reproducible builds & missing include. * gnu/packages/patches/enblend-enfuse-reproducible.patch: New file. * gnu/local.mk: Register it. * gnu/packages/photo.scm (enblend-enfuse)[source]: Use newly added patch. Add snippet to fix missing header. [arguments]<#:phases>: Remove 'add-missing-include. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal2023-09-173-11/+59
* gnu: Remove extraneous imports.•••Found by running 'guild compile -W3 gnu/packages/$module.scm', using guild from the upcoming Guile. * gnu/packages/admin.scm: Remove extraneous imports. * gnu/packages/avr.scm: Likewise. * gnu/packages/base.scm: Likewise. * gnu/packages/bootloaders.scm: Likewise. * gnu/packages/firmware.scm: Likewise. * gnu/packages/linphone.scm: Likewise. * gnu/packages/telephony.scm: Likewise. * gnu/packages/cran.scm: Likewise. * gnu/packages/kde.scm: Likewise. * gnu/packages/libcanberra.scm: Likewise. * gnu/packages/libreoffice.scm: Likewise. * gnu/packages/mes.scm: Likewise. * gnu/packages/mingw.scm: Likewise. * gnu/packages/serialization.scm: Likewise. * gnu/packages/sync.scm: Likewise. * gnu/packages/syncthing.scm: Likewise. * gnu/packages/terminals.scm: Likewise. * gnu/packages/version-control.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/wm.scm: Likewise. * gnu/packages/emulators.scm: Likewise. Reviewed-by: Ludovic Courtès <ludo@gnu.org> Maxim Cournoyer2023-09-1721-78/+2
* gnu: lightning: Update to 2.2.2.•••* gnu/packages/assembly.scm (lightning): Update to 2.2.2. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: nnn: Update to 4.9.•••* gnu/packages/admin.scm (nnn): Update to 4.9. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: memcached: Update to 1.6.21.•••* gnu/packages/databases.scm (memcached): Update to 1.6.21. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: angband: Update to 4.2.5.•••* gnu/packages/games.scm (angband): Update to 4.2.5. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: feh: Update to 3.10.•••* gnu/packages/image-viewers.scm (feh): Update to 3.10. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: bpftrace: Update to 0.18.1.•••* gnu/packages/linux.scm (bpftrace): Update to 0.18.1. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: ddcci-driver-linux: Update to 0.4.4.•••* gnu/packages/linux.scm (ddcci-driver-linux): Update to 0.4.4. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: mcelog: Update to 195.•••* gnu/packages/linux.scm (mcelog): Update to 195. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: lua: Update to 5.4.6.•••* gnu/packages/lua.scm (lua): Update to 5.4.6. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: cpuid: Update to 20230614.•••* gnu/packages/linux.scm (cpuid): Update to 20230614. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: nftables: Update to 1.0.8.•••* gnu/packages/linux.scm (nftables): Update to 1.0.8. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: libnftnl: Update to 1.2.6.•••* gnu/packages/linux.scm (libnftnl): Update to 1.2.6. Tobias Geerinckx-Rice2023-09-101-3/+3
* gnu: 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-Rice2023-09-101-2/+2
* services: 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ès2023-09-171-1/+1
* gnu: cockatrice: add wayland dependency•••* gnu/packages/games.scm (cockatrice): add wayland dependency Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sergio Pastor Pérez2023-09-171-0/+1
* 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> Nicolas Graves2023-09-172-16/+22
* 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> Saku Laesvuori2023-09-171-4/+3
* 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> Greg Hogan2023-09-171-2/+4
* 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> Jean-Pierre De Jesus DIAZ2023-09-171-2/+3
* 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> Alexey Abramov2023-09-172-4/+13
* 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> Adam Maleszka2023-09-171-1/+1
* tests: 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ès2023-09-171-3/+6
* 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> André Batista2023-09-101-2/+2
* gnu: net-snmp: Update to 5.9.4.•••* gnu/packages/networking.scm (net-snmp): Update to 5.9.4. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: glirc: Re-indent.•••No functional change. * gnu/packages/irc.scm (glirc): C-M-q. Tobias Geerinckx-Rice2023-09-101-52/+52
* gnu: Add glirc-lua.•••* gnu/packages/irc.scm (glirc-lua): New public variable. Tobias Geerinckx-Rice2023-09-101-1/+93
* gnu: putty: Update to 0.79.•••* gnu/packages/networking.scm (putty): Update to 0.79. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: iperf: Update to 3.15.•••* gnu/packages/networking.scm (iperf): Update to 3.15. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: httping: Update to 2.9.•••* gnu/packages/networking.scm (httping): Update to 2.9. [source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice2023-09-101-6/+7
* gnu: drpm: Update to 0.5.2.•••* gnu/packages/rpm.scm (drpm): Update to 0.5.2. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: mu: Update to 1.10.7.•••* gnu/packages/mail.scm (mu): Update to 1.10.7. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: fsearch: Update to 0.2.3.•••* gnu/packages/search.scm (fsearch): Update to 0.2.3. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: plocate: Update to 1.1.19.•••* gnu/packages/search.scm (plocate): Update to 1.1.19. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: eid-mw: Update to 5.1.11.•••* gnu/packages/security-token.scm (eid-mw): Update to 5.1.11. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: conflict: Update to 20221002.•••* gnu/packages/shellutils.scm (conflict): Update to 20221002. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: boxes: Update to 2.2.1.•••* gnu/packages/shellutils.scm (boxes): Update to 2.2.1. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: foot: Update to 1.15.3.•••* gnu/packages/terminals.scm (foot): Update to 1.15.3. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: dstask: Update to 0.26.•••* gnu/packages/task-management.scm (dstask): Update to 0.26. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: fsarchiver: Update to 0.8.7.•••* gnu/packages/file-systems.scm (fsarchiver): Update to 0.8.7. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: fuse-overlayfs: Update to 1.13.•••* gnu/packages/file-systems.scm (fuse-overlayfs): Update to 1.13. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: libdiscid: Update to 0.6.4.•••* gnu/packages/music.scm (libdiscid): Update to 0.6.4. Tobias Geerinckx-Rice2023-09-101-3/+2
* gnu: qtractor: Update to 0.9.35.•••* gnu/packages/music.scm (qtractor): Update to 0.9.35. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: padthv1: Update to 0.9.32.•••* gnu/packages/music.scm (padthv1): Update to 0.9.32. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: samplv1: Update to 0.9.32.•••* gnu/packages/music.scm (samplv1): Update to 0.9.32. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: drumkv1: Update to 0.9.32.•••* gnu/packages/music.scm (drumkv1): Update to 0.9.32. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: synthv1: Update to 0.9.32.•••* gnu/packages/music.scm (synthv1): Update to 0.9.32. Tobias Geerinckx-Rice2023-09-101-2/+2