Age | Commit message (Collapse) | Author |
|
* gnu/packages/admin.scm (audit): Update to 3.0.4.
|
|
* gnu/packages/kde.scm (kdeconnect)[arguments]: Replace custom
'extend-CPLUS_INCLUDE_PATH with 'adjust-include-header to fix finding
all header files.
|
|
* gnu/packages/version-control.scm (pre-commit): Update to 2.14.0.
|
|
* gnu/packages/python-xyz.scm (python-identify)[arguments]: Honor tests?.
|
|
* gnu/packages/python-xyz.scm (python-identify)[arguments]: Skip the
'ensure-no-mtimes-pre-1980 phase.
|
|
* gnu/packages/python-xyz.scm (python-distutils/next): Remove variable.
(python-virtualenv)[propagated-inputs]: Switch from
python-distutils/next to python-distutils.
* gnu/packages/version-control.scm (pre-commit)[inputs]: Same.
|
|
* gnu/packages/python-xyz.scm (python-setuptools-scm/next): Remove
variable.
(python-pikepdf) [native-inputs]: Swap for python-setuptools-scm.
* gnu/packages/python-compression.scm (python-multivolumefile,
python-bcj-cffi, python-ppmd-cffi, python-p77zr)[native-inputs]: Same.
* gnu/packages/pep.scm (python-pep-adapter)[native-inputs]: Same.
|
|
* gnu/packages/gl.scm (mesa)[arguments]: Adjust configure-flags to add
swrast vulkan drivers for powerpc- and powerpc64le-linux.
|
|
* gnu/packages/gl.scm (mesa)[arguments]: Add another substitution for
powerpc-linux to custom 'disable-failing-test phase.
|
|
* gnu/packages/gl.scm (mesa)[arguments]: Adjust architecture names in
custom 'disable-failing-test phase.
|
|
* gnu/packages/check.scm (python-pylint): Update to 2.9.6.
[arguments]: Remove field.
[native-inputs]: Remove python-tox.
[propagated-inputs]: Remove python-six.
|
|
* gnu/packages/python-xyz.scm (python-astroid): Update to 2.6.6.
[propagated-inputs]: Remove python-six.
[native-inputs]: Remove python-dateutil.
|
|
* gnu/packages/ruby.scm (ruby-sequel): Update to 5.47.0.
|
|
* gnu/packages/ruby.scm (ruby-minitest-hooks)[arguments]: Skip test
suite.
|
|
* gnu/packages/ruby.scm (ruby-minitest-hooks): Update to 1.5.0.
|
|
* gnu/packages/ruby.scm (ruby-minitest): Update to 5.14.4.
|
|
* gnu/packages/python-check.scm (python-pytest-isort): Update to 2.0.0.
[native-inputs]: Add python-mock.
|
|
* gnu/packages/python-check.scm (python-pytest-isort)[arguments]: Honor
#:tests flag.
|
|
* gnu/packages/python-xyz.scm (python-jinja2): Update to 3.0.1.
|
|
* gnu/packages/python-xyz.scm (python-markupsafe): Update to 2.0.1.
|
|
* gnu/packages/python-xyz.scm (python-itsdangerous): Update to 2.0.1.
|
|
* gnu/packages/python-web.scm (python-flask): Update to 2.0.1.
|
|
* gnu/pacakges/python-xyz.scm (python-markupsafe)[arguments]: Honor #:tests flag.
|
|
* gnu/packages/python-web.scm (python-flask)[arguments]: Honor #:tests flag.
|
|
* gnu/packages/python-web.scm (python-yarl): Update to 1.6.3.
[source]: Add snippet to remove cythonized code.
[arguments]: Skip tests. Add custom 'check phase. Add phase to cythonize
code.
[native-inputs]: Add python-cython.
|
|
* gnu/packages/python-web.scm (python-werkzeug): Update to 2.0.1.
[arguments]: Actually replace check phase. Honor #:tests.
[native-inputs]: Add python-xprocess.
|
|
* gnu/packages/check.scm (python-pytest-xprocess): Update to 0.18.1.
[propagated-inputs]: Remove python-pytest-cache.
[native-inputs]: Add python-setuptools-scm.
[home-page]: Update to new home-page.
|
|
* gnu/packages/python-xyz.scm (python-soupsieve)[arguments]: Skip sanity
check. Convert to gexp.
|
|
* gnu/packages/python-xyz.scm (python-pyicu): Update to 2.7.4.
|
|
* gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.16.13.
[propagated-inputs]: Add python-ruamel.yaml.clib.
[home-page]: Update to new home-page.
(python2-ruamel.yaml): Remove variable.
|
|
* gnu/packages/serialization.scm (python-ruamel.yaml.clib): New variable.
|
|
* gnu/packages/python-xyz.scm (python-docopt)[arguments]: In custom
'check phase honor #:tests?.
|
|
* gnu/packages/python-xyz.scm (python-docopt)[source]: Add patch.
* gnu/packages/patches/python-docopt-pytest6-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
|
|
* gnu/packages/graphics.scm (openimageio): Update to 2.2.11.1.
[inputs]: Add libheif, for AV1 decoding support.
|
|
* gnu/packages/image.scm (vigra): Update to 1.11.1-0.9b514fa.
[source]: Use git-fetch. Remove obsolete patch.
* gnu/packages/patches/vigra-python-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/java.scm (libantlr3c)[arguments]: Remove custom
'configure phase. Move '--enable-64bit' to configure-flags, conditional
on being for a 64-bit platform.
|
|
With GCC 9+, go-1.14 fails a test when the gold linker is not
available (https://github.com/golang/go/issues/39157). Backport the fix
for that from https://github.com/golang/go/commit/4ec4a79.
* gnu/packages/golang.scm (go-1.14)[arguments]<#:phases>{prebuild}:
Fix test failure with GCC 9+.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/libreoffice.scm (libmspub)[source]: Add snippet to add
missing include header.
|
|
* gnu/packages/libreoffice.scm (libfreehand)[arguments]: Add
configure-flag to not treat warnings as errors.
|
|
* gnu/packages/web.scm (libcss)[source]: Add snippet to initialize the
value of a variable.
|
|
* gnu/packages/libreoffice.scm (libe-book)[source]: Add snippet to work
around changes in icu4c's code.
|
|
* gnu/packages/gnupg.scm (gnupg-1)[source]: Add patch.
* gnu/packages/patches/gnupg-1-build-with-gcc10.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
|
|
* gnu/packages/check.scm (cpputest): Update to 4.0.
|
|
* gnu/packages/icu4c.scm (icu4c-69): Remove variable.
* gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Replace
icu4c-69 with icu4c.
|
|
* gnu/packages/compression.scm (p7zip)[native-inputs]: Rewrite using
target macros and remove labels.
|
|
* gnu/packages/compression.scm (p7zip)[arguments]: Use new target macros
to simplify custom 'configure phase.
|
|
* gnu/packages/compression.scm (p7zip)[arguments]: Only run test suite
when #:tests? is true.
|
|
* gnu/packages/compresson.scm (p7zip)[source]: Adjust snippet to fix
compilation error using gcc-10.
|
|
This fixes a build failure of MPD (Music Player Daemon), that looks like this:
"RuntimeError: File 'doc/mpd.1' could not be found"
https://github.com/MusicPlayerDaemon/MPD/issues/1183
* gnu/packages/sphinx.scm (python-sphinx): Update to 4.0.3.
|
|
* guix/download.scm (%mirrors): Remove defunct GNOME mirrors, and try
the canonical site first.
|