Age | Commit message (Collapse) | Author |
|
* gnu/packages/search.scm (recoll): Update to 1.34.0.
[arguments]: Add --enable-recollq configure flag.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.4.2.
|
|
* gnu/packages/tex.scm (texstudio): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
This fixes
In execvp of ./test/all/parse_import_order/run: Exec format error
on shell scripts that lack a shebang.
* gnu/packages/patches/dezyne-add-missing-shebangs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/dezyne.scm (dezyne): Use it.
|
|
|
|
This fixes #62932;
command-execute: Symbol’s function definition is void: define-transient-command
* gnu/packages/emacs-xyz.scm (emacs-git-timemachine)[source]: Update outdated
source URI. Update to commit "13769fb603ae88c64566529eae4525ce88026e86". The
4.11 latest release is four years old.
|
|
* gnu/packages/graph.scm (python-plotly-2.4.1)[arguments]: Add phase
'python-compatibility.
|
|
* gnu/packages/bioinformatics.scm (multiqc): Update to 1.14.
[build-system]: Use pyproject-build-system.
[arguments]: Simplify check phase; restore sanity-check phase.
[propagated-inputs]: Add python-rich-click.
[native-inputs]: Update test data.
|
|
* gnu/packages/python-xyz.scm (python-rich-click): New variable.
|
|
* gnu/packages/bioinformatics.scm (macs)[source]: Patch check for Python >
3.6.
|
|
* gnu/packages/bioinformatics.scm (salmon): Update to 1.10.1.
[inputs]: Replace cereal-1.3.0 with cereal; add htscodecs.
[native-inputs]: Update hash of pufferfish sources.
|
|
* gnu/packages/bioinformatics.scm (htscodecs): New variable.
|
|
* gnu/packages/serialization.scm (cereal-1.3.0)[native-inputs]: Add gcc-10 and
the sources of the cereal package.
[arguments]: Add a phase to replace the included doctest.h with the variant
from the cereal sources; disable -Werror.
[source]: Delete included doctest.h.
|
|
* gnu/packages/serialization.scm (cereal)[native-inputs]: Add gcc-10.
|
|
* gnu/packages/python-xyz.scm (python-check-manifest): Update to 0.49.
[propagated-inputs]: Remove python-tomli.
|
|
* gnu/packages/python-xyz.scm (python-eventlet)[arguments]: In 'check' phase,
skip two more tests which are failing with Python 3.10 and have upstream bug
reports.
|
|
* gnu/packages/mail.scm (mumi)[inputs]: Add bash-minimal.
|
|
* gnu/packages/mail.scm (mumi): Update to 0.0.5-2.85d5efb.
|
|
* gnu/packages/mail.scm (source, home-page): Move to Savannah.
|
|
* gnu/packages/dezyne.scm (dezyne): Update to 2.17.2.
|
|
* gnu/packages/patches/python-shiboken-2-compat.patch: Fix the patch
according to upstream.
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
* gnu/packages/audio.scm (libopenshot-audio): Update to 0.3.1.
* gnu/packages/video.scm (libopenshot): Update to 0.3.1.
(openshot): Update to 3.1.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/security-token.scm (eid-mw): Update to 5.1.10
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/monitoring.scm (fatrace): Update to 0.17.0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/mpi.scm (openmpi): Update to 4.1.5.
|
|
* gnu/packages/patches/python-magic-python-bytecode.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
* gnu/packages/python-xyz.scm (python-magic): Update to 0.4.27.
[source]<patches>: Remove field.
[#:phases]<check>: Do not invoke ‘tests.py’.
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
We don't want this to show up when searching for "openldap".
* gnu/packages/openldap.scm (openldap-for-linphone): Wrap in HIDDEN-PACKAGE
and add a comment.
|
|
* gnu/packages/engineering.scm (inspekt3d)[arguments]: Use G-expression; patch
file to avoid loading removed extension; adjust name of libfive library.
|
|
* gnu/packages/engineering.scm (inspekt3d)[source]: Simplify snippet.
|
|
* gnu/packages/engineering.scm (libfive): Update to 0-5.b1ea998.
[arguments]: Set HOME variable to fix autocompilation; set GUILE_CCACHE_DIR to
override default target directory for compiled Guile files; add phases
'fix-library-location and 'install-scm-files.
|
|
* gnu/packages/python-xyz.scm (python-sure): Update to 2.0.1.
[native-inputs]: Add python-rednose.
|
|
* gnu/packages/python-xyz.scm (python-boltons): Update to 23.0.0.
|
|
* gnu/packages/machine-learning.scm (python-pynndescent): Update to 0.5.10.
|
|
* gnu/packages/python-xyz.scm (python-configargparse): Update to 1.5.3.
[build-system]: Switch to pyproject-build-system.
[arguments]: Remove previous 'check' phase.
[native-inputs]: Add python-mock and python-pytest, remove python-pyyaml.
|
|
* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 1.2.2.
|
|
* gnu/packages/python-xyz.scm (python-joblib): Update to 1.1.1.
|
|
Fix previous commit, which did not properly add the test to be skipped and
repeated the existing skipped test. There is only one new test to be skipped.
* gnu/packages/python-crypto.scm (python-ecdsa)[arguments]: In the 'check'
phase, properly format the string for skipped tests.
|
|
* gnu/packages/python-crypto.scm (python-ecdsa)[arguments]: In 'check' phase,
skip a couple more tests.
|
|
* gnu/packages/video.scm (libmediainfo, mediainfo): Update to 23.03.
|
|
* gnu/packages/video.scm (libmediainfo, mediainfo)[arguments]: Add a shebang to
the autogen.sh script in the 'change-to-build-dir' phases.
|
|
* gnu/packages/mp3.scm (eyed3): Update to 0.9.7.
[propagated-inputs]: Remove python-grako, python-magic, and python-pathlib.
|
|
This is a followup to commit 5fda088fb17f0f5ad5cbb47314bada5f25afdb68
* gnu/packages/graphics.scm (openimageio)[source]: Fix the hash.
|
|
This fixes the build with GCC 11.
* gnu/packages/graphics.scm (openimageio): Update to 2.2.21.0.
|
|
* gnu/packages/patches/opencolorio-fix-build-with-gcc11.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image-processing.scm (opencolorio)[source]: Use it.
|
|
* gnu/packages/gnome.scm (shotwell)[native-inputs]: Add vala.
|
|
This is a partial revert of commit f2166cfacea03dcc399d1858d27ff473ebfc0679.
* gnu/packages/openldap.scm (openldap-for-linphone): Restore this variable.
* gnu/packages/linphone.scm (liblinphone)[inputs]: Replace openldap with
openldap-for-linphone.
|
|
* gnu/packages/finance.scm (python-ledgerblue)[arguments]: Disable
tests (there are none).
|
|
Fixes the 'test_custom_fields' failure:
https://github.com/django/django/commit/9da46345d83e5d9ecb60512efb2d2e0b2b02b974
* gnu/packages/django.scm (python-django-3.2): Update to 3.2.18.
|
|
* gnu/packages/cluster.scm (libraft): remove test_uv_tcp_connect.c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/image.scm (swappy) [inputs]: Add gettext-minimal.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|