1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-18 00:00:32 +02:00
Commit Graph

88732 Commits

Author SHA1 Message Date
Marius Bakke
7dfa2ff780 gnu: libxml2: Update to 2.9.14.
* gnu/packages/xml.scm (libxml2): Update to 2.9.14.
[source](uri): Use new download location.
[source](patches): Remove.
[arguments]: Don't attempt to move non-existing "doc" directory.
* gnu/packages/patches/libxml2-parent-pointers.patch,
gnu/packages/patches/libxml2-terminating-newline.patch,
gnu/packages/patches/libxml2-xpath-recursion-limit.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-06-26 12:06:28 +02:00
Marius Bakke
138115b012 gnu: Python: Update to 3.9.13.
* gnu/packages/python.scm (python-3.9): Update to 3.9.13.
2022-06-26 12:06:28 +02:00
Marius Bakke
5e68c8a6d1 gnu: SQLite: Update to 3.39.0.
* gnu/packages/sqlite.scm (sqlite): Update to 3.39.0.
(sqlite-next): Remove variable.
* gnu/packages/version-control.scm (fossil)[inputs]: Change from SQLITE-NEXT
to SQLITE.
2022-06-26 12:06:28 +02:00
Marius Bakke
6fb1fc5fe6 gnu: perl: Update to 5.36.0.
* gnu/packages/perl.scm (perl): Update to 5.36.0.
[native-inputs]: Update "perl-cross" to 1.4.
2022-06-26 12:06:28 +02:00
Marius Bakke
875c8ee007 gnu: expat: Update to 2.4.8.
* gnu/packages/xml.scm (expat): Update to 2.4.8.
[replacement]: Remove.
(expat/fixed): Remove variable.
2022-06-26 12:06:28 +02:00
Marius Bakke
ca88640a45 gnu: libffi: Update to 3.4.2.
* gnu/packages/libffi.scm (libffi): Update to 3.4.2.
[source](patches): Remove.
* gnu/packages/patches/libffi-3.3-powerpc-fixes.patch,
gnu/packages/patches/libffi-float128-powerpc64le.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-06-26 12:06:28 +02:00
Marius Bakke
c9e78e9023 gnu: libcap: Update to 2.64.
* gnu/packages/linux.scm (libcap): Update to 2.64.
2022-06-26 12:06:27 +02:00
Marius Bakke
4caff5306a gnu: libsigsegv: Update to 2.14.
* gnu/packages/libsigsegv.scm (libsigsegv): Update to 2.14.
2022-06-26 12:06:27 +02:00
Marius Bakke
2db1560a2a gnu: lzip: Update to 1.23.
* gnu/packages/compression.scm (lzip): Update to 1.23.
2022-06-26 12:06:27 +02:00
Marius Bakke
bf99d1be2f gnu: coreutils: Update to 9.1.
* gnu/packages/base.scm (coreutils): Update to 9.1.
[source](patches): Remove.
* gnu/packages/commencement.scm (coreutils-mesboot)[native-inputs]: Add
SED-MESBOOT.
* gnu/packages/patches/coreutils-ls.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-06-26 12:06:27 +02:00
Marius Bakke
97fb977eb8 gnu: linux-libre-headers: Update to 5.15.49.
* gnu/packages/linux.scm (linux-libre-headers-5.10.35): Replace with ...
(linux-libre-headers-5.15.49): This new variable.
(linux-libre-headers): Adjust accordingly.
* gnu/packages/commencement.scm (linux-libre-headers-boot0)[arguments]: Add
phase to lower toolchain requirements.
2022-06-26 12:06:27 +02:00
Marius Bakke
e15e7b226c gnu: m4: Update to 1.4.19.
* gnu/packages/m4.scm (m4): Update to 1.4.19.
[source](patches): Remove.
[arguments]: Add phase 'disable-test.  Adjust shell configuration phase.
* gnu/packages/patches/m4-gnulib-libio.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-06-26 12:06:27 +02:00
Marius Bakke
089bec685f gnu: libatomic-ops: Update to 7.6.12.
* gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.6.12.
2022-06-26 12:06:27 +02:00
Marius Bakke
67a3cf371a gnu: libgc: Update to 8.0.6.
* gnu/packages/bdw-gc.scm (libgc): Update to 8.0.6.
2022-06-26 12:06:27 +02:00
Marius Bakke
4f089e626b gnu: libdrm: Update to 2.4.111.
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.111.
2022-06-26 12:06:27 +02:00
Marius Bakke
c44b5f89c9 gnu: libdrm: Use G-expressions.
* gnu/packages/xdisorg.scm (libdrm)[arguments]: Use G-expressions.
2022-06-26 12:06:27 +02:00
Arun Isaac
037bfd8545 services: pcscd: Use switch-symlinks from (guix build utils).
switch-symlinks has been moved to (guix build utils). We need not duplicate it
anymore.

* gnu/services/security-token.scm (pcscd-activation): Use switch-symlinks
from (guix build utils).
2022-06-25 01:43:08 +05:30
Efraim Flashner
22aeda1bcc gnu: openjpeg: Update to 2.5.0.
* gnu/packages/image.scm (openjpeg): Update to 2.5.0.
2022-06-23 12:39:37 +03:00
Efraim Flashner
ddc337e2a8 gnu: openjpeg-data: Update to 2021.09.26.
* gnu/packages/image.scm (openjpeg-data): Update to 2021.09.26.
2022-06-23 12:39:34 +03:00
Ludovic Courtès
4c4413b5c6 gnu: gnutls: Remove input labels.
* gnu/packages/tls.scm (gnutls)[arguments]: Use gexps.
[native-inputs, propagated-inputs]: Remove labels.
(gnutls/dane, guile2.2-gnutls): Use 'modify-inputs'.
2022-06-22 22:26:22 +02:00
Ludovic Courtès
9b4c15f27a gnu: guile2.0-gnutls: Remove.
* gnu/packages/tls.scm (gnutls/guile-2.0): Remove.
2022-06-22 22:26:22 +02:00
Ludovic Courtès
c8372b82ac gnu: p11-kit: Remove input labels.
* gnu/packages/tls.scm (p11-kit)[native-inputs, inputs]: Remove labels.
[arguments]: Switch to gexp.  Refer to "p11-kit-hurd.patch" right from here.
(p11-kit-next)[arguments]: Use a gexp.
2022-06-22 22:26:22 +02:00
Ludovic Courtès
db2e3b2261 gnu: p11-kit: Update to 0.24.1.
* gnu/packages/tls.scm (p11-kit-next): Update to 0.24.1.
2022-06-22 22:26:21 +02:00
Ludovic Courtès
c4fd372c58 gnu: texlive-psnfss: Re-add phases to build "doc" output.
* gnu/packages/tex.scm (texlive-psnfss)[arguments]: Reinstate phases
added in 08bb73749e and inadvertently
removed in 8655a71445.
2022-06-22 22:26:21 +02:00
Ludovic Courtès
103f488ecb gnu: texlive-tools: Remove redundant definition.
* gnu/packages/tex.scm (texlive-tools): Remove second definition.
2022-06-22 18:58:09 +02:00
Ludovic Courtès
456eeaea8e gnu: texlive: Avoid use of deprecated packages.
* gnu/packages/tex.scm (texlive-bidi)[propagated-inputs]: Avoid
deprecated package names.
(texlive-latex-geometry)[propagated-inputs]: Likewise.
(texlive-metalogo)[inputs, propagated-inputs]: Likewise.
(texlive-polyglossia)[propagated-inputs]: Likewise.
(texlive-zref)[propagated-inputs]: Likewise.
2022-06-22 18:57:42 +02:00
Ludovic Courtès
5a137c38be gnu: texlive-amsmath, texlive-psnfss: Fix misplaced 'outputs' field.
This reinstates 08bb73749e.  Probably the
'outputs' field ended up in 'texlive-amsmath' due to a bad merge.

* gnu/packages/tex.scm (texlive-amsmath)[outputs]: Remove.
(texlive-psnfss)[outputs]: New field.
2022-06-22 18:57:27 +02:00
Ludovic Courtès
8655a71445 Merge branch master into core-updates 2022-06-22 18:48:00 +02:00
Petr Hodina
a589049e14 gnu: wayland: Update to 1.20.0.
* gnu/packages/freedesktop.scm (wayland): Update to 1.20.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-22 12:35:46 +02:00
Petr Hodina
118660877e gnu: dwl: Update to 0.3.1.
* gnu/packages/wm.scm (dwl): Update to 0.3.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-22 12:35:46 +02:00
Petr Hodina
0eacf52837 gnu: wlroots: Update to 0.15.1.
* gnu/packages/wm.scm (wlroots): Update to 0.15.1.
  [source]: Update url link to
  'https://gitlab.freedesktop.org/wlroots/wlroots' due to original link
  pointing now to archived repo.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-22 12:35:46 +02:00
Petr Hodina
47b3daeaa1 gnu: hikari: Simplify inputs.
* gnu/packages/wm.scm (hikari)[inputs]: Simplify.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-22 12:35:46 +02:00
Petr Hodina
06d39ff642 gnu: sway: Update to 1.7.
* gnu/packages/wm.scm (sway): Update to 1.7.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-22 12:35:46 +02:00
Petr Hodina
c15476fcec gnu: hikari: Update to 2.3.3.
* gnu/packages/wm.scm (hikari): Update to 2.3.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-22 12:35:46 +02:00
Petr Hodina
b2fab0724d gnu: cagebreak: Update to 1.8.3.
* gnu/packages/wm.scm (cagebreak): Update to 1.8.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-22 12:35:46 +02:00
Ludovic Courtès
3cac14391b gnu: mozjs: Keep only version 78.
This reinstates commit 5e25a69e6e, which
was wrongfully undoed by merge commit
8c3e9da13a.

* gnu/packages/gnuzilla.scm (mozjs): Switch back to 78.15.0.
2022-06-22 12:35:45 +02:00
Ludovic Courtès
6cd438c4c2 gnu: openssl: Skip time-dependent test.
Fixes <https://issues.guix.gnu.org/56137>.
Reported by phodina <phodina@protonmail.com>.

* gnu/packages/tls.scm (openssl)[arguments]: Replace the 'check'
phase; this applies to both 1.1.1n and 3.0.3.
2022-06-22 12:35:18 +02:00
Ludovic Courtès
02deb21137 gnu: openssl@1: Update to 1.1.1n and remove replacement.
* gnu/packages/tls.scm (openssl): Update to 1.1.1n.
[replacement]: Remove.
(openssl/fixed): Remove.
2022-06-21 23:05:52 +02:00
Efraim Flashner
2af3f5eef0 gnu: libhttpd: Update to 1.4.65.
* gnu/packages/web.scm (libhttpd): Update to 1.4.65.
2022-06-20 15:47:29 +03:00
Nikolay Korotkiy
723d1bbbd2 gnu: gpxsee: Update to 11.1.
* gnu/packages/gps.scm (gpxsee): Update to 11.1.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-20 14:02:27 +02:00
Paul A. Patience
a606eea4bc gnu: Add cl-compiler-macro.
* gnu/packages/lisp-xyz.scm (sbcl-compiler-macro, cl-compiler-macro,
  ecl-compiler-macro): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-20 14:02:27 +02:00
Efraim Flashner
ceb508528f gnu: rust-cargo-c: Add missing input.
This is a follow-up to 6f2df20b0f.

* gnu/packages/rust-apps.scm (rust-cargo-c)[inputs]: Add libgit2-1.3.
2022-06-20 14:31:40 +03:00
Efraim Flashner
6f2df20b0f gnu: rust-libgit2-sys-0.12: Remove bundled library.
This fixes <https://issues.guix.gnu.org/56020>.

* gnu/packages/crates-io.scm (rust-libgit2-sys-0.12)[source]: Add
snippet to remove bundled code.
2022-06-20 14:16:13 +03:00
Efraim Flashner
8d342711dd gnu: vlc: Update to 3.0.17.4.
* gnu/packages/video.scm (vlc): Update to 3.0.17.4.
2022-06-20 13:57:52 +03:00
Efraim Flashner
d2580a3f2e gnu: vlc: Add release-monitoring-url property.
* gnu/packages/video.scm (vlc)[properties]: New field.
2022-06-20 13:35:11 +03:00
Mathieu Othacehe
a692824006 gnu: xdg-desktop-portal-gtk: Update to 1.14.0.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-gtk): Update to 1.14.0.
2022-06-20 12:14:36 +02:00
Mathieu Othacehe
38d7e6d6b7 gnu: xdg-desktop-portal: Update to 1.14.4.
* gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.14.4.
[inputs]: Add gdk-pixbuf, use fuse@3.
[arguments]: Build without systemd, set HOME variable.
2022-06-20 12:14:35 +02:00
Ludovic Courtès
73761d8049 gnu: lxd: Remove input labels.
* gnu/packages/virtualization.scm (lxd)[arguments]: In 'install' phase,
refer to "bash-minimal" instead of "bash".
[inputs]: Remove labels.
2022-06-19 23:14:57 +02:00
Brian Cully
dbe221a89a gnu: lxd: Add ‘attr’ to inputs and use it in wrapper.
Fixes issue with lxd crashing on startup with:

  Error: exec: "setfattr": executable file not found in $PATH

* gnu/packages/virtualization.scm (lxd)[arguments]: In 'install' phase,
add "attr" to the list of packages used in 'wrap-program'.
[inputs]: Add ATTR.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-19 23:14:56 +02:00
Philip McGrath
d5a9f2a404 gnu: Add cctools.
* gnu/packages/darwin.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/darwin.scm (cctools): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-19 23:14:56 +02:00