Age | Commit message (Expand) | Author |
2022-12-12 | gnu: Add python-cleanlab.•••* gnu/packages/machine-learning.scm (python-cleanlab): New variable.
| Ricardo Wurmus |
2022-12-12 | 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 | gnu: u-boot: Use plain list of inputs.•••* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Drop input labels.
| Ricardo Wurmus |
2022-12-12 | 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 | 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 | 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 | 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 | 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 | gnu: mcomix: Update to 2.0.2.•••* gnu/packages/image-viewers.scm (mcomix): Update to 2.0.2.
| Pierre Neidhardt |
2022-12-12 | 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-11 | 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 | gnu: guile-json: Update to 4.7.3.•••* gnu/packages/guile.scm (guile-json): Update to 4.7.3.
| Vagrant Cascadian |
2022-12-11 | news: Fix typos in French text.•••* etc/news.scm: Fix typos.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Vivien Kraus via Guix-patches via |
2022-12-10 | news: Add 'fr' translation.•••* etc/news.scm: Add French translation of 'customize-linux' entry.
| Julien Lepiller |
2022-12-10 | 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 | 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 | 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 | gnu: julia-chainrulescore: Skip two tests.•••* gnu/packages/julia-xyz.scm (julia-chainrulescore)[arguments]: Add a
phase to skip two tests.
| Efraim Flashner |
2022-12-10 | gnu: julia-colortypes: Update to 0.11.1.•••* gnu/packages/julia-xyz.scm (julia-colortypes): Update to 0.11.1.
[arguments]: Add phase to skip broken test.
| Efraim Flashner |
2022-12-10 | gnu: julia-irtools: Update to 0.4.7.•••* gnu/packages/julia-xyz.scm (julia-irtools): Update to 0.4.7.
| Efraim Flashner |
2022-12-10 | gnu: julia-benchmarktools: Update to 1.3.2.•••* gnu/packages/julia-xyz.scm (julia-benchmarktools): Update to 1.3.2.
| Efraim Flashner |
2022-12-10 | gnu: julia-fixedpointnumbers: Update to 0.8.4-1.59ee94b.•••* gnu/packages/julia-xyz.scm (julia-fixedpointnumbers): Update to
0.8.4-1.59ee94b.
[arguments]: Skip tests. Remove 'disable-failing-test phase.
| Efraim Flashner |
2022-12-10 | gnu: guix: Update to 1.4.0rc2. | Ludovic Courtès |
2022-12-10 | deduplicate: Use 'sendfile' only with file ports.•••Fixes a regression introduced in b129026e2e242e9068158ae6e6fcd8d7c5ea092e.
* guix/store/deduplication.scm (dump-file/deduplicate): Use 'sendfile'
only when INPUT' is a file port.
| Ludovic Courtès |
2022-12-10 | 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 | 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 | 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 | deduplicate: Use 'sendfile' for small file copies.•••* guix/store/deduplication.scm (dump-file/deduplicate): Use 'sendfile'
instead of 'dump-port'.
* tests/store-deduplication.scm ("copy-file/deduplicate, below %deduplication-minimum-size"):
New test.
| Ludovic Courtès |
2022-12-10 | gnu: emacs-wisp-mode: Update to 1.0.8.•••* gnu/packages/emacs-xyz.scm (emacs-wisp-mode): Update to 1.0.8.
| Nicolas Goaziou |
2022-12-10 | gnu: emacs-logview: Update to 0.16.•••* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.16.
| Nicolas Goaziou |
2022-12-10 | gnu: emacs-jarchive: Update to 0.9.0.•••* gnu/packages/emacs-xyz.scm (emacs-jarchive): Update to 0.9.0.
| Nicolas Goaziou |
2022-12-10 | gnu: emacs-evil-nerd-commenter: Update to 3.6.0.•••* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.6.0.
| Nicolas Goaziou |
2022-12-10 | gnu: emacs-ement: Update to 0.5.1.•••* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.5.1.
| Nicolas Goaziou |
2022-12-10 | gnu: emacs-company-math: Update to 1.5.•••* gnu/packages/emacs-xyz.scm (emacs-company-math): Update to 1.5.
| Nicolas Goaziou |
2022-12-10 | gnu: emacs-company-emoji: Update to 2.7.0.•••* gnu/packages/emacs-xyz.scm (emacs-company-emoji): Update to 2.7.0.
| Nicolas Goaziou |
2022-12-10 | gnu: Add emacs-acme-theme.•••* gnu/packages/emacs-xyz.scm (emacs-acme-theme): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| jgart |
2022-12-10 | gnu: Add emacs-carp.•••* gnu/packages/emacs-xyz.scm (emacs-carp): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| jgart |
2022-12-09 | gnu: linux-libre 4.9: Update to 4.9.335.•••* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.335.
(linux-libre-4.9-pristine-source): Update hash.
| Leo Famulari |
2022-12-09 | gnu: linux-libre 4.14: Update to 4.14.301.•••* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.301.
(linux-libre-4.14-pristine-source): Update hash.
| Leo Famulari |
2022-12-09 | gnu: linux-libre 4.19: Update to 4.19.268.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.268.
(linux-libre-4.19-pristine-source): Update hash.
| Leo Famulari |
2022-12-09 | gnu: linux-libre 5.4: Update to 5.4.226.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.226.
(linux-libre-5.4-pristine-source): Update hash.
| Leo Famulari |
2022-12-09 | gnu: linux-libre 5.10: Update to 5.10.158.•••* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.158.
(linux-libre-5.10-pristine-source): Update hash.
| Leo Famulari |
2022-12-09 | gnu: linux-libre 5.15: Update to 5.15.82.•••* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.82.
(linux-libre-5.15-pristine-source): Update hash.
| Leo Famulari |
2022-12-09 | gnu: linux-libre: Update to 6.0.12.•••* gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.12.
(linux-libre-6.0-pristine-source): Update hash.
| Leo Famulari |
2022-12-09 | 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 | 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 | 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 | 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'.
| Ludovic Courtès |
2022-12-09 | 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>
| Tobias Geerinckx-Rice |
2022-12-08 | 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 |