| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: vapoursynth: Remove input labels.•••* gnu/packages/video.scm (vapoursynth)[native-inputs]: Remove labels.
| Marius Bakke | 2022-12-12 | 1 | -6/+6 |
* | gnu: vapoursynth: Update to 61.•••* gnu/packages/video.scm (vapoursynth): Update to 61.
| Marius Bakke | 2022-12-12 | 1 | -2/+2 |
* | gnu: wxsvg: Update to 1.5.24.•••* gnu/packages/wxwidgets.scm (wxsvg): Update to 1.5.24.
| Marius Bakke | 2022-12-12 | 1 | -2/+2 |
* | gnu: tracker-miners: Remove obsolete input.•••* gnu/packages/gnome.scm (tracker-miners)[native-inputs]: Remove INTLTOOL.
Add GETTEXT-MINIMAL.
| Marius Bakke | 2022-12-12 | 1 | -1/+1 |
* | gnu: OpenLDAP: Update to 2.6.3.•••* gnu/packages/openldap.scm (openldap-2.6): Update to 2.6.3.
| Marius Bakke | 2022-12-12 | 1 | -2/+2 |
* | Merge branch 'version-1.4.0' | Ludovic Courtès | 2022-12-12 | 11 | -109/+87 |
|\ |
|
| * | gnu: guix: Update to 1.4.0rc2. | Ludovic Courtès | 2022-12-10 | 1 | -3/+3 |
| * | install: 'umount-cow-store' retries upon EBUSY.•••Possibly fixes <https://issues.guix.gnu.org/59884>.
* gnu/build/install.scm (umount*): New procedure.
(unmount-cow-store): Use it instead of 'umount'.
| Ludovic Courtès | 2022-12-10 | 1 | -2/+21 |
| * | installer: Detect mapped installation devices.•••Fixes: <https://issues.guix.gnu.org/59823>
* gnu/installer/parted.scm (mapped-device?,
mapped-device-parent-partition): New procedures.
(eligible-devices): Detect mapped installation devices using the new
procedures.
| Mathieu Othacehe | 2022-12-10 | 1 | -1/+33 |
| * | installer: Print progress bars and such as soon as \r is read.•••Fixes <https://issues.guix.gnu.org/59922>.
Previously progress bars and related things would be buffered by
'run-external-command-with-line-hooks' until \n is read.
* gnu/installer/utils.scm (run-external-command-with-line-hooks): Use
'read-delimited' rather than 'get-line'. Pass 'concat as the last
argument.
(%display-line-hook): Remove.
(run-command): Use 'display' instead of '%display-line-hook'.
(%syslog-line-hook): Add "\n" when LINE doesn't end in \n.
(%installer-log-line-hook): Do not add an extra newline.
(installer-log-line): Add an extra newline.
| Ludovic Courtès | 2022-12-09 | 2 | -13/+15 |
| * | services: nscd: Use nscd from 'glibc-final' on native builds.•••This reduces the closure size of systems by removing one glibc
copy--namely (@ (gnu packages base) glibc) in addition to (@ (gnu
packages commencement) glibc-final).
* gnu/services/base.scm (<nscd-configuration>)[glibc]: Change default
value to use 'let-system' and 'canonical-package' as appropriate.
| Ludovic Courtès | 2022-12-09 | 1 | -2/+9 |
| * | system: Remove unused yggdrasil OS template.•••This file was added in fe1cd098d2b83737e96f19438612291f5a9316e4 but it's
not referenced from anywhere, not even gnu/local.mk. Furthermore, we
don't normally add full OS examples for the purposes of illustrating the
use of a single service.
* gnu/system/examples/yggdrasil.tmpl: Remove.
| Ludovic Courtès | 2022-12-09 | 1 | -60/+0 |
| * | services: base: Use 'match-record' instead of 'match'.•••* gnu/services/base.scm (agetty-shepherd-service)
(mingetty-shepherd-service)
(nscd.conf-file)
(udev-shepherd-service)
(udev-etc)
(gpm-shepherd-service)
(network-set-up/linux)
(network-tear-down/linux)
(static-networking-shepherd-service)
(greetd-agreety-tty-session-command)
(greetd-agreety-tty-xdg-session-command): Use 'match-record' instead of
'match'.
(guix-accounts): Use <guix-configuration> accessors.
(udev-service-type): Use <udev-configuration> accessors.
| Ludovic Courtès | 2022-12-08 | 1 | -462/+460 |
| * | home: services: Use 'match-record' instead of 'match'.•••* gnu/home/services/mcron.scm (home-mcron-shepherd-services): Use
'match-record' instead of 'match'.
* gnu/home/services/shells.scm (home-bash-extensions): Likewise.
* gnu/home/services/xdg.scm (serialize-xdg-desktop-entry): Likewise.
| Ludovic Courtès | 2022-12-08 | 3 | -73/+73 |
| * | records: 'match-record' checks fields at macro-expansion time.•••This allows 'match-record' to be more efficient (field offsets are
computed at compilation time) and to report unknown fields at
macro-expansion time.
* guix/records.scm (map-fields): New macro.
(define-record-type*)[rtd-identifier]: New procedure.
Define TYPE as a macro and use a separate identifier for the RTD.
(lookup-field, match-record-inner): New macros.
(match-record): Rewrite in terms of 'match-error-inner'.
* tests/records.scm ("match-record, simple")
("match-record, unknown field"): New tests.
* gnu/services/cuirass.scm (cuirass-shepherd-service): Rename 'log-file'
local variable to 'main-log-file'.
* gnu/services/getmail.scm (serialize-getmail-configuration-file): Move
after <getmail-configuration-file> definition.
| Ludovic Courtès | 2022-12-08 | 2 | -13/+13 |
| * | services: fail2ban: Start server in the foreground.•••Previously, we were passing '-b', thereby starting the server in the
background. Consequently the 'start' method could complete before the
server was ready to accept connections on its socket, leading to
non-deterministic test failures.
Reported by Mathieu Othacehe <othacehe@gnu.org>.
* gnu/services/security.scm (fail2ban-shepherd-service): Change
FAIL2BAN-ACTION to invoke 'fail2ban-client'.
Change 'start' method to use 'make-forkexec-constructor'; start the
server in the foreground with '-f' and pass '-x' to force execution of
the server, as done upstream in 'fail2ban.service.in'.
| Ludovic Courtès | 2022-12-06 | 1 | -10/+10 |
| * | services: fail2ban: Remove unnecessary Shepherd 'modules' field.•••* gnu/services/security.scm (fail2ban-shepherd-service): Remove
unnecessary 'modules' field.
| Ludovic Courtès | 2022-12-06 | 1 | -2/+0 |
| * | services: fail2ban: 'stop' returns #f when the dameon is stopped.•••* gnu/services/security.scm (fail2ban-shepherd-service): Change
FAIL2BAN-ACTION to return an 'invoke' gexp.
Adjust the shepherd 'start' and 'stop' fields accordingly. Have 'stop'
return #f on success.
| Ludovic Courtès | 2022-12-06 | 1 | -9/+11 |
| * | gnu: texinfo, info-reader: Do not run tests when cross-compiling.•••Fixes a regression introduced in
a3264f31df9774ea514e18ed8e7b6bcb44061edc.
Reported by Mathieu Othacehe <othacehe@gnu.org>.
* gnu/packages/texinfo.scm (texinfo)[arguments]: Change #:tests? to not
run tests when cross-compiling.
| Ludovic Courtès | 2022-12-06 | 1 | -1/+2 |
| * | image: Clarify comment.•••* gnu/system/image.scm: Adjust comment.
| Ludovic Courtès | 2022-12-06 | 1 | -3/+3 |
| * | tests: docker-system: Increase image size.•••* gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase
'disk-image-size'.
| Ludovic Courtès | 2022-12-06 | 1 | -2/+2 |
| * | 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.
| Ludovic Courtès | 2022-12-06 | 1 | -9/+18 |
| * | Revert "tests: install: Fix iso-image-installer test."•••This reverts commit 0f66ef9aa99d2043abccbc80d858bdeca57534ac. e2fsprogs is
now included in the installation operating system since
34f69bc6e6ea555929ecca83ee7592f5261ff5f2, making this workaround obsolete.
Suggested-by: Ludovic Courtès <ludo@gnu.org>
| Maxim Cournoyer | 2022-12-06 | 1 | -2/+0 |
| * | install: Add missing e2fsprogs utility.•••* gnu/system/install.scm (%installer-disk-utilities): Add e2fsprogs.
Reported-by: Adam Kandur <kefironpremise@gmail.com>
| Maxim Cournoyer | 2022-12-06 | 1 | -0/+1 |
| * | 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 45eac6cdf5c8d9d7b0c564b105c790d2d2007799 (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.
| Maxim Cournoyer | 2022-12-06 | 2 | -18/+20 |
| * | 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.
| Maxim Cournoyer | 2022-12-06 | 1 | -0/+2 |
| * | 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>
| zimoun | 2022-12-05 | 1 | -0/+9 |
* | | gnu: Add python-pomegranate.•••* gnu/packages/python-xyz.scm (python-pomegranate): New variable.
| Ricardo Wurmus | 2022-12-12 | 1 | -0/+40 |
* | | gnu: Add python-pygtrie.•••* gnu/packages/python-xyz.scm (python-pygtrie): New variable.
| Ricardo Wurmus | 2022-12-12 | 1 | -0/+17 |
* | | gnu: Add python-flask-jwt.•••* gnu/packages/python-web.scm (python-flask-jwt): New variable.
| Ricardo Wurmus | 2022-12-12 | 1 | -0/+32 |
* | | gnu: Add python-apispec-webframeworks.•••* gnu/packages/python-xyz.scm (python-apispec-webframeworks): New variable.
| Ricardo Wurmus | 2022-12-12 | 1 | -0/+28 |
* | | gnu: Add python-fit-nbinom.•••* gnu/packages/python-xyz.scm (python-fit-nbinom): New variable.
| Ricardo Wurmus | 2022-12-12 | 1 | -0/+18 |
* | | gnu: Add python-py4j.•••* gnu/packages/python-xyz.scm (python-py4j): New variable.
| Ricardo Wurmus | 2022-12-12 | 1 | -0/+18 |
* | | gnu: Add python-imbalanced-learn.•••* gnu/packages/machine-learning.scm (python-imbalanced-learn): New variable.
| Ricardo Wurmus | 2022-12-12 | 1 | -0/+46 |
* | | gnu: Add python-cleanlab-1.•••* gnu/packages/machine-learning.scm (python-cleanlab-1): New variable.
| Ricardo Wurmus | 2022-12-12 | 1 | -0/+25 |
* | | gnu: Add python-cleanlab.•••* gnu/packages/machine-learning.scm (python-cleanlab): New variable.
| Ricardo Wurmus | 2022-12-12 | 1 | -0/+46 |
* | | gnu: bioperl-minimal: Remove trailing #T from build phase.•••* gnu/packages/bioinformatics.scm (bioperl-minimal)[arguments]: Remove
trailing #T from build phase.
| Ricardo Wurmus | 2022-12-12 | 1 | -4/+2 |
* | | gnu: u-boot: Use plain list of inputs.•••* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Drop input labels.
| Ricardo Wurmus | 2022-12-12 | 1 | -14/+14 |
* | | gnu: u-boot: Update to 2022.10.•••* gnu/packages/bootloaders.scm (u-boot): Update to 2022.10.
* gnu/packages/patches/u-boot-allow-disabling-openssl.patch: Disable
fit_pre_load_data, which depends on openssl.
| Ricardo Wurmus | 2022-12-12 | 2 | -3/+69 |
* | | gnu: eisl: Update to 2.65.•••* gnu/packages/lisp.scm (eisl): Update to 2.65.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Joeke de Graaf | 2022-12-12 | 1 | -2/+2 |
* | | gnu: cl-april: Update to 1.0-3.bdd74f1.•••* gnu/packages/lisp-xyz.scm (sbcl-april): Update to 1.0-3.bdd74f1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Paul A. Patience | 2022-12-12 | 1 | -3/+3 |
* | | gnu: Add cl-conduit-packages.•••* gnu/packages/lisp-xyz.scm (cl-conduit-packages, ecl-conduit-packages,
sbcl-conduit-packages): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| jgart | 2022-12-12 | 1 | -0/+28 |
* | | gnu: Add cl-fare-csv.•••* gnu/packages/lisp-xyz.scm (cl-fare-csv, ecl-fare-csv, sbcl-fare-csv):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| jgart | 2022-12-12 | 1 | -0/+31 |
* | | gnu: mcomix: Update to 2.0.2.•••* gnu/packages/image-viewers.scm (mcomix): Update to 2.0.2.
| Pierre Neidhardt | 2022-12-12 | 1 | -2/+2 |
* | | image: Use 512 byte blocks for EFI partitions.•••Addresses <https://issues.guix.gnu.org/59695>.
* gnu/build/image.scm (make-vfat-image): When creating a fat filesystem
for UEFI bootable partition use 512 byte blocks.
| Efraim Flashner | 2022-12-12 | 1 | -1/+4 |
* | | gnu: python-seaborn: Update to 0.12.0.•••* gnu/packages/python-xyz.scm (python-seaborn): Update to 0.12.0.
[source]: Remove patches.
[arguments]: Import (ice-9 match) module. Remove patch-more-tests and
start-xserver phases. Replace build and install phases. Fix pytest command in
check phase.
[native-inputs]: Add python-flit-core and python-pypa-build. Remove
xorg-server-for-tests.
* gnu/packages/patches/python-seaborn-2690.patch,
gnu/packages/patches/python-seaborn-kde-test.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Unregister them.
| Arun Isaac | 2022-12-11 | 4 | -333/+24 |
* | | gnu: guile-json: Update to 4.7.3.•••* gnu/packages/guile.scm (guile-json): Update to 4.7.3.
| Vagrant Cascadian | 2022-12-11 | 1 | -2/+2 |
* | | gnu: perl-lingua-translit: Wrap translit program.•••* gnu/packages/perl.scm (perl-lingua-translit)[arguments]: Add “wrap-translit”
phase.
[inputs]: Add bash-minimal.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Evgeny Pisemsky | 2022-12-10 | 1 | -0/+13 |
* | | gnu: julia-geometrybasics: Update to 0.4.2.•••* gnu/packages/julia-xyz.scm (julia-geometrybasics): Update to 0.4.2.
| Efraim Flashner | 2022-12-10 | 1 | -2/+2 |
* | | gnu: julia-http: Update to 0.9.17.•••* gnu/packages/julia-xyz.scm (julia-http): Update to 0.9.17.
[arguments]: Skip another test in 'disable-network-tests phase.
| Efraim Flashner | 2022-12-10 | 1 | -2/+5 |