Commit graph

106419 commits

Author SHA1 Message Date
Ludovic Courtès fe563a87ad
gnu: texinfo, info-reader: Do not run tests when cross-compiling.
Fixes a regression introduced in
a3264f31df.

Reported by Mathieu Othacehe <othacehe@gnu.org>.

* gnu/packages/texinfo.scm (texinfo)[arguments]: Change #:tests? to not
run tests when cross-compiling.
2022-12-06 15:22:26 +01:00
Ludovic Courtès 9ad14196ce
image: Clarify comment.
* gnu/system/image.scm: Adjust comment.
2022-12-06 15:11:44 +01:00
Ludovic Courtès 6232959311
tests: docker-system: Increase image size.
* gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase
'disk-image-size'.
2022-12-06 15:10:24 +01:00
Ludovic Courtès f59aa79ca3
system: vm: Non-volatile 'run-vm.sh' creates a CoW image.
Previously, copying the image would consume a lot of space and was
I/O-intensive, to the point that the marionette connection timeout of
20s could be reached when running tests like "docker-system".

* gnu/system/vm.scm (common-qemu-options): Pass 'format=' for each
'-drive' option.
(system-qemu-image/shared-store-script)[copy-image]: New variable.
[builder]: Use it when VOLATILE? is false.
2022-12-06 15:06:35 +01:00
Maxim Cournoyer 2493de0d1a
Revert "tests: install: Fix iso-image-installer test."
This reverts commit 0f66ef9aa9.  e2fsprogs is
now included in the installation operating system since
34f69bc6e6ea555929ecca83ee7592f5261ff5f2, making this workaround obsolete.

Suggested-by: Ludovic Courtès <ludo@gnu.org>
2022-12-06 10:24:59 +01:00
Maxim Cournoyer ba4aed0f1f
install: Add missing e2fsprogs utility.
* gnu/system/install.scm (%installer-disk-utilities): Add e2fsprogs.

Reported-by: Adam Kandur <kefironpremise@gmail.com>
2022-12-06 10:24:55 +01:00
Maxim Cournoyer aeecd06ab9
system: Rename and move %base-packages-disk-utilities.
Rationale: It is only used in INSTALLATION-OS and doesn't make sense to be
used in another context, given that file systems now automatically pull their
dependencies since commit 45eac6cdf5 (services:
Add file system utilities to profile).

* gnu/system.scm (%base-packages-disk-utilities): Deprecate and rename to...
* gnu/system/install.scm (%installer-disk-utilities): ... this.
(installation-os) [packages]: Adjust accordingly.
2022-12-06 10:24:39 +01:00
Maxim Cournoyer 43e18fd6c6
system: Add e2fsprogs to %base-packages-utils.
Rationale: Even when not using an ext file system, the utilities provided by
e2fsprogs are useful, for example to set the copy-on-write attribute of a
Btrfs file system.

* gnu/system.scm (%base-packages-utils): Add e2fsprogs.
2022-12-06 10:23:09 +01:00
zimoun e692cb6035
gnu: julia-documenter: Fix test suite regression.
* gnu/packages/julia-xyz.scm (julia-documenter)[arguments]<#:phases>:
Substitute a work around to fix the change of 'git submodule' default
behaviour introduced by Git v2.38.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-05 22:24:38 +01:00
Ludovic Courtès 241772d5c0
installer: Log provenance data.
* gnu/installer.scm (provenance-sexp): New procedure.
(installer-program)[installer-builder]: Add 'installer-log-line' call.
2022-12-05 14:57:15 +01:00
Julien Lepiller 29a09fa5e4
nls: Update translations.
po/packages/vi.po: New file.
po/packages/LINGUAS: Add it.
2022-12-04 23:15:02 +01:00
Maxim Cournoyer 41407fda7a
services: configuration: Rename location accessor to "source-location".
Fixes <https://issues.guix.gnu.org/59423>.

* gnu/services/configuration.scm (define-configuration-helper): Rename the
accessor of the %location field from "NAME-location" to
"NAME-source-location".

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Reported-by: Pierre Langlois <pierre.langlois@gmx.com>
2022-12-04 21:47:19 +01:00
Tobias Geerinckx-Rice c8316c1e47
gnu: xdg-desktop-portal-wlr: Install missing documentation.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr)[arguments]: Add a new
'install-documentation phase.
2022-12-04 01:00:00 +01:00
Maxim Cournoyer 0ffa501f2b
Revert "gnu: make-linux-libre*: Remove input labels."
This reverts commit dfc6957a5a.  git-bisect
found it broke guix pull on non-x86_64 systems like powerpc64le, for reasons
to investigate.
2022-12-09 08:18:42 -05:00
Tobias Geerinckx-Rice f49682a09e
guix-install.sh: Authorize all project build farms at once.
* etc/guix-install.sh (sys_authorize_build_farms):
Iterate over all hosts.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-12-09 09:46:22 +01:00
Efraim Flashner 7baba7ab58
gnu: julia-optimtestproblems: Add missing dependencies.
* gnu/packages/julia-xyz.scm (julia-optimtestproblems)[arguments]: Add
missing base dependencies to julia-package-dependencies.
2022-12-09 10:15:34 +02:00
Efraim Flashner 7d0a263846
gnu: julia-statsbase: Update to 0.33.10.
* gnu/packages/julia-xyz.scm (julia-statsbase): Update to 0.33.10.
2022-12-09 10:15:34 +02:00
Efraim Flashner ec7e7f0033
gnu: julia-distances: Update to 0.10.7.
* gnu/packages/julia-xyz.scm (julia-distances): Update to 0.10.7.
[arguments]: Skip an additional test on 32-bit systems.
2022-12-09 10:15:34 +02:00
Efraim Flashner f0af4ecc7b
gnu: julia-bfloat16s: Update to 0.4.0.
* gnu/packages/julia-xyz.scm (julia-bfloat16s): Update to 0.4.0.
2022-12-09 10:15:33 +02:00
Ludovic Courtès b0b1ce9dca
gnu: guile-next: Update to a1a8558.
* gnu/packages/guile.scm (guile-next): Update to a1a8558.
2022-12-09 08:46:22 +01:00
Greg Hogan 63a483265a
gnu: Add htmlq.
* gnu/packages/rust-apps.scm (htmlq): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-09 08:46:22 +01:00
Greg Hogan 8c7c571d44
gnu: Add rust-kuchiki-0.8.
* gnu/packages/crates-io.scm (rust-kuchiki-0.8): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-09 08:46:22 +01:00
jgart dd9033fc49
gnu: Add guile-jtd.
* gnu/packages/guile-xyz.scm (guile-jtd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-09 08:46:21 +01:00
Hilton Chain 7fde9758c5
gnu: Add buku-run.
* gnu/packages/web.scm (buku-run): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-09 08:46:21 +01:00
Ludovic Courtès e625e9b194
environment: '-C' doesn't throw when the NSS is dysfunctional.
Previously, if the name service switch was dysfunctional, as can happen
on foreign distros lacking nscd, "guix shell -C" would crash with a
backtrace on the uncaught 'getpwuid' exception.  To address that, catch
the exception and deal with it gracefully.

Reported by remsd1 on #guix.

* guix/scripts/environment.scm (launch-environment/container): Wrap
'getpwuid' call in 'false-if-exception'.
2022-12-09 08:46:21 +01:00
Sharlatan Hellseher 3405b2b16c
teams: science: Add modules to the scope.
* etc/teams.scm.in (science): Add algebra, astronomy, geo, chemestry,
maths modules to the scope.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-09 14:23:32 +08:00
Sharlatan Hellseher 91641093e2
gnu: rawtherapee: Update to 5.9.
* gnu/packages/photo.scm (rawtherapee): Update to 5.9.
[arguments]: Use gexp.
[inputs]: Remove labels.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-09 14:18:17 +08:00
Gabriel Wicki ec9326f021
system: images: Add networking support to pine64 image.
* gnu/system/images/pine64.scm (pine64-barebones-os) [services]: Add
dhcp-client-service-type and ntp-service-type to the list of services.
[packages]: Add nss-certs to the list of packages.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-09 11:02:15 +08:00
EuAndreh 8d6feb4b10
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>
2022-12-09 10:53:50 +08:00
cage 898f9adc20
gnu: gmid: Update to 1.8.6.
* gnu/packages/web.scm (gmid): Update to 1.8.6.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-09 10:45:35 +08:00
Ron Nazarov 426af37387
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>
2022-12-09 10:34:14 +08:00
Felix Gruber f58978868a
gnu: sameboy: Update to 0.15.8.
* gnu/packages/emulators.scm (sameboy): Update to 0.15.8.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-09 10:19:19 +08:00
Edison Ibáñez b44f0261f8
gnu: xonsh: Update to 0.13.4.
* gnu/packages/shells.scm (xonsh): Update to 0.13.4.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-09 10:13:18 +08:00
Danny Milosavljevic dfa0f34ee7
gnu: Add du-dust.
* gnu/packages/admin.scm (du-dust): New variable.
2022-12-08 22:07:42 +01:00
Danny Milosavljevic f06bd657bd
gnu: Add rust-thousands.
* gnu/packages/crates-io.scm (rust-thousands-0.2): New variable.
2022-12-08 22:07:42 +01:00
Danny Milosavljevic 5a5eb5250f
gnu: Add rust-config-file.
* gnu/packages/crates-io.scm (rust-config-file-0.2): New variable.
2022-12-08 22:07:42 +01:00
Danny Milosavljevic 95742d1d56
gnu: Add rust-serde-xml-rs.
* gnu/packages/crates-io.scm (rust-serde-xml-rs-0.5): New variable.
2022-12-08 22:07:42 +01:00
Danny Milosavljevic c1707f036c
gnu: Add rust-sysinfo.
* gnu/packages/crates-io.scm (rust-sysinfo-0.15): New variable.
2022-12-08 22:07:40 +01:00
Jonathan Brielmaier 5c996aa8e4
gnu: icedove: Update to 102.5.1 [fixes CVE-2022-45414].
* gnu/packages/gnuzilla.scm (icedove): Update to 102.5.1.
2022-12-08 20:18:04 +01:00
Efraim Flashner c1eae06e74
gnu: julia-unitful: Update to 1.12.2.
* gnu/packages/julia-xyz.scm (julia-unitful): Update to 1.12.2.
2022-12-08 20:10:30 +02:00
Efraim Flashner 6191d64f8a
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.
2022-12-08 20:03:44 +02:00
Efraim Flashner 480a39ada7
gnu: julia-static: Update to 0.8.3.
* gnu/packages/julia-xyz.scm (julia-static): Update to 0.8.3.
2022-12-08 19:53:40 +02:00
Efraim Flashner d37dad8372
gnu: julia-simd: Update to 3.4.2.
* gnu/packages/julia-xyz.scm (julia-simd): Update to 3.4.2.
2022-12-08 19:53:40 +02:00
Efraim Flashner 151a450f48
gnu: julia-jive: Update to 0.2.27.
* gnu/packages/julia-xyz.scm (julia-jive): Update to 0.2.27.
2022-12-08 19:53:40 +02:00
Efraim Flashner 600c8cec79
gnu: julia-genericschur: Update to 0.5.3.
* gnu/packages/julia-xyz.scm (julia-genericschur): Update to 0.5.3.
2022-12-08 19:53:39 +02:00
Efraim Flashner ca89740f3b
gnu: julia-exprtools: Update to 0.1.8.
* gnu/packages/julia-xyz.scm (julia-exprtools): Update to 0.1.8.
2022-12-08 19:53:39 +02:00
Efraim Flashner e8da13598a
gnu: julia-datastructures: Update to 0.18.13.
* gnu/packages/julia-xyz.scm (julia-datastructures): Update to 0.18.13.
2022-12-08 19:53:39 +02:00
Efraim Flashner b2c4e83f2c
gnu: julia-aqua: Update to 0.5.5.
* gnu/packages/julia-xyz.scm (julia-aqua): Update to 0.5.5.
2022-12-08 19:53:39 +02:00
Efraim Flashner 1123b6856c
gnu: julia-abstracttrees: Update to 0.4.3.
* gnu/packages/julia-xyz.scm (julia-abstracttrees): Update to 0.4.3.
2022-12-08 19:53:38 +02:00
Efraim Flashner 61cbc51a78
gnu: julia-compat: Fix test suite.
* gnu/packages/julia-xyz.scm (julia-compat)[arguments]: Add phase to
patch shell invocation.
2022-12-08 19:53:38 +02:00