Age | Commit message (Expand) | Author |
2023-04-26 | news: Add 'de' translation.•••* etc/news.scm: Add German translation of core-updates entry.
| Florian Pelz |
2023-04-26 | gnu: python-jupyter-client: Disable one test.•••* gnu/packages/python-xyz.scm (python-jupyter-client)[arguments]: Begrudgingly
disable one failing test, because there is no information on why it fails.
| Ricardo Wurmus |
2023-04-26 | gnu: python-jupyter-client-bootstrap: Hide zmq deprecation warning.•••* gnu/packages/python-xyz.scm (python-jupyter-client-bootstrap)[arguments]:
Add phase 'hide-zmq-deprecation-warning.
| Ricardo Wurmus |
2023-04-26 | gnu: python-jupyter-client-bootstrap: Use pyproject-build-system.•••* gnu/packages/python-xyz.scm (python-jupyter-client-bootstrap)[build-system]:
Use pyproject-build-system.
| Ricardo Wurmus |
2023-04-26 | news: Add entry for 'core-updates' merge.•••* etc/news.scm: Add entry.
| Ludovic Courtès |
2023-04-26 | gnu: python-distributed: Fix build.•••* gnu/packages/python-science.scm (python-distributed)[build-system]: Use
pyproject-build-system.
[arguments]: Hide deprecation warnings from tornado, because they break almost
all tests; disable three more tests.
| Ricardo Wurmus |
2023-04-26 | gnu: cppcheck: Update to 2.10.3.•••* gnu/packages/check.scm (cppcheck): Update to 2.10.3.
[home-page]: Update to new home-page.
| Efraim Flashner |
2023-04-26 | gnu: cppcheck: Skip failing test.•••* gnu/packages/patches/check.scm (cppcheck)[source]: Add patch.
* gnu/packages/patches/cppcheck-disable-char-signedness-test.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2023-04-26 | gnu: graphviz: Remove version 2.38.•••This is a follow-up to commit 370cb92eaa089af19c08d9a7b4f5a96ac5b27716 .
* gnu/packages/graphviz.scm: Drop imported modules.
(graphviz-2.38): Remove package.
| Andreas Enge |
2023-04-25 | gnu: lcov: Update to 1.16.•••* gnu/packages/code.scm (lcov): Update to 1.16.
| Ludovic Courtès |
2023-04-25 | gnu: perl-io-compress: Update to 2.204.•••* gnu/packages/perl-compression.scm (perl-io-compress): Update to 2.204.
| Ludovic Courtès |
2023-04-25 | gnu: perl-compress-raw-bzip2: Update to 2.204.•••* gnu/packages/perl-compression.scm (perl-compress-raw-bzip2): Update to
2.204.
| Ludovic Courtès |
2023-04-25 | gnu: perl-compress-raw-zlib: Update to 2.204.•••* gnu/packages/perl-compression.scm (perl-compress-raw-zlib): Update to
2.204.
[arguments]: Remove.
| Ludovic Courtès |
2023-04-25 | gnu: gnutls: Don't embed a phase inside another phase.•••* gnu/packages/tls.scm (gnutls)[arguments]: Adjust powerpc-linux phase
'increase-test-timeout to not be embedded inside another phase.
| Efraim Flashner |
2023-04-25 | gnu: mpdevil: Add missing input.•••* gnu/packages/mpd.scm (mpdevil)[native-inputs]: Add gettext-minimal.
| Efraim Flashner |
2023-04-25 | gnu: presage: Build with c++-14.•••* gnu/packages/fcitx.scm (presage)[arguments]: Adjust configure-flags to
use c++-14 cor CFLAGS and CXXFLAGS.
| Efraim Flashner |
2023-04-25 | gnu: libpst: Fix python detection.•••* gnu/packages/mail.scm (libpst)[arguments]: Add a phase to detect newer
versions of python3.
[native-inputs]: Add autoconf, automake, gettext-minimal, libool.
| Efraim Flashner |
2023-04-25 | gnu: perl-data-dumper: Update to 2.183.•••* gnu/packages/perl.scm (perl-data-dumper): Update to 2.183.
| Ricardo Wurmus |
2023-04-25 | gnu: cwltool: Use pyproject-build-system.•••"setup.py install is deprecated. Use build and pip and other standards-based
tools." It then falls back to attempting to install packages via pip.
* gnu/packages/bioinformatics.scm (cwltool)[build-system]: Use
pyproject-build-system.
| Ricardo Wurmus |
2023-04-25 | gnu: python-schema-salad: Use pyproject-build-system.•••The python-build-system fails with "setuptools.installer is
deprecated. Requirements should be satisfied by a PEP 517 installer." This,
in turn, causes all Python packages to be ignored and "pip install" to be
invoked for them.
* gnu/packages/bioinformatics.scm (python-schema-salad)[build-system]: Use
pyproject-build-system.
| Ricardo Wurmus |
2023-04-25 | gnu: gfeeds: Add missing gettext-minimal.•••* gnu/packages/syndication.scm (gfeeds)[inputs]: Add gettext-minimal.
| Liliana Marie Prikler |
2023-04-25 | gnu: syndication-domination: Update to 1.0-1-7592032.•••* gnu/packages/syndication.scm (syndication-domination): Update to
1.0-1-7592032.
| Liliana Marie Prikler |
2023-04-25 | gnu: evolution: Update to 3.46.4.•••* gnu/packages/gnome.scm (evolution): Update to 3.46.4.
| Liliana Marie Prikler |
2023-04-25 | gnu: evolution-data-server: Update to 3.46.4.•••* gnu/packages/gnome.scm (evolution-data-server): Update to 3.46.4.
| Liliana Marie Prikler |
2023-04-25 | gnu: adapterremoval: Update to 2.3.3.•••* gnu/packages/bioinformatics.scm (adapterremoval): Update to 2.3.3.
[arguments]: Simplify.
[inputs]: Reformat.
| Ricardo Wurmus |
2023-04-25 | gnu: ocaml-lwt: Add ocaml4.07 variant.•••* gnu/packages/ocaml.scm (ocaml-lwt)[properties]: New field.
(ocaml4.07-lwt): New variable.
| Efraim Flashner |
2023-04-25 | gnu: perl-crypt-openssl-rsa: Update to 0.33.•••* gnu/packages/tls.scm (perl-crypt-openssl-rsa): Update to 0.33.
| Efraim Flashner |
2023-04-25 | gnu: bedtools-2.18: Fix build.•••* gnu/packages/bioinformatics.scm (bedtools-2.18)[arguments]: Fix operators in
'compatibility phase.
| Ricardo Wurmus |
2023-04-25 | gnu: hisat: Build with GCC 10.•••* gnu/packages/bioinformatics.scm (hisat)[native-inputs]: Add gcc-10.
| Ricardo Wurmus |
2023-04-25 | gnu: kallisto: Update to 0.48.0.•••* gnu/packages/bioinformatics.scm (kallisto): Update to 0.48.0.
[arguments]: Remove trailing #T from build phase.
| Ricardo Wurmus |
2023-04-25 | gnu: bpp-core: Build with GCC 10.•••* gnu/packages/bioinformatics.scm (bpp-core)[native-inputs]: Add gcc-10.
| Ricardo Wurmus |
2023-04-25 | gnu: vcflib: Update to 1.0.9.•••* gnu/packages/bioinformatics.scm (vcflib): Update to 1.0.9.
[source]: Update snippet.
[inputs]: Add curl, pybind11, and wfa2-lib.
[arguments]: Adjust and reformat.
| Ricardo Wurmus |
2023-04-25 | gnu: tabixpp: Update to 1.1.2.•••* gnu/packages/bioinformatics.scm (tabixpp): Update to 1.1.2.
[source]: Simplify snippet.
[inputs]: Add curl.
[arguments]: Simplify and reformat.
| Ricardo Wurmus |
2023-04-25 | gnu: Add wfa2-lib.•••* gnu/packages/bioinformatics.scm (wfa2-lib): New variable.
| Ricardo Wurmus |
2023-04-25 | gnu: biber: Fix build with new Perl.•••* gnu/packages/patches/biber-adapt-perl-5.36.patch: Backport patch from
upstream's 760e6e4ec08a3097f7e6136331541a7b8c1c9df7.
* gnu/packages/tex.scm (biber): Use it.
* gnu/local.mk (dist_patch_DATA): Register it.
Signed-off-by: Andreas Enge <andreas@enge.fr>
| Josselin Poiret |
2023-04-25 | gnu: gcc: Do not build gcov on MinGW.•••* gnu/packages/gcc.scm (gcc-configure-flags-for-triplet): Disable gcov when
targetting mingw.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Vivien Kraus |
2023-04-25 | gnu: nerd-dictation: Add package variants.•••* gnu/packages/machine-learning.scm (nerd-dictation)[inputs]: Remove.
(nerd-dictation-gexp): New procedure.
(nerd-dictation/xdotool, nerd-dictation/sox-xdotool)
(nerd-dictation/sox-ydotool, nerd-dictation/sox-wtype): New variables
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nicolas Graves |
2023-04-25 | services: tor: Deprecate 'tor-hidden-service' procedure.•••Due to (now renamed) 'hidden-service' record type not being exported, the only
way Onion services (formely hidden services) could have worked is through the
now deprecated 'tor-hidden-service' procedure.
This commit updates the Tor service documentation, corrects some inconsistently
named accessors in <tor-configuration> record-type, renames and refactors
tor-hidden-service-configuration to tor-onion-service-configuration using
define-configuration and also exports it, allowing Onion services to be
configured directly within a <tor-configuration> record.
Lastly, it also deprecates the 'tor-hidden-service' procedure.
* doc/guix.texi (Networking Services): Substitute mentions of “Hidden services”
with “Onion Services”. Add a Tor Onion service configuration example.
Document <tor-onion-service-configuration>. Remove mention of
'tor-hidden-service' procedure.
* gnu/services/networking.scm: Export tor-configuration-tor,
tor-configuration-config-file, tor-configuration-hidden-services,
tor-configuration-socks-socket-type, tor-configuration-control-socket-path,
tor-onion-service-configuration, tor-onion-service-configuration?,
tor-onion-service-configuration-name, tor-onion-service-configuration-mapping.
(<tor-configuration>)[control-socket?]: Rename accessor.
(<hidden-service>): Replace with …
(<tor-onion-service-configuration>): … this.
(tor-configuration->torrc): Update record-type name.
(tor-activation): Ditto.
(tor-hidden-service-type): Remove variable.
(tor-hidden-service): Deprecate procedure.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Bruno Victal |
2023-04-25 | gnu: ghc-8.10: Avoid testsuite timeouts on i686.•••* gnu/packages/haskell.scm (ghc-8.10)[arguments]: Add new phase
'skip-failing-tests-i686-cuirass.
| Lars-Dominik Braun |
2023-04-25 | gnu: lofreq: Set file timestamps to 1980s.•••This keeps Python from complaining: "ZIP does not support timestamps before
1980".
* gnu/packages/bioinformatics.scm (lofreq)[arguments]: Add build phase
'set-source-file-times-to-1980.
| Ricardo Wurmus |
2023-04-25 | gnu: lofreq: Drop input labels.•••* gnu/packages/bioinformatics.scm (lofreq)[inputs]: Drop package labels.
| Ricardo Wurmus |
2023-04-25 | gnu: ivar: Update to 1.4.2.•••* gnu/packages/bioinformatics.scm (ivar): Update to 1.4.2.
[arguments]: Remove -Werror flag.
| Ricardo Wurmus |
2023-04-25 | gnu: propeller-gcc-4: Use MODIFY-INPUTS.•••* gnu/packages/embedded.scm (propeller-gcc-4)[native-inputs]: Use
MODIFY-INPUTS and drop package label.
| Ricardo Wurmus |
2023-04-25 | gnu: propeller-gcc-4: Use G-expression.•••* gnu/packages/embedded.scm (propeller-gcc-4)[arguments]: Use G-expression
because the parent GCC package uses them too.
| Ricardo Wurmus |
2023-04-25 | gnu: trurl: Correct inputs.•••* gnu/packages/curl.scm (trurl): Replace non-existant input curl-7.84.0 by
curl, which is version 7.85.0.
| Andreas Enge |
2023-04-25 | Merge remote-tracking branch 'origin/master' into core-updates | Andreas Enge |
2023-04-25 | gnu: python-asyncssh: Update to 2.13.1.•••Includes fix for python-cryptography>=39 disallowing SHA-1 signatures,
which caused the testsuite to fail.
* gnu/packages/ssh.scm (python-asyncssh): Update to 2.13.1.
| Lars-Dominik Braun |
2023-04-25 | gnu: alacritty: Patch reference to xdg-open.•••* gnu/packages/terminals.scm (alacritty)[arguments]: Add a phase to add
an absolute reference to xdg-open.
[inputs]: Add xdg-utils.
| Efraim Flashner |
2023-04-25 | gnu: emacs-eshell-syntax-highlighting: Update to 0.5.•••* gnu/packages/emacs-xyz.scm (emacs-eshell-syntax-highlighting): Update to 0.5.
| Nicolas Goaziou |
2023-04-25 | gnu: nethack: Update to 3.6.7.•••* gnu/packages/games.scm (nethack): Update to 3.6.7.
| Nicolas Goaziou |