summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-19gnu: patman: Add python-u-boot-pylib to inputs....* gnu/packages/bootloaders.scm (patman) [inputs]: Add python-u-boot-pylib. [phases]: Remove 'sanity-check. Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Maxim Cournoyer
2023-07-19gnu: Add python-u-boot-pylib....* gnu/packages/bootloaders.scm (python-u-boot-pylib): New variable. * gnu/packages/patches/u-boot-fix-u-boot-lib-build.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Maxim Cournoyer
2023-07-19gnu: u-boot: Add crust firmware to pinebook, pine64_plus and pine64-lts....* gnu/packages/bootloaders.scm (make-u-boot-sunxi64-package): Take argument for System Control Processor (SCP) firmware. [native-inputs]: Add SCP firmware. [phases]: Adjust 'set-environment to also set SCP variable. (u-boot-pine64-plus, u-boot-pine64-lts, u-boot-pinebook): Pass appropriate crust firmware as the SCP firmware. Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Vagrant Cascadian
2023-07-19gnu: u-boot: Update to 2023.07.02....* gnu/packages/patches/u-boot-infodocs-target.patch: Delete file. * gnu/packages/patches/u-boot-patman-guix-integration.patch: Delete file. * gnu/local.mk: De-register patches. * gnu/packages/patches/u-boot-allow-disabling-openssl.patch: Refresh. * gnu/packages/patches/u-boot-sifive-prevent-reloc-initrd-fdt.patch: Refresh. * gnu/packages/bootloaders.scm (u-boot): Update to 2023.07.02. [native-inputs]: Add python-pyelftools. [source]: Remove patches. (u-boot-tools)[phases]: Update substitution for python3-coverage. Adjust 'patch to catch more openssl incompatibilities. Split lines in 'patch phase. [native-inputs]: Add python-filelock and python-pytest-xdist. (make-u-boot-sunxi64-package): Set SCP environment variable. (u-boot-sifive-unleashed): Update to use opensbi. (u-boot-puma-rk3399)[inputs]: Add arm-trusted-firmware-rk3399 to package-inputs instead of native-inputs. (u-boot-rockpro64-rk3399): Disable CONFIG_SPL_FIT_SIGNATURE in config. Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Vagrant Cascadian
2023-07-19gnu: arm-trusted-firmware: Update to 2.9....* gnu/packages/firmware.scm (make-arm-trusted-firmware): Update to 2.9. (arm-trusted-firmware-imx8mq): Keep at version 2.8. Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Vagrant Cascadian
2023-07-16gnu: perl-mail-dkim: Mark up description....* gnu/packages/authentication.scm (perl-mail-dkim)[description]: Use @acronym{}. Drop ‘new’. Tobias Geerinckx-Rice
2023-07-16gnu: perl-mail-dkim: Update to 1.20230630....* gnu/packages/mail.scm (perl-mail-dkim): Update to 1.20230630. [propagated-inputs]: Add perl-cryptx. Tobias Geerinckx-Rice
2023-07-16gnu: Add perl-cryptx....* gnu/packages/perl.scm (perl-cryptx): New public variable. Tobias Geerinckx-Rice
2023-07-16gnu: tome4: Remove obsolete snippet....* gnu/packages/games.scm (tome4)[source]: Remove snippet. Tobias Geerinckx-Rice
2023-07-16gnu: qtractor: Update to 0.9.31....* gnu/packages/music.scm (qtractor): Update to 0.9.31. Tobias Geerinckx-Rice
2023-07-16gnu: padthv1: Update to 0.9.31....* gnu/packages/music.scm (padthv1): Update to 0.9.31. Tobias Geerinckx-Rice
2023-07-16gnu: synthv1: Update to 0.9.31....* gnu/packages/music.scm (synthv1): Update to 0.9.31. Tobias Geerinckx-Rice
2023-07-16gnu: drumkv1: Update to 0.9.31....* gnu/packages/music.scm (drumkv1): Update to 0.9.31. Tobias Geerinckx-Rice
2023-07-16gnu: samplv1: Update to 0.9.31....* gnu/packages/music.scm (samplv1): Update to 0.9.31. Tobias Geerinckx-Rice
2023-07-16gnu: rxcpp: Update to 4.1.1....* gnu/packages/machine-learning.scm (rxcpp): Update to 4.1.1. Tobias Geerinckx-Rice
2023-07-16gnu: strawberry: Update to 1.0.18....* gnu/packages/music.scm (strawberry): Update to 1.0.18. Tobias Geerinckx-Rice
2023-07-16gnu: vc: Use G-expressions....* gnu/packages/maths.scm (vc)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2023-07-16gnu: vc: Update to 1.4.3....* gnu/packages/maths.scm (vc): Update to 1.4.3. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2023-07-16gnu: setbfree: Use G-expressions....* gnu/packages/music.scm (setbfree)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2023-07-16gnu: setbfree: Prepare for cross-compilation....* gnu/packages/music.scm (setbfree)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice
2023-07-16gnu: setbfree: Update to 0.8.12....* gnu/packages/music.scm (setbfree): Update to 0.8.12. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2023-07-19gnu: python-nbconvert: Remove texlive-updmap.cfg as propagated input....`texlive-updmap.cfg' builds "updmap.cfg" file for texlive packages in native inputs, because those do not benefit from the profile hook doing the very same thing. Consequently, `texlive-updmap.cfg' should not appear in propagated inputs. Moreover, XeTeX do not rely on "updmap.cfg" to find fonts; this is a second reason to remove it from propagated inputs in this particular package. * gnu/packages/python-xyz.scm (python-nbconvert)[propagated-inputs]: Remove TEXLIVE-UPDMAP.CFG call. Add TEXLIVE-COLLECTION-BASIC. Remove TEXLIVE-IFTEX, which is already included in TEXLIVE-COLLECTION-BASIC. Sort inputs alphabetically. Nicolas Goaziou
2023-07-19gnu: python-nbconvert: Fix build....This fixes <https://issues.guix.gnu.org/64729>. * gnu/packages/python-xyz.scm (python-nbconvert)[propagated-inputs]: Add TEXLIVE-ENVIRON, TEXLIVE-PDFCOL, TEXLIVE-PGF, and TEXLIVE-XETEX. Nicolas Goaziou
2023-07-19gnu: Add texlive-pdfcol....* gnu/packages/tex.scm (texlive-pdfcol): New variable. Nicolas Goaziou
2023-07-16gnu: frama-c: Build verbosely....As verbosely as most other packages, that is. * gnu/packages/maths.scm (frama-c)[arguments]: Add "--enable-verbosemake" to #:configure-flags. Tobias Geerinckx-Rice
2023-07-16gnu: python-sshtunnel: Fix build....* gnu/packages/python-xyz.scm (python-sshtunnel)[native-inputs]: Add python-mock. Tobias Geerinckx-Rice
2023-07-16gnu: libbsd: Update to 0.11.7....* gnu/packages/libbsd.scm (libbsd): Update to 0.11.7. Tobias Geerinckx-Rice
2023-07-16gnu: xfstests: Update to 1.1.0-2.87f90a2....This fixes the build. * gnu/packages/file-systems.scm (xfstests): Update to 1.1.0-2.87f90a2. Tobias Geerinckx-Rice
2023-07-16gnu: libinih: Update to 57....* gnu/packages/linux.scm (libinih): Update to 57. Tobias Geerinckx-Rice
2023-07-16gnu: nvme-cli: Separate :doc files....* gnu/packages/linux.scm (nvme-cli)[outputs]: Add "doc". [arguments]: Install HTML documentation there. Tobias Geerinckx-Rice
2023-07-16gnu: nvme-cli: Update to 2.5....* gnu/packages/linux.scm (nvme-cli): Update to 2.5. Tobias Geerinckx-Rice
2023-07-16gnu: libnvme: Separate :doc files....Also fix the .rst files being dumped in the root of the output. * gnu/packages/linux.scm (libnvme)[outputs]: Add "doc". [arguments]: Install HTML and RST documentation there. Tobias Geerinckx-Rice
2023-07-16gnu: libnvme: Update to 1.5....* gnu/packages/linux.scm (libnvme): Update to 1.5. Tobias Geerinckx-Rice
2023-07-16gnu: lesspipe: Update to 2.08....* gnu/packages/less.scm (lesspipe): Update to 2.08. Tobias Geerinckx-Rice
2023-07-16gnu: libtraceevent: Shorten source snippet....* gnu/packages/linux.scm (libtraceevent)[source]: Use SUBSTITUTE*'s features. Tobias Geerinckx-Rice
2023-07-16gnu: libtraceevent: Update to 1.7.3....* gnu/packages/linux.scm (libtraceevent): Update to 1.7.3. Tobias Geerinckx-Rice
2023-07-16gnu: gnome-multi-writer: Fix build....* gnu/packages/gnome.scm (gnome-multi-writer)[native-inputs]: Add gettext-minimal. Tobias Geerinckx-Rice
2023-07-16gnu: gnome-multi-writer: Remove input labels....* gnu/packages/gnome.scm (gnome-multi-writer)[native-inputs]: Remove input labels. Tobias Geerinckx-Rice
2023-07-16gnu: rspamd: Update to 3.5....* gnu/packages/mail.scm (rspamd): Update to 3.5. Tobias Geerinckx-Rice
2023-07-16gnu: ytnef: Update to 2.1.2....* gnu/packages/mail.scm (ytnef): Update to 2.1.2. Tobias Geerinckx-Rice
2023-07-16gnu: tpacpi-bat: Fix cross-compilation....* gnu/packages/linux.scm (tpacpi-bat)[arguments]: Use SEARCH-INPUT-FILE. [inputs]: Add coreutils-minimal. Tobias Geerinckx-Rice
2023-07-16gnu: tpacpi-bat: Update to 3.2....* gnu/packages/linux.scm (tpacpi-bat): Update to 3.2. [arguments]: Don't explicitly return #t from phases. linux tpacpi-bat Tobias Geerinckx-Rice
2023-07-19tests: lightdm: Bump timeout waiting for screen text to 60 seconds....This is to avoid non-deterministic failures on slower machines. * gnu/tests/lightdm.scm (run-lightdm-test) <wait-for-screen-text>: Bump timeout to 60 s (from the default 30 s). Maxim Cournoyer
2023-07-19tests: xvnc: Fix 'gdm auto-suspend is disabled' test....This failure is another collateral from commit a09c7da ("tests: Fork and exec a new Guile for the marionette REPL."), which isolated the marionette evaluation environment from that of the host. * gnu/tests/vnc.scm (run-xvnc-test): Move the (guix build utils) import to... ["gdm auto-suspend is disabled"]: ... inside the marionette-eval of this test. Complete comment. Reported-by: Bruno Victal <mirai@makinata.eu> Maxim Cournoyer
2023-07-19tests: xvnc: Group up GDM test and use GNU Ocrad instead of Tesseract....* gnu/tests/vnc.scm (run-xvnc-test): Group up GDM test. Use GNU Ocrad. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal
2023-07-19tests: gdm: Prefer OCR to delay....* gnu/tests/gdm.scm (run-gdm-test): Use wait-for-screen-text instead of sleep. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal
2023-07-19marionette: Allow passing custom OCR arguments....* gnu/build/marionette.scm (%default-ocrad-arguments): New variable. (invoke-ocrad-ocr, invoke-tesseract-ocr, marionette-screen-text) [ocr-arguments]: New argument. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal
2023-07-19import/utils: beautify-description: Wrap class names in @code{...}....* guix/import/utils.scm (beautify-description): Add procedure to wrap words in @code{...} markup. * tests/import-utils.scm: Add two tests. Ricardo Wurmus
2023-07-19gnu: Add r-qfeatures....* gnu/packages/bioconductor.scm (r-qfeatures): New variable. Ricardo Wurmus
2023-07-19gnu: Add r-spectra....* gnu/packages/bioconductor.scm (r-spectra): New variable. Ricardo Wurmus