aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* packages: Remove 'origin-sha256' procedure.Bruno Victal2023-04-07
| | | | | | | | * guix/packages.scm (origin-sha256): Remove procedure. * tests/import-utils.scm (test-import-utils) [alist->package with explicit source]: Use content-hash-value. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: desktop: Remove 'xfce-desktop-service' procedure.Bruno Victal2023-04-07
| | | | | | * gnu/services/desktop.scm (xfce-desktop-service): Remove procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: desktop: Remove 'mate-desktop-service' procedure.Bruno Victal2023-04-07
| | | | | | * gnu/services/desktop.scm (mate-desktop-service): Remove procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: desktop: Remove 'gnome-desktop-service' procedure.Bruno Victal2023-04-07
| | | | | | * gnu/services/desktop.scm (gnome-desktop-service): Remove procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: guix-publish: Remove 'compression-level' field.Bruno Victal2023-04-07
| | | | | | | | * gnu/services/base.scm (<guix-publish-configuration>)[compression-level]: Remove field. (guix-publish-configuration-compression-level): Remove procedure. (default-compression): Remove compression-level helper code. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: base: Remove 'console-font-service' procedure.Bruno Victal2023-04-07
| | | | | | * gnu/services/base.scm (console-font-service): Remove procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: base: Remove 'console-keymap-service-type' variable.Bruno Victal2023-04-07
| | | | | | * gnu/services/base.scm (console-keymap-service-type): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: sddm: Remove 'sddm-service' procedure.Bruno Victal2023-04-07
| | | | | | * gnu/services/sddm.scm (sddm-service): Remove procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: ntp-service-type: Remove deprecated server as strings support.Bruno Victal2023-04-07
| | | | | | | | | * gnu/services/networking.scm (<ntp-configuration>)[servers]: Rename accessor to ntp-configuration-servers. (ntp-configuration-servers): Remove helper procedure. (ntp-shepherd-service): Remove helper procedure usage. * tests/networking.scm: Remove obsolete test. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: curl-minimal: Remove variable.Bruno Victal2023-04-07
| | | | | | | | | * gnu/packages/curl.scm (curl-minimal): Remove variable. * gnu/packages/astronomy.scm (python-fitsio, gnuastro): Use curl. * gnu/packages/games.scm (odamex): Ditto. * gnu/packages/sync.scm (onedrive): Ditto. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Purge pre-1.3.0 deprecated packages.Bruno Victal2023-04-07
| | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (deeptools): Remove variable. * gnu/packages/efi.scm (efi_analyzer): Ditto. * gnu/packages/guile.scm (guile-2.2/bug-fix, guile-json): Ditto. * gnu/packages/image.scm (libjpeg): Ditto. * gnu/packages/kde.scm (kdevplatform): Ditto * gnu/packages/linphone.scm (linphoneqt): Ditto. * gnu/packages/maths.scm (blis-sandybridge, blis-haswell, blis-knl): Ditto. * gnu/packages/mpi.scm (hwloc-2.0): Ditto. * gnu/packages/music.scm (python-abjad, zlfo): Ditto. * gnu/packages/perl.scm (perl-base, perl-parent): Ditto. * gnu/packages/tryton.scm (python-trytond): Ditto. * gnu/packages/video.scm (gnome-mpv): Ditto. * tests/graph.scm: Use guile-json-1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add bpftool.Ryan Sundberg2023-04-07
| | | | | | * gnu/packages/linux.scm (bpftool): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: erlang: Update to 25.3.jgart2023-04-07
| | | | | | | * gnu/packages/lisp.scm (erlang): Update to 25.3. [native-inputs]: Update erlang-manpages to 0vnpds5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* po: Do not auto-translate cross-references to other manuals.Florian Pelz2023-04-07
| | | | | | | | | | | Reported by Gottfried at <https://lists.gnu.org/archive/html/help-guix/2023-04/msg00000.html>. * guix/build/po.scm (xref-regexp): Dispatch on the number of arguments. Ensure there is no info-manual argument or it is empty. (translate-cross-references): Adapt to changed regexp. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: hwloc: Update to 2.9.1.Philippe SWARTVAGHER2023-04-07
| | | | | | | | | | * gnu/packages/mpi.scm (hwloc-2): Update to 2.9.1. Patch to skip tests requiring /sys on non-x86 systems should not be necessary anymore, as https://github.com/open-mpi/hwloc/pull/570 has been merged in this new version. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* news: Add entry for the linux-libre-lts 6.1 update.Jonathan Brielmaier2023-04-07
| | | | * etc/news.scm: Add entry.
* gnu: linux-libre-lts: Update to 6.1.Jonathan Brielmaier2023-04-07
| | | | | | | | | | 6.1 is the newest long-term support version of the kernel. * gnu/packages/linux.scm (linux-libre-lts-version, linux-libre-lts-gnu-revision, linux-libre-lts-pristine-source, linux-libre-lts-source, linux-libre-lts): Use linux-libre-6.1. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
* news: Add 'de' translation.Florian Pelz2023-04-07
| | | | * etc/news.scm: Add German translation of 'guix shell -CW' entry.
* home: xdg-base-directories: Set correct value for XDG_STATE_HOME.Bruno Victal2023-04-07
| | | | | | | | | | | | | | XDG Base Directory Specification 0.8 officially introduces the XDG_STATE_HOME environment variable. Fixes <https://issues.guix.gnu.org/issue/61809>. * gnu/home/services/xdg.scm (home-xdg-base-directories-configuration)[state-home]: Set default value according to spec. Update field documentation. (home-xdg-base-directories-service-type): Update service description. Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: linux-libre 6.1: Update to 6.1.23.Leo Famulari2023-04-06
| | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.23. (linux-libre-6.1-pristine-source): Update hash.
* gnu: linux-libre: Update to 6.2.10.Leo Famulari2023-04-06
| | | | | * gnu/packages/linux.scm (linux-libre-6.2-version): Update to 6.2.10. (linux-libre-6.2-pristine-source): Update hash.
* news: Add entry for 'guix shell --container --nesting'.Ludovic Courtès2023-04-06
| | | | * etc/news.scm: Add entry.
* environment: Add '--nesting'.Ludovic Courtès2023-04-06
| | | | | | | | | | | | | * guix/scripts/environment.scm (show-environment-options-help) (%options): Add '--nesting'. (options/resolve-packages): Handle it. (launch-environment/container): Add #:nesting? and honor it. [nesting-mappings]: New procedure. (guix-environment*): Add support for '--nesting'. * guix/scripts/shell.scm (profile-cached-gc-root): Special-case 'nesting?'. * tests/guix-environment-container.sh: Test it. * doc/guix.texi (Invoking guix shell): Document it.
* gnu: rizin: Update to 0.5.2.Theofilos Pechlivanis2023-04-06
| | | | | | | | * gnu/packages/engineering.scm (rizin): Update to 0.5.2. [arguments]: Remove libuv. Add lzma, libmspack and swift_demangler. Skip the analysis_var test. [inputs]: Add libmspack. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: janet: Update to 1.27.0.Yovan Naumovski2023-04-06
| | | | | | * gnu/packages/lisp.scm (janet): Update to 1.27.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libexif: Update to 0.6.24. [fixes CVE-2020-0198, CVE-2020-0452]Bruno Victal2023-04-06
| | | | | | | | * gnu/packages/photo.scm (libexif): Update to 0.6.24. [source]: Switch to git checkout. [native-inputs]: Add autoconf, automake, gettext-minimal and libtool. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: tcsh: Fix riscv64 cross-compilation.Z5722023-04-06
| | | | | | | | * gnu/packages/shells.scm (tcsh): fix riscv64 cross-build. [arguments]<#:phase>: Add 'update-config-scripts' phase for riscv64. [native-inputs]: Add CONFIG for riscv64. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add avfs.Sergey Trofimov2023-04-06
| | | | | | * gnu/packages/file-systems.scm (avfs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: pounce: Update to 3.1.Arjan Adriaanse2023-04-06
| | | | | | * gnu/packages/messaging.scm (pounce): Update to 3.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: r-ranger: Update to 0.15.1.Ricardo Wurmus2023-04-06
| | | | * gnu/packages/statistics.scm (r-ranger): Update to 0.15.1.
* gnu: r-sn: Update to 2.1.1.Ricardo Wurmus2023-04-06
| | | | | * gnu/packages/statistics.scm (r-sn): Update to 2.1.1. [native-inputs]: Add r-r-rsp.
* gnu: r-rsqlite: Update to 2.3.1.Ricardo Wurmus2023-04-06
| | | | * gnu/packages/statistics.scm (r-rsqlite): Update to 2.3.1.
* gnu: r-rcpparmadillo: Update to 0.12.2.0.0.Ricardo Wurmus2023-04-06
| | | | * gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.12.2.0.0.
* gnu: r-ggplot2: Update to 3.4.2.Ricardo Wurmus2023-04-06
| | | | * gnu/packages/statistics.scm (r-ggplot2): Update to 3.4.2.
* gnu: r-matrix: Update to 1.5-4.Ricardo Wurmus2023-04-06
| | | | * gnu/packages/statistics.scm (r-matrix): Update to 1.5-4.
* gnu: r-lattice: Update to 0.21-8.Ricardo Wurmus2023-04-06
| | | | * gnu/packages/statistics.scm (r-lattice): Update to 0.21-8.
* gnu: r-gstat: Update to 2.1-1.Ricardo Wurmus2023-04-06
| | | | * gnu/packages/cran.scm (r-gstat): Update to 2.1-1.
* gnu: r-spacetime: Update to 1.3-0.Ricardo Wurmus2023-04-06
| | | | * gnu/packages/cran.scm (r-spacetime): Update to 1.3-0.
* gnu: r-ggh4x: Update to 0.2.4.Ricardo Wurmus2023-04-06
| | | | * gnu/packages/cran.scm (r-ggh4x): Update to 0.2.4.
* gnu: r-readtext: Update to 0.82.Ricardo Wurmus2023-04-06
| | | | | * gnu/packages/cran.scm (r-readtext): Update to 0.82. [propagated-inputs]: Remove r-tibble; add r-pillar.
* gnu: r-densestbayes: Update to 1.0-2.2.Ricardo Wurmus2023-04-06
| | | | * gnu/packages/cran.scm (r-densestbayes): Update to 1.0-2.2.
* gnu: r-tune: Update to 1.1.0.Ricardo Wurmus2023-04-06
| | | | * gnu/packages/cran.scm (r-tune): Update to 1.1.0.
* gnu: r-dials: Update to 1.2.0.Ricardo Wurmus2023-04-06
| | | | * gnu/packages/cran.scm (r-dials): Update to 1.2.0.
* gnu: r-projpred: Update to 2.5.0.Ricardo Wurmus2023-04-06
| | | | | * gnu/packages/cran.scm (r-projpred): Update to 2.5.0. [propagated-inputs]: Remove r-dplyr, r-magrittr, and r-rlang.
* gnu: r-loo: Update to 2.6.0.Ricardo Wurmus2023-04-06
| | | | * gnu/packages/cran.scm (r-loo): Update to 2.6.0.
* gnu: r-openmx: Update to 2.21.8.Ricardo Wurmus2023-04-06
| | | | * gnu/packages/cran.scm (r-openmx): Update to 2.21.8.
* gnu: r-topicmodels: Update to 0.2-14.Ricardo Wurmus2023-04-06
| | | | * gnu/packages/cran.scm (r-topicmodels): Update to 0.2-14.
* gnu: r-emplik: Update to 1.3.Ricardo Wurmus2023-04-06
| | | | * gnu/packages/cran.scm (r-emplik): Update to 1.3.
* gnu: r-rglpk: Update to 0.6-5.Ricardo Wurmus2023-04-06
| | | | * gnu/packages/cran.scm (r-rglpk): Update to 0.6-5.
* gnu: r-parameters: Update to 0.20.3.Ricardo Wurmus2023-04-06
| | | | * gnu/packages/cran.scm (r-parameters): Update to 0.20.3.