summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-24gnu: ibus-anthy: Fix build.Maxim Cournoyer
This is in follow up to 39b118776bbbaed049f8bcafa27bde30d9d0b2f6. * gnu/packages/ibus.scm (ibus-anthy) [phases]{wrap-programs}: Add missing 'inputs' keyword.
2022-06-24gnu: guix-build-coordinator Update to 0-54.07b0b61.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-54.07b0b61.
2022-06-24gnu: nar-herder: Update to 0-9.5acfcc0.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-9.5acfcc0.
2022-06-24gnu: python-jedi: Fix build.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-jedi) [phases]{fix-completion-test}: New phase. {check}: Delete trailing #t.
2022-06-24gnu: Add libcorrect.Guillaume Le Vaillant
* gnu/packages/radio.scm (libcorrect): New variable.
2022-06-24gnu: Use license: prefix in (gnu packages search).Arun Isaac
* gnu/packages/search.scm: Import (guix licenses) with the license: prefix. Adjust all license fields.
2022-06-24gnu: xapian, python-xapian-bindings: Update to 1.4.19.Arun Isaac
* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.19.
2022-06-19gnu: nmon: Use the new TARGET-X86? test.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (nmon)[arguments]: Use TARGET-X86?.
2022-06-24tests: ldap: Increase VM memory size.Timotej Lazar
With the default limit of 512 MB the test sometimes fails, in different ways. Fixes https://issues.guix.gnu.org/55206. * gnu/tests/ldap.scm (run-ldap-test): Increase memory size to 1024 MiB. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-06-24image: Add support for 32bit UEFI.Denis 'GNUtoo' Carikli
* gnu/bootloader/grub.scm (grub-efi32-bootloader): New variable. (install-grub-efi32): New variable. * gnu/build/bootloader.scm (install-efi): Add a 'targets' keyword argument. (install-efi-loader): Likewise. * gnu/build/image.scm (initialize-efi32-partition): New procedure. * gnu/packages/bootloaders.scm (grub-efi32): New variable. * gnu/system/image.scm (esp32-partition): New variable (efi32-disk-image): New variable. (efi32-raw-image-type): New variable. (system-disk-image)[partition-image]: Set '#:grub-efi32' when calling the partition initializer. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-06-24utils: Define 'target-x86?' predicate.Denis 'GNUtoo' Carikli
* guix/utils.scm (target-x86?): New predicate. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-06-24tests: docker: Relax marionette timeout.Maxim Cournoyer
The tests would otherwise fail on an old desktop. * gnu/tests/docker.scm (run-docker-test) <make-marionette>: Specify a timeout of 60 s. (run-docker-system-test) <make-marionette>: Likewise.
2022-06-23gnu: docker: Honor TESTS? and please guix lint.Maxim Cournoyer
* gnu/packages/docker.scm (docker)[phases]{patch-paths}: Split long lines. {check}: Honor TESTS?. [synopsis]: Do not start synopsis with package name.
2022-06-23gnu: docker: Switch to gexp and new input style.Pierre Langlois
* gnu/packages/docker.scm (docker)[arguments]: Rewrite as gexps. Switch to using search-input-file. [inputs]: Use new style inputs. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-23gnu: docker: Update to 20.10.17.Pierre Langlois
* gnu/packages/docker.scm (%docker-version): Update to 20.10.17. (docker-libnetwork)[source]: Update commit according to vendor.conf. Reset revision to 1. Simplify snippet. (docker)[origin]: Remove docker-fix-tests.patch. [arguments]: Adapt 'patch-paths phase, substitute "ip6tables" and buildkit-qemu. Remove trailing #t. [native-inputs]: Replace go-1.14 by go. (docker-cli)[source]: Update hash. [arguments]: Set GO_LINKMODE to "dynamic". Remove trailing #t. [phases]{check}: Replace 'if' with 'when'. * gnu/packages/networking.scm (go-sctp): Update commit according to docker-libnetwork's vendor.conf. * gnu/packages/patches/docker-fix-tests.patch: Delete. * gnu/local.mk (dist_patch_DATA): Remove patch. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-23gnu: docker: Fix mkfs.xfs reference.Pierre Langlois
* gnu/packages/docker.scm (docker)[arguments]: Refer to sbin/mkfs.xfs instead of bin/mkfs.xfs. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-23gnu: containerd: Switch to gexp arguments.Pierre Langlois
* gnu/packages/docker.scm (containerd)[arguments]: Rewrite as gexps. Pass all flags via make-flags variable. Switch to using search-input-file. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-23gnu: containerd: Update to 1.6.6.Pierre Langlois
* gnu/packages/docker.scm (containerd): Update to 1.6.6. [arguments]: Substitute runc binary for "pkg/cri/config/config_unix.go". Set PREFIX to empty string, as the install directory is $DESTDIR/$PREFIX. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-23gnu: containerd: Fix patch-paths build phase.Pierre Langlois
* gnu/packages/docker.scm (containerd)[arguments]: Add 'patch-paths phases after 'unpack because 'chdir doesn't exist. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-23gnu: runc: Update to 1.1.1.Pierre Langlois
* gnu/packages/virtualization.scm (runc): Update to 1.1.1. [native-inputs]: Use new style. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-23gnu: ibus-anthy: Modernize.Maxim Cournoyer
* gnu/packages/ibus.scm (ibus-anthy)[phases]: Delete trailing #t and adjust to use search-input-file and search-input-directory. [native-inputs]: Use new style. [inputs]: Likewise.
2022-06-23gnu: Add python-pycotap.Julien Lepiller
* gnu/packages/python-check.scm (python-pycotap): New variable. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-23gnu: ibus-anthy: Update to 1.5.14Taiju HIGASHI
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-23gnu: janet: Update to 1.23.0.jgart
* gnu/packages/lisp.scm (janet): Update to 1.23.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-23doc: Fix typo.Maxim Cournoyer
* doc/guix.texi (Networking Setup): Fix typo.
2022-06-23gnu: Add emacs-straight-el.jgart
* gnu/packages/emacs-xyz.scm (emacs-straight-el): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-06-23gnu: Add casacore.Sharlatan Hellseher
* gnu/packages/astronomy.scm (casacore): New variable. Modules sorted alphabetically to ease maintannce. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-23gnu: hypre: Add missing dependencies on latex fonts.Ontje Lünsdorf
* gnu/packages/maths.scm (hypre)[native-inputs]: Add TEXLIVE-COURIER and TEXLIVE-HELVETIC. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-23gnu: litecli: Update to 1.9.0.jgart
* gnu/packages/databases.scm (litecli): Update to 1.9.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-23gnu: polybar: Simply inputs.John Kehayias
* gnu/packages/wm.scm (polybar)[native-inputs]: Remove labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-23gnu: polybar: Update to 3.6.3.John Kehayias
* gnu/packages/wm.scm (polybar): Update to 3.6.3. [phases]: Add patch-config-path for polybar to find its default configuration file in the store. [inputs]: Add libuv, required to build polybar. [native-inputs]: Remove python-2, no longer needed. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-23gnu: direnv: Update to 2.32.1.Jose G Perez Taveras
* gnu/packages/shellutils.scm (direnv): Update to 2.32.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-23gnu: hikari: Replace input libinput by libinput-minimal.Josselin Poiret
* gnu/packages/wm.scm (hikari)[propagated-inputs]: Replace libinput by libinput-minimal to reduce closure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-23gnu: waybar: Replace input libinput by libinput-minimal.Josselin Poiret
* gnu/packages/wm.scm (waybar)[propagated-inputs]: Replace libinput by libinput-minimal to reduce closure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-23gnu: sway: Replace input libinput by libinput-minimal.Josselin Poiret
* gnu/packages/wm.scm (sway)[propagated-inputs]: Replace libinput by libinput-minimal to reduce closure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-23gnu: wlroots: Replace input libinput by libinput-minimal.Josselin Poiret
* gnu/packages/wm.scm (wlroots)[propagated-inputs]: Replace libinput by libinput-minimal to reduce closure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-23doc: Expound description of the <package> 'arguments' field.Ludovic Courtès
* doc/guix.texi (package Reference): Augment description of the 'arguments' field.
2022-06-23doc: Remove trailing #t in example.Ludovic Courtès
* doc/guix.texi (Build Phases): Remove trailing #t in example.
2022-06-23gnu: emacs-ement: Update to 0.1-pre-2.45b7882.jgart
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.1-pre-2.45b7882. [arguments]<propagated-inputs>: Add emacs-taxy and emacs-svg-lib. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-06-23gnu: Add emacs-dumbparens.jgart via Guix-patches via
* gnu/packages/emacs-xyz.scm (emacs-dumbparens): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-06-23gnu: python-sphinxcontrib-websupport: Add missing input.Marius Bakke
* gnu/packages/sphinx.scm (python-sphinxcontrib-websupport)[propagated-inputs]: Add PYTHON-SPHINXCONTRIB-SERIALIZINGHTML.
2022-06-23gnu: linux-libre 4.9: Update to 4.9.319.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.319. (linux-libre-4.9-pristine-source, deblob-scripts-4.9): Update hashes.
2022-06-23gnu: linux-libre 4.14: Update to 4.14.284.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.284. (linux-libre-4.14-pristine-source, deblob-scripts-4.14): Update hashes.
2022-06-23gnu: linux-libre 4.19: Update to 4.19.248.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.248. (linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
2022-06-23gnu: linux-libre 5.4: Update to 5.4.200.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.200. (linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
2022-06-23gnu: linux-libre 5.10: Update to 5.10.124.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.124. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
2022-06-23gnu: linux-libre 5.15: Update to 5.15.49.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.49. linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
2022-06-23gnu: Fix formatting of python-nbconvert description.raingloom
* gnu/packages/python-xyz (python-nbconvert)[description]: Fix formatting. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-23gnu: Add hw-probe.Raghav Gururajan
* gnu/packages/hardware.scm (hw-probe): New variable. Co-authored-by: Petr Hodina <phodina@protonmail.com> Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-23news: Add 'de' translation.Florian Pelz
* etc/news.scm: Add German translation of 'guix refresh -L' entry.