summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* services: wireguard: Use the parameterized wireguard package.•••* gnu/services/vpn.scm (wireguard-activation): Use the "wg" binary from the package given to <wireguard-configuration>. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> EuAndreh2022-12-091-2/+2
* gnu: gmid: Update to 1.8.6.•••* gnu/packages/web.scm (gmid): Update to 1.8.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> cage2022-12-091-2/+2
* gnu: nethack: Fix missing command line arguments support in wrapper.•••* gnu/packages/games.scm (nethack)[phases]: Pass "$@" to nethack. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Ron Nazarov2022-12-091-2/+2
* gnu: sameboy: Update to 0.15.8.•••* gnu/packages/emulators.scm (sameboy): Update to 0.15.8. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Felix Gruber2022-12-091-2/+2
* gnu: xonsh: Update to 0.13.4.•••* gnu/packages/shells.scm (xonsh): Update to 0.13.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Edison Ibáñez2022-12-091-2/+2
* gnu: Add du-dust.•••* gnu/packages/admin.scm (du-dust): New variable. Danny Milosavljevic2022-12-081-0/+37
* gnu: Add rust-thousands.•••* gnu/packages/crates-io.scm (rust-thousands-0.2): New variable. Danny Milosavljevic2022-12-081-0/+19
* gnu: Add rust-config-file.•••* gnu/packages/crates-io.scm (rust-config-file-0.2): New variable. Danny Milosavljevic2022-12-081-0/+26
* gnu: Add rust-serde-xml-rs.•••* gnu/packages/crates-io.scm (rust-serde-xml-rs-0.5): New variable. Danny Milosavljevic2022-12-081-0/+24
* gnu: Add rust-sysinfo.•••* gnu/packages/crates-io.scm (rust-sysinfo-0.15): New variable. Danny Milosavljevic2022-12-081-0/+30
* gnu: icedove: Update to 102.5.1 [fixes CVE-2022-45414].•••* gnu/packages/gnuzilla.scm (icedove): Update to 102.5.1. Jonathan Brielmaier2022-12-081-4/+4
* gnu: julia-unitful: Update to 1.12.2.•••* gnu/packages/julia-xyz.scm (julia-unitful): Update to 1.12.2. Efraim Flashner2022-12-081-2/+2
* gnu: julia-woodburymatrices: Update to 0.5.5.•••* gnu/packages/julia-xyz.scm (julia-woodburymatrices): Update to 0.5.5. [arguments]: Remove 'remove-failing-test-i686 phase. Efraim Flashner2022-12-081-13/+2
* gnu: julia-static: Update to 0.8.3.•••* gnu/packages/julia-xyz.scm (julia-static): Update to 0.8.3. Efraim Flashner2022-12-081-2/+2
* gnu: julia-simd: Update to 3.4.2.•••* gnu/packages/julia-xyz.scm (julia-simd): Update to 3.4.2. Efraim Flashner2022-12-081-2/+2
* gnu: julia-jive: Update to 0.2.27.•••* gnu/packages/julia-xyz.scm (julia-jive): Update to 0.2.27. Efraim Flashner2022-12-081-2/+2
* gnu: julia-genericschur: Update to 0.5.3.•••* gnu/packages/julia-xyz.scm (julia-genericschur): Update to 0.5.3. Efraim Flashner2022-12-081-3/+3
* gnu: julia-exprtools: Update to 0.1.8.•••* gnu/packages/julia-xyz.scm (julia-exprtools): Update to 0.1.8. Efraim Flashner2022-12-081-2/+2
* gnu: julia-datastructures: Update to 0.18.13.•••* gnu/packages/julia-xyz.scm (julia-datastructures): Update to 0.18.13. Efraim Flashner2022-12-081-2/+2
* gnu: julia-aqua: Update to 0.5.5.•••* gnu/packages/julia-xyz.scm (julia-aqua): Update to 0.5.5. Efraim Flashner2022-12-081-2/+2
* gnu: julia-abstracttrees: Update to 0.4.3.•••* gnu/packages/julia-xyz.scm (julia-abstracttrees): Update to 0.4.3. Efraim Flashner2022-12-081-2/+2
* gnu: julia-compat: Fix test suite.•••* gnu/packages/julia-xyz.scm (julia-compat)[arguments]: Add phase to patch shell invocation. Efraim Flashner2022-12-081-0/+8
* gnu: suitesparse: Skip building graphblas on riscv64-linux.•••* gnu/packages/maths.scm (suitesparse)[arguments]: Add a phase when building for riscv64-linux to skip building graphblas. Efraim Flashner2022-12-081-0/+9
* gnu: julia: Update to 1.8.3.•••* gnu/packages/julia.scm (julia): Update to 1.8.3. [source]: Remove one patch. [arguments]: Adjust 'prepare-deps phase to changes in inputs. Remove custom 'use-system-libwhich, 'change-number-of-precompiled-statements, 'symlink-libraries phases. In 'fix-include-and-link-paths phase remove substitution for utf8proc linking and adjust libuv linking. Fix reference to shell in 'replace-default-shell phase. Adjust the 'shared-objects-path phase to changes in the source. Change the 'enable-parallel-tests phase for upstream changes. Adjust the 'adjust-test-suite phase to be more robust. Change the 'disable-broken-tests phase to help the test suite pass. Rename 'symlink-llvm-utf8proc phase to 'symlink-missing-libraries and add two more. Adjust make-flags for changes in shared system libraries. Reorder make-flags to changes in the source. Except for aarch64, use the defaults for choosing to use 64-bit blas. [inputs]: Add libblastrampoline. Replace libgit-1.1 with libgit-1.3, utf8proc-2.7.1 with utf8proc-2.8.0. [native-inputs]: Replace python-2 with python. (libunwind-julia): Update to 1.5.0. [source]: Update patches. * gnu/packages/libevent.scm (libuv-julia): Update to 2.0.0-4.e6f0e49. [arguments]: Also build static library, build position-independent-code. * gnu/packages/llvm.scm (llvm-julia): Update to llvm-13, following upstream's build instructions. * gnu/packages/maths.scm (openlibm): Update to 0.8.1. * gnu/packages/textutils.scm (utf8proc-2.7.1): Update and rename to utf8proc-2.8.0. [native-inputs]: Update unicode to 14.0.0. * gnu/packages/tls.scm (mbedtls-apache): Update to 2.28.0. [source]: Remove snippet. [arguments]: Remove trailing #t from phases. * gnu/packages/patches/julia-allow-parallel-build.patch, (julia-patch): Update version string to 1.8.2. gnu/packages/patches/libunwind-julia-fix-GCC10-fno-common.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them. Co-authored-by: Akira Kyle <akira@akirakyle.com> Efraim Flashner2022-12-0810-355/+166
* gnu: julia: Make libquadmath optional.•••* gnu/packages/julia.scm (julia)[arguments]: Replace custom phase removing libquadmath requirement for aarch64-linux with phase to make libquadmath support optional. Efraim Flashner2022-12-081-11/+5
* gnu: julia: Also skip tests when cross-compiling.•••* gnu/packages/julia.scm (julia)[arguments]: Don't run the test suite when cross-compiling. Efraim Flashner2022-12-081-1/+2
* gnu: Add libblastrampoline.•••* gnu/packages/maths.scm (libblastrampoline): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Akira Kyle2022-12-081-0/+31
* gnu: linux-libre 5.10: Update to 5.10.157.•••* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.157. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes. Leo Famulari2022-12-081-3/+3
* gnu: linux-libre 5.15: Update to 5.15.81.•••* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.81. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes. Leo Famulari2022-12-081-3/+3
* gnu: linux-libre: Update to 6.0.11.•••* gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.11. (linux-libre-6.0-pristine-source, deblob-scripts-6.0): Update hashes. Leo Famulari2022-12-081-3/+3
* gnu: fnott: Update to 1.3.0.•••* gnu/packages/wm.scm (fnott): Update to 1.3.0. Marius Bakke2022-12-081-2/+2
* gnu: ungoogled-chromium: Remove obsolete workaround.•••* gnu/packages/chromium.scm (ungoogled-chromium)[version]: Remove conditional. Marius Bakke2022-12-081-6/+1
* gnu: ungoogled-chromium: Update to 108.0.5359.98-1.•••* gnu/packages/chromium.scm (%chromium-version): Set to 108.0.5359.98. (%ungoogled-origin, ungoogled-chromium): Update hashes. Marius Bakke2022-12-081-3/+3
* gnu: extremetuxracer: Update to 0.8.2.•••* gnu/packages/games.scm (extremetuxracer): Update to 0.8.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hendursaga2022-12-081-2/+2
* gnu: cava: Update to 0.8.3.•••* gnu/packages/audio.scm (cava): Update to 0.8.3. [source]: Delete snippet because iniparser is no longer bundled. [homepage]: Update it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> kiasoc52022-12-081-11/+3
* gnu: minetest: Add minetest-oneblock.•••* gnu/packages/minetest.scm (minetest-oneblock): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vivien Kraus2022-12-081-0/+23
* services: configuration: Rewrite 'alist?' procedure.•••* gnu/services/configuration.scm (alist?): Rewrite. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal2022-12-081-1/+5
* gnu: xkbset: Update to 0.8.•••* gnu/packages/xdisorg.scm (xkbset): Update to 0.8. Ludovic Courtès2022-12-081-2/+2
* gnu: xkbset: Update source URL and home page.•••Source is unchanged compared to the previously-used tarball. * gnu/packages/xdisorg.scm (xkbset)[source]: Switch to 'git-fetch'. [home-page]: Switch to github.io. Ludovic Courtès2022-12-081-5/+7
* bootloaders: grub: Fix comment.•••* gnu/bootloader/grub.scm (make-grub-configuration): Refer to the correct argument in comment. Maxim Cournoyer2022-12-071-1/+1
* gnu: Add cukinia.•••* gnu/packages/check.scm (cukinia): New variable. Maxim Cournoyer2022-12-071-0/+45
* gnu: Add imx-usb-loader.•••* gnu/packages/embedded.scm (imx-usb-loader): New variable. Maxim Cournoyer2022-12-071-0/+36
* gnu: guix: Update to 9ccc94a.•••This brings the ABI of the 'guix' package in line with the current one, fixing things built against the 'guix' package such as 'emacs-guix'. Fixes <https://issues.guix.gnu.org/59864>. Reported by Amade Nemes Gmail <nemesamade@gmail.com>. * gnu/packages/package-management.scm (guix): Update to 9ccc94a. Ludovic Courtès2022-12-081-3/+3
* services: guix-publish: Keep fewer rotated logs.•••* gnu/services/base.scm (%guix-publish-log-rotations): Add 'options' field. Ludovic Courtès2022-12-071-1/+3
* service: cuirass: Rotate remote server logs.•••* gnu/services/cuirass.scm (cuirass-log-rotations): Add the remote server log when it is used. Ludovic Courtès2022-12-071-2/+7
* services: cuirass-remote-worker: Rotate logs.•••* gnu/services/cuirass.scm (cuirass-remote-worker-log-rotations): New procedure. (cuirass-remote-worker-service-type): Use it. Ludovic Courtès2022-12-071-3/+12
* services: zabbix-agent: Adjust command-line when using zabbix_agent2.•••* gnu/services/monitoring.scm (zabbix-agent-arguments): New procedure. (zabbix-agent-shepherd-service): Use that to determine command line arguments. Marius Bakke2022-12-071-4/+13
* services: zabbix: Don't write user to configuration file.•••The service already runs with the specified user and group, so there is no use in writing it to the configuration files. This change is mainly done for compatibility with 'zabbix-agent2' which does not understand the User= setting, but also to document the correct data type for the "group" setting. * gnu/services/monitoring.scm (serialize-string): Filter USER and GROUP fields. (group?, serialize-group): Remove variables. (zabbix-server-configuration, zabbix-agent-configuration): Document the GROUP field as 'string'. * doc/guix.texi (Monitoring Services): Adjust accordingly. Marius Bakke2022-12-071-9/+6
* gnu: Add zabbix-agent2.•••* gnu/packages/monitoring.scm (zabbix-agent2): New variable. Marius Bakke2022-12-071-0/+27
* gnu: Zabbix: Update to 6.0.12.•••* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.12. Marius Bakke2022-12-071-2/+2