summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-18gnu: Add asl.Simon South
* gnu/packages/assembly.scm (asl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-18gnu: Add netperf.Attila Lendvai
* gnu/packages/networking.scm (netperf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-18gnu: Add alure.Hendursaga
* gnu/packages/audio.scm (alure): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-09-18gnu: tensorflow-lite: Update to 2.13.0.Andy Tai
* gnu/packages/machine-learning.scm: (tensorflow-lite): Update to 2.13.0 [inputs]: Add gemmlowp [native-inputs]: Remove gemmlowp-src * gnu/packages/patches/tensorflow-lite-unbundle.patch: New file * gnu/local.mk (dist_patch_DATA): Add it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-09-18gnu: Add commit-patch.Kjartan Oli Agustsson
* gnu/packages/version-control.scm (commit-patch): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-18services: hurd-vm: Use ‘qemu-system-x86_64’.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/66053>. * gnu/services/virtualization.scm (hurd-vm-shepherd-service)[vm-command]: Use ‘qemu-system-x86_64’.
2023-09-18doc: Fix typo.Ludovic Courtès
* doc/guix.texi (Specifying Channel Authorizations): Remove extra hyphen.
2023-09-18maint: Support `guix shell' in Guix's git archive with manifest.scm.Janneke Nieuwenhuizen
* manifest.scm: New file. * Makefile.am (EXTRA_DIST): Add it. * doc/contributing.texi (Building from Git): Mention using it.
2023-09-18gnu: tor: Update to 0.4.8.6.Efraim Flashner
* gnu/packages/tor.scm (tor): Update to 0.4.8.6. [source]: Remove patch. * gnu/packages/patches/tor-remove-defensive-assert.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
2023-09-18gnu: julia-deepdiffs: Skip tests.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-deepdiffs)[arguments]: Skip the test suite.
2023-09-17gnu: ocl-icd: Delete dubiously deprecated duplicate definition.Tobias Geerinckx-Rice
This follows up on commit 3341b22f594398b3aa3ff930d99b74a78abd1a30 which re-added ocl-icd. opencl-icd-loader is a different, incompatible package. * gnu/packages/opencl.scm (ocl-icd): Remove duplicate variable.
2023-09-17gnu: icecat: Update to 102.15.1 [security fixes].Dr. Arne Babenhauserheide
This fixes fix mfsa2023-40, a critical webp vulnerability. See https://www.mozilla.org/en-US/security/advisories/mfsa2023-40/ * gnu/packages/gnuzilla.scm (%icecat-base-version, icecat-source): Update to 102.15.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-09-18gnu: julia-forwarddiff: Update to 0.10.36.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-forwarddiff): Update to 0.10.36. [propagated-inputs]: Add julia-logexpfunctions.
2023-09-18Revert "gnu: guix: Update to 1.4.0-11.658de25e99."Janneke Nieuwenhuizen
Several people on IRC report that "rewrite-url, to-version specified" fails. This reverts commit 1a0c7f71f0d74167f04377773791305260871b26.
2023-09-18gnu: cl-nkeymaps: Update to 1.1.0.Andre A. Gomes
* gnu/packages/lisp-xyz.scm (sbcl-nkeymaps): Update to 1.1.0. [inputs]: Add sbcl-cl-str. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-09-18gnu: font-gnu-unifont: Update to 15.1.01.Efraim Flashner
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 15.1.01. [source]: Adjust snippet to not remove non-existent precompiled files. [arguments]: Disable parallel build. Adjust custom 'install phase to not duplicate actions from the Makefile.
2023-09-18gnu: python-fit-nbinom: Remove syntax error in setup.py.Mădălin Ionel Patrașcu
* gnu/packages/python-xyz.scm (python-fit-nbinom)[arguments]: Add phase 'remove-invalid-syntax. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-09-18gnu: python-plastid: Patch it for python 3.10.Mădălin Ionel Patrașcu
* gnu/packages/bioinformatics.scm (python-plastid)[arguments]: Add new phase 'patch-for-python-3.10. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-09-18gnu: swineherd: Propagate inputs.Ricardo Wurmus
Swineherd does not wrap its inputs, so it needs to drag along all its Guile inputs when installed. * gnu/packages/admin.scm (swineherd)[inputs]: Move all from here... [propagated-inputs]: ...to here.
2023-09-18gnu: guix: Update to 1.4.0-11.658de25e99.Janneke Nieuwenhuizen
* gnu/packages/package-management.scm (guix): Update to 1.4.0-11.658de25e99.
2023-09-18self: Build directories in chunks of max 25 files at a time.Janneke Nieuwenhuizen
This increases the chances of a successful `guix pull' on the Hurd, see <https://issues.guix.gnu.org/65456>. * guix/self.scm (compiled-modules)[process-directory]: Split building of directories into chunks of max 25 files. Also call gc.
2023-09-10gnu: rdiff-backup: Update to 2.2.6.Tobias Geerinckx-Rice
* gnu/packages/backup.scm (rdiff-backup): Update to 2.2.6.
2023-09-10gnu: qpwgraph: Update to 0.5.3.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (qpwgraph): Update to 0.5.3.
2023-09-10gnu: borg: Update to 1.2.6.Tobias Geerinckx-Rice
* gnu/packages/backup.scm (borg): Update to 1.2.6.
2023-09-17.dir-locals.el: Update bug-reference configuration and document it.Maxim Cournoyer
(nil) <bug-reference-url-format>: Update URL. Add comment. * doc/contributing.texi (The Perfect Setup): New "Viewing bugs within Emacs" subsection. Co-authored-by: Brian Cully <bjc@spork.org>
2023-09-17gnu: Add qgit.Sughosha
* gnu/packages/version-control.scm (qgit): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-17gnu: enblend-enfuse: Build documentation.Bruno Victal
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>
2023-09-17gnu: enblend-enfuse: Backport upstream fixes.Bruno Victal
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>
2023-09-17gnu: Remove extraneous imports.Maxim Cournoyer
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>
2023-09-10gnu: lightning: Update to 2.2.2.Tobias Geerinckx-Rice
* gnu/packages/assembly.scm (lightning): Update to 2.2.2.
2023-09-10gnu: nnn: Update to 4.9.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (nnn): Update to 4.9.
2023-09-10gnu: memcached: Update to 1.6.21.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (memcached): Update to 1.6.21.
2023-09-10gnu: angband: Update to 4.2.5.Tobias Geerinckx-Rice
* gnu/packages/games.scm (angband): Update to 4.2.5.
2023-09-10gnu: feh: Update to 3.10.Tobias Geerinckx-Rice
* gnu/packages/image-viewers.scm (feh): Update to 3.10.
2023-09-10gnu: bpftrace: Update to 0.18.1.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (bpftrace): Update to 0.18.1.
2023-09-10gnu: ddcci-driver-linux: Update to 0.4.4.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (ddcci-driver-linux): Update to 0.4.4.
2023-09-10gnu: mcelog: Update to 195.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (mcelog): Update to 195.
2023-09-10gnu: lua: Update to 5.4.6.Tobias Geerinckx-Rice
* gnu/packages/lua.scm (lua): Update to 5.4.6.
2023-09-10gnu: cpuid: Update to 20230614.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (cpuid): Update to 20230614.
2023-09-10gnu: nftables: Update to 1.0.8.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (nftables): Update to 1.0.8.
2023-09-10gnu: libnftnl: Update to 1.2.6.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (libnftnl): Update to 1.2.6.
2023-09-10gnu: lkrg: Update to 0.9.7.Tobias Geerinckx-Rice
This fixes the build with Linux-Libre >= 6.4. * gnu/packages/linux.scm (lkrg): Update to 0.9.7.
2023-09-17services: dhcp-client: Fix name of the provision accessor.Ludovic Courtès
This is a followup to 04f71edb73205d0bb82404de28a70ae17b897429. * gnu/services/networking.scm (<dhcp-client-configuration>)[shepherd-provision]: Fix accessor name.
2023-09-17gnu: cockatrice: add wayland dependencySergio Pastor Pérez
* gnu/packages/games.scm (cockatrice): add wayland dependency Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-17gnu: file-systems: Add variable %base-live-file-systems.Nicolas Graves
* 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-17gnu: home: zsh: Load environment when running via sshSaku Laesvuori
* 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-17gnu: spdlog: Update to 1.12.0.Greg Hogan
* 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-17transformations: tuned-package: Use target on cross-compile.Jean-Pierre De Jesus DIAZ
* 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-17services: dhcp-client-configuration: Allow provision override.Alexey Abramov
* 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-17services: syncthing: Ensure that service runs after mounting home directories.Adam Maleszka
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>