Age | Commit message (Expand) | Author |
2022-08-31 | gnu: bash-completion: Remove rudimentary /$base....* gnu/packages/patches/bash-completion-directories.patch: Remove rudimentary
/$base.
| Andrew Tropin |
2022-08-30 | gnu: mm-common: Build reproducibly....* gnu/packages/patches/mm-common-reproducible-tarball.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/gnome.scm (mm-common)[source]: Add patch.
| Vagrant Cascadian |
2022-08-30 | gnu: qpdf: Update to 10.6.3....* gnu/packages/pdf.scm (qpdf): Update to 10.6.3.
| Marius Bakke |
2022-08-30 | gnu: libuv: Update to 1.44.2....* gnu/packages/libevent.scm (libuv): Update to 1.44.2.
| Marius Bakke |
2022-08-30 | gnu: node@10: Build with 'libuv-for-node'....* gnu/packages/node.scm (node)[inputs, native-inputs]: Change from LIBUV to
LIBUV-FOR-NODE.
| Marius Bakke |
2022-08-30 | gnu: pcsc-lite: Update to 1.9.8....* gnu/packages/security-token.scm (pcsc-lite): Update to 1.9.8.
[native-inputs]: Add FLEX.
| Marius Bakke |
2022-08-30 | gnu: gpgme: Update to 1.18.0....* gnu/packages/gnupg.scm (gpgme): Update to 1.18.0.
| Marius Bakke |
2022-08-30 | gnu: gnupg: Update to 2.2.37....* gnu/packages/gnupg.scm (gnupg): Update to 2.2.37.
| Marius Bakke |
2022-08-30 | gnu: GnuTLS: Update to 3.7.7....* gnu/packages/tls.scm (gnutls): Update to 3.7.7.
| Marius Bakke |
2022-08-30 | gnu: libtasn1: Update to 4.19.0....* gnu/packages/tls.scm (libtasn1): Update to 4.19.0.
| Marius Bakke |
2022-08-30 | gnu: nghttp2: Update to 1.49.0....* gnu/packages/web.scm (nghttp2): Update to 1.49.0.
* gnu/packages/curl.scm (curl)[source](patches): Add compatibility patch.
* gnu/packages/patches/curl-nghttp2-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke |
2022-08-30 | gnu: cURL: Use G-expression.......and reindent.
* gnu/packages/curl.scm (curl)[arguments]: Convert to G-expression.
(curl-ssh)[arguments]: Likewise.
| Marius Bakke |
2022-08-30 | gnu: cURL: Remove input labels....* gnu/packages/curl.scm (curl)[native-inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-FILE instead of label.
(curl-ssh)[inputs]: Use MODIFY-INPUTS.
| Marius Bakke |
2022-08-30 | gnu: libjpeg-turbo: Use G-expression....* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Convert to gexp.
| Marius Bakke |
2022-08-30 | gnu: libjpeg-turbo: Update to 2.1.4....* gnu/packages/image.scm (libjpeg-turbo): Update to 2.1.4.
| Marius Bakke |
2022-08-30 | gnu: libpaper: Update to 1.2.3....* gnu/packages/ghostscript.scm (libpaper): Update to 1.2.3.
| Marius Bakke |
2022-08-30 | gnu: nghttp2-for-node: Fix Python version check....* gnu/packages/web.scm (nghttp2-for-node)[arguments]: New field.
| Marius Bakke |
2022-08-30 | gnu: python-numpy: Avoid usage of 'this-package-input'....* gnu/packages/python-xyz.scm (python-numpy)[arguments]: Use SEARCH-INPUT-FILE
instead of THIS-PACKAGE-INPUT.
| Marius Bakke |
2022-08-30 | Merge branch 'staging' into core-updates | Marius Bakke |
2022-08-30 | gnu: Remove needless export....* gnu/packages/polkit.scm: Don't export POLKIT explicitly.
| Marius Bakke |
2022-08-30 | gnu: Remove unused module import....* gnu/packages/polkit.scm: Don't import (gnu packages gnuzilla).
| Marius Bakke |
2022-08-30 | gnu: polkit: Fix cross-compilation....This is a follow-up to commit e8f4e1808563eb3c1cd28d419a1f349412af4a0d.
* gnu/packages/polkit.scm (polkit)[arguments]: Pass -Dintrospection instead of
-Dos-type when cross-compiling.
| Marius Bakke |
2022-08-30 | gnu: polkit: Fix build....This is a follow-up to commit e8f4e1808563eb3c1cd28d419a1f349412af4a0d.
* gnu/packages/polkit.scm (polkit)[native-inputs]: Add GETTEXT-MINIMAL.
| Marius Bakke |
2022-08-30 | gnu: rust-bootstrap: Explicitly use OpenSSL@1.1....* gnu/packages/rust.scm (rust-bootstrap)[inputs]: Change from OPENSSL to
OPENSSL-1.1.
| Marius Bakke |
2022-08-30 | Merge branch 'master' into staging | Marius Bakke |
2022-08-30 | gnu: Introduce versioned 'openssl-1.1' variable.......and use it in packages that do not yet support 3.0.
* gnu/packages/tls.scm (openssl): Rename to ...
(openssl-1.1): ... this.
(openssl/fixed): Inherit from OPENSSL-1.1.
(openssl-3.0): Likewise.
(openssl): Turn into alias for OPENSSL-1.1.
* gnu/packages/ruby.scm (ruby-2.6)[inputs]: Change from OPENSSL to OPENSSL-1.1.
(ruby-3.0)[inputs]: Change "openssl" input to OPENSSL.
(ruby-3.1): Inherit from RUBY-3.0.
* gnu/packages/python.scm (python-2.7)[inputs]: Change from OPENSSL to
OPENSSL-1.1.
(python-3.9)[inputs]: Replace "openssl" with OPENSSL.
* gnu/packages/python-crypto.scm (python-cryptography)[inputs]: Change from
OPENSSL to OPENSSL-1.1.
* gnu/packages/databases.scm (mariadb)[inputs]: Likewise.
* gnu/packages/node.scm (node)[native-inputs, inputs]: Likewise.
(node-lts)[native-inputs]: Likewise.
| Marius Bakke |
2022-08-30 | services: gitolite: Relax permissions on service user home directory....Fixes https://issues.guix.gnu.org/56444
* gnu/services/version-control.scm (gitolite-activation): Modify permissions
on home directory so that git group has read access.
Reported-by: Evgeny Pisemsky <evgeny@pisemsky.com>
Experienced by David Thompson for years, wondering what was wrong. Thanks for
finding the root cause, Evgeny! :)
| David Thompson |
2022-08-30 | gnu: Add python-grid5000....* gnu/packages/python-web.scm (python-grid5000): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
| msimonin |
2022-08-30 | gnu: accountsservice: Actually run the test suite....* gnu/packages/freedesktop.scm (accountsservice)[native-inputs]: Add PYTHON.
| Marius Bakke |
2022-08-30 | gnu: accountsservice: Don't reference the build-time coreutils....* gnu/packages/freedesktop.scm (accountsservice)[inputs]: Add COREUTILS-MINIMAL.
| Marius Bakke |
2022-08-30 | gnu: accountsservice: Remove obsolete input....* gnu/packages/freedesktop.scm (accountsservice)[native-inputs]: Remove
INTLTOOL. Add GETTEXT-MINIMAL.
| Marius Bakke |
2022-08-30 | gnu: mercurial: Update to 6.2.1....* gnu/packages/version-control.scm (mercurial): Update to 6.2.1.
[source](patches): Add patch for compatibility with OpenSSL 3.0.
[arguments]: Patch /usr/bin/env and /bin/sh unconditionally in all tests.
Disable four more tests.
[inputs]: Change from PYTHON to PYTHON-WRAPPER.
* gnu/packages/patches/mercurial-openssl-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke |
2022-08-30 | gnu: babl: Update to 0.1.96....* gnu/packages/gimp.scm (babl): Update to 0.1.96.
| Marius Bakke |
2022-08-30 | gnu: vim: Update to 9.0.0325....* gnu/packages/vim.scm (vim): Update to 9.0.0325.
| Efraim Flashner |
2022-08-30 | etc: Update yasnippet build system list....* etc/snippets/yas/scheme-mode/guix-package (build-system): Add
chicken-build-system, minetest-build-system, rebar-build-system
and renpy-build-system.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Nicolas Graves |
2022-08-30 | etc: Add tempel snippet for :phases....* etc/snippets/tempel/scheme-mode (:phases, add-before\ , add-after\ )
(replace\ ): New snippets.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Nicolas Graves |
2022-08-30 | etc: Add tempel snippets....* etc/snippets/tempel/scheme-mode: New file.
* etc/snippets/tempel/text-mode: New file.
* etc/snippets/scheme-mode: Moved from here...
* etc/snippets/yas/scheme-mode: ... to here.
* etc/snippets/text-mode: Moved from here...
* etc/snippets/yas/text-mode: ... to here.
* doc/contributing.texi ("The Perfect Setup"): Adjust yasnippet setup
accordingly. Add tempel setup.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Nicolas Graves |
2022-08-30 | gnu: wayland-protocols: Fix cross-compilation...* gnu/packages/freedesktop.scm (wayland-protocols): Fix cross-compilation
[native-inputs]: Add pkg-config-for-build and wayland.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Tobias Kortkamp |
2022-08-30 | gnu: yt-dlp: Don't ask to run tests when cross-compiling....* gnu/packages/video.scm
(yt-dlp)[arguments]{#:tests?}: When cross-compiling, set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Maxime Devos |
2022-08-30 | gnu: rust: Don't ask to run tests when cross-compiling....* gnu/packages/rust.scm
(rust-1.57)[arguments]{#:tests?}: When cross-compiling, set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Maxime Devos |
2022-08-30 | gnu: ruby-rubocop: Don't ask to run tests when cross-compiling....* gnu/packages/ruby.scm
(ruby-rubocop)[arguments]{#:tests?}: When cross-compiling, set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Maxime Devos |
2022-08-30 | gnu: python-jaraco-context: Don't ask to run tests when cross-compiling....* gnu/packages/python-xyz.scm
(python-jaraco-context)[arguments]{#:tests?}: When cross-compiling, set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Maxime Devos |
2022-08-30 | gnu: python-jupyter-client: Don't ask to run tests when cross-compiling....* gnu/packages/python-xyz.scm
(python-jupyter-client)[arguments]{#:tests?}: When cross-compiling, set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Maxime Devos |
2022-08-30 | gnu: python-pip-run: Don't ask to run tests when cross-compiling....* gnu/packages/python-xyz.scm
(python-pip-run)[arguments]{#:tests?}: When cross-compiling, set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Maxime Devos |
2022-08-30 | gnu: python-jaraco-functools: Don't ask to run tests when cross-compiling....* gnu/packages/python-xyz.scm
(python-jaraco-functools)[arguments]{#:tests?}: When cross-compiling, set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Maxime Devos |
2022-08-30 | gnu: python-path: Don't ask to run tests when cross-compiling....* gnu/packages/python-xyz.scm
(python-path)[arguments]{#:tests?}: When cross-compiling, set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Maxime Devos |
2022-08-30 | gnu: python-fonttools-full: Don't ask to run tests when cross-compiling....* gnu/packages/python-xyz.scm
(python-fonttools-full)[arguments]{#:tests?}: When cross-compiling, set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Maxime Devos |
2022-08-30 | gnu: proot: Don't ask to run tests when cross-compiling....* gnu/packages/linux.scm
(proot)[arguments]{#:tests?}: When cross-compiling, set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Maxime Devos |
2022-08-30 | gnu: julia-interpolations: Don't ask to run tests when cross-compiling....* gnu/packages/julia-xyz.scm
(julia-interpolations)[arguments]{#:tests?}: When cross-compiling,
set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Maxime Devos |
2022-08-30 | gnu: julia-reversediff: Don't ask to run tests when cross-compiling....* gnu/packages/julia-xyz.scm
(julia-reversediff)[arguments]{#:tests?}: When cross-compiling,
set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Maxime Devos |