summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2022-04-09gnu: ganeti: Fix test failure with PyYAML 6.0.Marius Bakke
This fixes a regression that was introduced in 27720d0fe14ee4cd413a6745e0782a698a011924. * gnu/packages/patches/ganeti-pyyaml-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/virtualization.scm (ganeti)[source](patches): Add it.
2022-04-08gnu: libxmlb: Update to 0.3.8.Vagrant Cascadian
* gnu/packages/xlm.scm (libxmlb): Update to 0.3.8.
2022-04-08gnu: reprotest: Update to 0.7.20.Vagrant Cascadian
* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.20.
2022-04-08gnu: diffoscope: Update to 209.Vagrant Cascadian
* gnu/packages/diffoscope.scm (diffoscope): Update to 209.
2022-04-08gnu: emacs-geiser: Add dependency on Project.Olivier Dion
* gnu/packages/emacs-xyz.scm (emacs-geiser)[propagated-inputs]: Add emacs-project. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-08gnu: lsof: Fix invalid G-Expression.Brian Kubisiak
Cross-compiling lsof is failing with an "invalid G-expression input" error. Fix this by using a quoted list. * gnu/packages/lsof.scm (lsof): Fix invalid G-Expression. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-08gnu: icedove: Update to 91.8 [fixes CVE-2022-1197].Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 91.8.
2022-04-08gnu: Add cl-jzon.jgart
* gnu/packages/lisp-xyz.scm (cl-jzon, ecl-jzon, sbcl-jzon): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-08gnu: cl-cffi: Remove trailing boolean.jgart
* gnu/packages/lisp-xyz.scm (sbcl-cffi)[arguments]: Remove trailing boolean. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-08gnu: cl-legit: Update to 1.0.0-2.5f8a2d4.jgart
* gnu/packages/lisp-xyz.scm (sbcl-legit): Update to 1.0.0-2.5f8a2d4 and use revision variable in let block. [arguments]: Add 'patch-git-executable' phase. [inputs]: Add formatting and add missing git input. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-07gnu: nginx: Build optimized binaries.Marius Bakke
* gnu/packages/web.scm (nginx)[arguments]: Add "-O2 -g" to CFLAGS.
2022-04-07gnu: nginx: Respect #:configure-flags.Marius Bakke
* gnu/packages/web.scm (nginx)[arguments]: Add #:configure-flags. Move default settings out of the 'configure' phase.
2022-04-07gnu: nginx: Use G-expressions.Marius Bakke
* gnu/packages/web.scm (nginx)[arguments]: Rewrite in gexp style. Remove trailing #t's.
2022-04-07gnu: uBlock Origin: Update to 1.42.4.Marius Bakke
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.42.4.
2022-04-07gnu: ungoogled-chromium: Update to 100.0.4896.75-1.Marius Bakke
* gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 100. (%chromium-version): Set to 100.0.4896.75. (%debian-revision): Set to debian/100.0.4896.60-1. (%ungoogled-origin): Update hash. (%debian-patches): Updates hashes. Remove obsolete. (ungoogled-chromium): Update hash. [arguments]: Remove obsolete substitution. Patch libvulkan.so.1 in more files, and add absolute reference to Mesa ICDs.
2022-04-07gnu: ungoogled-chromium: Update to 99.0.4844.84-1.Marius Bakke
* gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 99. (%chromium-version): Set to 99.0.4844.84. (%ungoogled-origin): Update hash. (ungoogled-chromium): Likewise. [arguments]: Patch absolute file names to GTK libraries. Patch one more Opus header inclusion. Remove labels in wrapping phase. [native-inputs]: Change from CLANG-13 to CLANG-14. [inputs]: Add AT-SPI2-ATK.
2022-04-07gnu: LLVM, Clang: Add 14.0.0.Marius Bakke
* gnu/packages/llvm.scm (%llvm-monorepo-hashes, %llvm-patches, llvm-monorepo): New variables. (clang-runtime-from-llvm): Make HASH optional; use monorepo when not present. (clang-from-llvm): Likewise. (llvm-14, clang-runtime-14, clang-14, clang-toolchain-14, lld-14): New variables. (llvm-13): Inherit from LLVM-14. (lld-13): Inherit from LLD-14. (lld): Turn into alias for LLD-14. * gnu/packages/patches/clang-14.0-libc-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/zig.scm (zig): Change from LLD to LLD-13.
2022-04-07gnu: radeontop: Simplify inputs.Marius Bakke
* gnu/packages/linux.scm (radeontop)[native-inputs]: Simplify.
2022-04-07gnu: Add cura.Malte Frank Gerdes
* gnu/packages/engineering.scm (cura): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-07gnu: Add python-pynest2d.Guillaume Le Vaillant
* gnu/packages/engineering.scm (python-pynest2d): New variable.
2022-04-07gnu: Add libnest2d-for-cura.Guillaume Le Vaillant
* gnu/packages/engineering.scm (libnest2d-for-cura): New variable.
2022-04-07gnu: Add libsavitar.Malte Frank Gerdes
* gnu/packages/engineering.scm (libsavitar): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-07gnu: Add libcharon.Malte Frank Gerdes
* gnu/packages/engineering.scm (libcharon): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-07gnu: Add uranium.Malte Frank Gerdes
* gnu/packages/engineering.scm (uranium): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-07gnu: Add python-trimesh.Malte Frank Gerdes
* gnu/packages/python-science.scm (python-trimesh): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-07gnu: Add python-pyinstrument.Malte Frank Gerdes
* gnu/packages/python-check.scm (python-pyinstrument): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-07gnu: Add cura-binary-data.Malte Frank Gerdes
* gnu/packages/engineering.scm (cura-binary-data): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-07gnu: Add cura-engine.Malte Frank Gerdes
* gnu/packages/engineering.scm (cura-engine): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-07gnu: Add libarcus.Malte Frank Gerdes
* gnu/packages/engineering.scm (libarcus): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-07gnu: cl-slynk: Update to 1.0.43-6.4513c38.André A. Gomes
* gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 1.0.43-6.4513c38. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-07gnu: emacs-sly: Update to 1.0.43-6.4513c38.André A. Gomes
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 1.0.43-6.4513c38. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-07gnu: kicad: Update to 6.0.4.Peter Polidoro
* gnu/packages/engineering.scm (kicad, kicad-doc, kicad-symbols, kicad-footprints, kicad-packages3d, kicad-templates): Update to 6.0.4. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-07gnu: cl-sxql: Update to 0.1.0-3.cc3478c.jgart
* gnu/packages/lisp-xyz.scm (sbcl-sxql): Update to 0.1.0-3.cc3478c and use revision variable in let block. [inputs]: Add missing sbcl-trivia input. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-07gnu: shepherd: Add 0.9.0.Ludovic Courtès
* gnu/packages/admin.scm (shepherd): Rename to... (shepherd-0.8): ... this. New variable. (shepherd): Define as an alias for SHEPHERD-0.8. (shepherd-0.9): New variable. (guile2.2-shepherd): Inherit from SHEPHERD-0.9 and adjust inputs accordingly.
2022-04-06gnu: lagrange: Update to 1.12.1.Efraim Flashner
* gnu/packages/web-browsers.scm (lagrange): Update to 1.12.1.
2022-04-06gnu: keepassxc: Update to 2.7.1.Efraim Flashner
* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.1.
2022-04-06gnu: vim: Update to 8.2.4701.Efraim Flashner
* gnu/packages/vim.scm (vim): Update to 8.2.4701. [arguments]: Adjust custom 'skip-or-fix-failing-tests phase to skip another test.
2022-04-06gnu: python-pybtex: Update to 0.24.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-pybtex): Update to 0.24.0. [native-inputs]: Remove python-nose; add python-pytest. [inputs]: Move python-latexcodec, python-pyyaml, and python-six from here... [propagated-inputs]: ...to here. [arguments]: Use pytest.
2022-04-06gnu: python-latexcodec: Update to 2.0.1.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-latexcodec): Update to 2.0.1. [inputs]: Move python-six from here... [propagated-inputs]: ...to here.
2022-04-06gnu: Add r-rnaseqdtu.Hong Li
* gnu/packages/bioinformatics.scm (r-rnaseqdtu): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-04-06gnu: Add r-stager.Hong Li
* gnu/packages/bioconductor.scm (r-stager): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-04-06gnu: Add r-rafalib.Hong Li
* gnu/packages/cran.scm (r-rafalib): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-04-05gnu: icecat: Update to 91.8.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2022-1097, CVE-2022-1196, CVE-2022-24713, CVE-2022-28281, CVE-2022-28282, CVE-2022-28285, CVE-2022-28286, and CVE-2022-28289. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes.
2022-04-05gnu: poco: Make description a full sentence.Liliana Marie Prikler
* gnu/packages/cpp.scm (poco)[description]: Expand into a full sentence.
2022-04-05gnu: u-boot-rockpro64-rk3399: Add support for booting from SCSI/SATA.Ricardo Wurmus
* gnu/packages/bootloaders.scm (u-boot-rockpro64-rk3399)[arguments]: Add 'patch-config phase to support SCSI/SATA disks. Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2022-04-05gnu: u-boot: Update to 2022.04.Vagrant Cascadian
* gnu/packages/bootloaders.scm (u-boot): Update to 2022.01. [native-inputs]: Add gnutls, tinfo, libuuid. (u-boot-qemu-riscv64-smode): Drop custom patches. * gnu/packages/patches/u-boot-allow-disabling-openssl.patch: Refresh patch. * gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch: Remove patch, applied upstream. * gnu/local.mk (dist_patch_DATA): Update with removed patches. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2022-04-05gnu: Add ncurses-with-tinfo.Vagrant Cascadian
* gnu/packages/ncurses.scm (ncurses/tinfo): New variable.
2022-04-05gnu: l2md: Update to 9db252bc.Andrew Tropin
[[PGP Signed Part:No public key for 2208D20958C1DEB0 created at 2022-03-28T11:03:48+0200 using RSA]] * gnu/packages/mail.scm (l2md): Update to 9db252bc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-05gnu: plocate: Build with "--sharedstatedir=/var".ykonai
Current plocate package sets the --sharedstatedir to a store directory, which causes updatedb and plocate to fail by default since the store is immutable. This will set the default database path to /var/cache/plocate.db instead. * gnu/packages/search.scm (plocate): Change build options. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-05gnu: phodav: Use libsoup 2 instead of libsoup 3.Leo Nikkilä
Looks like phodav requires libsoup 2. Example of failing build logs, wanting libsoup 2.4: <https://ci.guix.gnu.org/build/584454/log/raw> After swapping the dependency, tests were failing due to HOME not being writable. I added a new build phase to account for this. I also removed the start-virtual-dir-server phase which no longer seems required, the tests pass without it. * gnu/packages/gnome.scm (phodav): Fix build, tests. [inputs]: Replace libsoup 3 with libsoup 2. [arguments]<#:phases>[set-temporary-home]: New phase. [arguments]<#:phases>[start-virtual-dir-server]: Remove phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>