summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add python-grpcio-tools.Maxim Cournoyer2022-08-31
| | | | * gnu/packages/rpc.scm (python-grpcio-tools): New variable.
* gnu: python-grpcio: Update to 1.47.0.Maxim Cournoyer2022-08-31
| | | | | | | | | | * gnu/packages/rpc.scm (python-grpcio): Update to 1.47.0. [source]{snippet}: Remove abseil-cpp from preserved bundled libraries. Preserve xxhash. [phases]: Delete trailing #t. {use-system-libraries}: Set the GRPC_PYTHON_BUILD_SYSTEM_RE2 and GRPC_PYTHON_BUILD_SYSTEM_ABSL environment variables to 1. Path setup.py. [inputs]: Add abseil-cpp and re2.
* gnu: abseil-cpp: Update to 20220623.0.Maxim Cournoyer2022-08-31
| | | | * gnu/packages/cpp.scm (abseil-cpp): Update to 20220623.0.
* gnu: Add vpn-slice.Arun Isaac2022-08-31
| | | | * gnu/packages/vpn.scm (vpn-slice): New variable.
* image: Add comments.Mathieu Othacehe2022-08-31
| | | | * gnu/image.scm: Add some comments across the whole module.
* gnu: emacs-flycheck-guile: Update to 0.4.Andrew Whatson2022-08-31
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-flycheck-guile): Update to 0.4. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add fwupd.Petr Hodina2022-08-31
| | | | | | * gnu/packages/firmware.scm (fwupd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libcgroup: Update to 2.0.2.muradm2022-08-31
| | | | | | | * gnu/packages/linux.scm (libcgroup): Update to 2.0.2. [source]: Project migrated to github. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* pull: Create a version 3 manifest.Ludovic Courtès2022-08-31
| | | | | | | | | | | | | This makes the profile readable by older Guix instances. This is a followup to c9fbd40785a99e13a59d8e530830ce85220a9871. Fixes <https://issues.guix.gnu.org/57306>. Reported by Arun Isaac <arunisaac@systemreboot.net>. * guix/profiles.scm (%manifest-format-version): Export. * guix/scripts/package.scm (build-and-use-profile): Add #:format-version and pass it to 'profile-derivation'. * guix/scripts/pull.scm (build-and-install): Pass #:format-version 3.
* reconfigure: Use 'current-channels' to obtain provenance data.Ludovic Courtès2022-08-31
| | | | | | | | | | | | | This reinstates a modified version of b08439809f0868a74d0bd0e14d45cb3e5dd46a8c, which contained a thinko. Previously, build-time metadata from (guix config) would be ignored when available--e.g., when running /run/current-system/profile/bin/guix. This is a followup to 316fc2acbb112bfa572ae30f95a93bcd56621234. * guix/scripts/system/reconfigure.scm (check-forward-update): Use 'current-channels' rather than 'current-profile' + 'profile-channels'.
* gnu: pigx-bsseq: Update to 0.1.8.Ricardo Wurmus2022-08-31
| | | | * gnu/packages/bioinformatics.scm (pigx-bsseq): Update to 0.1.8.
* gnu: r-dyngen: Update to 1.0.4.Mădălin Ionel Patrașcu2022-08-30
| | | | | | | * gnu/packages/bioinformatics.scm (r-dyngnen): Update to 1.0.4. [source]: Change to cran-uri source. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: parallel: Update to 20220822.Efraim Flashner2022-08-30
| | | | * gnu/packages/parallel.scm (parallel): Update to 20220822.
* gnu: qutebrowser: Update to 2.5.2.Efraim Flashner2022-08-30
| | | | * gnu/packages/web-browsers.scm (qutebrowser): Update to 2.5.2.
* gnu: translate-shell: Update to 0.9.7.Efraim Flashner2022-08-30
| | | | | * gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.7. [arguments]: Remove trailing #t from phases.
* gnu: git-annex: Update to 10.20220822.Efraim Flashner2022-08-30
| | | | | * gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220822. [arguments]: Remove trailing #t from phases.
* gnu: tig: Update to 2.5.7.Efraim Flashner2022-08-30
| | | | * gnu/packages/version-control.scm (tig): Update to 2.5.7.
* gnu: tree: Update to 2.0.3.Efraim Flashner2022-08-30
| | | | * gnu/packages/admin.scm (tree): Update to 2.0.3.
* tests: image: New test.Mathieu Othacehe2022-08-30
| | | | | | | | | | Add a new image test module to validate the image creation itself. The images structures are validated using guile-parted. Checking the content of those images is out of scope and should be performed in other modules (installation for instance). * gnu/tests/image.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* scripts: system: Check the image operating-system.Mathieu Othacehe2022-08-30
| | | | | * guix/scripts/system.scm (process-action): Check that the provided image has a defined operating-system.
* image: Remove an unused field.Mathieu Othacehe2022-08-30
| | | | * gnu/image.scm (<partition>)[device]: Remove it.
* image: Perform more sanitizing.Mathieu Othacehe2022-08-30
| | | | | | | * gnu/image.scm (validate-size, validate-partition-offset, validate-partition-flags): New macros. (<partition>)[size, offset, flags]: Sanitize those fields using the above procedures respectively.
* build: image: Make partition uuid optional.Mathieu Othacehe2022-08-30
| | | | | | | The uuid field of <partition> defaults to #false. This should be reflected when creating the partition. * gnu/build/image.scm (make-ext-image): Make it optional.
* build: image: Remove unused variable.Mathieu Othacehe2022-08-30
| | | | * gnu/build/image.scm (make-ext-image): Remove the unused flags variable.
* gnu: Introduce versioned 'openssl-1.1' variable.Marius Bakke2022-08-30
| | | | | | | | | | | | | | | | | | | | | ...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.
* services: gitolite: Relax permissions on service user home directory.David Thompson2022-08-30
| | | | | | | | | | | | 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! :)
* gnu: Add python-grid5000.msimonin2022-08-30
| | | | | | * gnu/packages/python-web.scm (python-grid5000): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: accountsservice: Actually run the test suite.Marius Bakke2022-08-30
| | | | * gnu/packages/freedesktop.scm (accountsservice)[native-inputs]: Add PYTHON.
* gnu: accountsservice: Don't reference the build-time coreutils.Marius Bakke2022-08-30
| | | | * gnu/packages/freedesktop.scm (accountsservice)[inputs]: Add COREUTILS-MINIMAL.
* gnu: accountsservice: Remove obsolete input.Marius Bakke2022-08-30
| | | | | * gnu/packages/freedesktop.scm (accountsservice)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
* gnu: mercurial: Update to 6.2.1.Marius Bakke2022-08-30
| | | | | | | | | | * 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.
* gnu: babl: Update to 0.1.96.Marius Bakke2022-08-30
| | | | * gnu/packages/gimp.scm (babl): Update to 0.1.96.
* gnu: vim: Update to 9.0.0325.Efraim Flashner2022-08-30
| | | | * gnu/packages/vim.scm (vim): Update to 9.0.0325.
* etc: Update yasnippet build system list.Nicolas Graves2022-08-30
| | | | | | | | * 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>
* etc: Add tempel snippet for :phases.Nicolas Graves2022-08-30
| | | | | | | * etc/snippets/tempel/scheme-mode (:phases, add-before\ , add-after\ ) (replace\ ): New snippets. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* etc: Add tempel snippets.Nicolas Graves2022-08-30
| | | | | | | | | | | | | * 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>
* gnu: wayland-protocols: Fix cross-compilationbase-for-issue-57491Tobias Kortkamp2022-08-30
| | | | | | | * 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>
* gnu: yt-dlp: Don't ask to run tests when cross-compiling.Maxime Devos2022-08-30
| | | | | | | * gnu/packages/video.scm (yt-dlp)[arguments]{#:tests?}: When cross-compiling, set to #false. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: rust: Don't ask to run tests when cross-compiling.Maxime Devos2022-08-30
| | | | | | | * gnu/packages/rust.scm (rust-1.57)[arguments]{#:tests?}: When cross-compiling, set to #false. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: ruby-rubocop: Don't ask to run tests when cross-compiling.Maxime Devos2022-08-30
| | | | | | | * gnu/packages/ruby.scm (ruby-rubocop)[arguments]{#:tests?}: When cross-compiling, set to #false. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-jaraco-context: Don't ask to run tests when cross-compiling.Maxime Devos2022-08-30
| | | | | | | * gnu/packages/python-xyz.scm (python-jaraco-context)[arguments]{#:tests?}: When cross-compiling, set to #false. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-jupyter-client: Don't ask to run tests when cross-compiling.Maxime Devos2022-08-30
| | | | | | | * gnu/packages/python-xyz.scm (python-jupyter-client)[arguments]{#:tests?}: When cross-compiling, set to #false. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-pip-run: Don't ask to run tests when cross-compiling.Maxime Devos2022-08-30
| | | | | | | * gnu/packages/python-xyz.scm (python-pip-run)[arguments]{#:tests?}: When cross-compiling, set to #false. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-jaraco-functools: Don't ask to run tests when cross-compiling.Maxime Devos2022-08-30
| | | | | | | * gnu/packages/python-xyz.scm (python-jaraco-functools)[arguments]{#:tests?}: When cross-compiling, set to #false. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-path: Don't ask to run tests when cross-compiling.Maxime Devos2022-08-30
| | | | | | | * gnu/packages/python-xyz.scm (python-path)[arguments]{#:tests?}: When cross-compiling, set to #false. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-fonttools-full: Don't ask to run tests when cross-compiling.Maxime Devos2022-08-30
| | | | | | | * gnu/packages/python-xyz.scm (python-fonttools-full)[arguments]{#:tests?}: When cross-compiling, set to #false. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: proot: Don't ask to run tests when cross-compiling.Maxime Devos2022-08-30
| | | | | | | * gnu/packages/linux.scm (proot)[arguments]{#:tests?}: When cross-compiling, set to #false. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: julia-interpolations: Don't ask to run tests when cross-compiling.Maxime Devos2022-08-30
| | | | | | | | * gnu/packages/julia-xyz.scm (julia-interpolations)[arguments]{#:tests?}: When cross-compiling, set to #false. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: julia-reversediff: Don't ask to run tests when cross-compiling.Maxime Devos2022-08-30
| | | | | | | | * gnu/packages/julia-xyz.scm (julia-reversediff)[arguments]{#:tests?}: When cross-compiling, set to #false. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: julia-forwarddiff: Don't ask to run tests when cross-compiling.Maxime Devos2022-08-30
| | | | | | | | * gnu/packages/julia-xyz.scm (julia-forwarddiff)[arguments]{#:tests?}: When cross-compiling, set to #false. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>