me
/
guix
Archived
1
0
Fork 0
Commit Graph

74287 Commits (d9e7d9c40843f508275daeddf90cb4b307db2fbe)

Author SHA1 Message Date
Efraim Flashner d6f4dc1db4
gnu: Remove pcre2-10.36.
* gnu/packages/pcre.scm (pcre2-10.36): Remove variable.
* gnu/packages/julia.scm (julia)[arguments]: Adjust 'adjust-test-suite
phase for new pcre2 package.
[inputs]: Replace pcre2-10.36 with pcre2.
2021-08-18 12:05:05 +03:00
Efraim Flashner 199a1235bd
gnu: openssl: Skip flaky test on arm hardware.
* gnu/packages/tls.scm (openssl)[arguments]: Add phase on armhf- and
aarch64-linux to skip a flaky test.
2021-08-18 10:58:03 +03:00
Efraim Flashner c5ef49a160
gnu: texlive-updmap.cfg: Update for Tex Live 2021.
This package was missed in ee25e3fcab.

* gnu/packages/tex.scm (texlive-updmap.cfg)[source]: Update hash for the
new version.
2021-08-18 10:25:31 +03:00
Efraim Flashner 38add920bc
gnu: texlive-latex-base: Disable some formats on powerpc-linux.
* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Adjust custom
'build phase to skip the jit formats also on powerpc-linux.
2021-08-17 13:41:57 +03:00
Efraim Flashner 3567b916d3
gnu: texlive-bin: Fix building on powerpc-linux.
* gnu/packages/tex.scm (texlive-bin)[arguments]: Add phase on
powerpc-linux to adjust the test suite.
2021-08-17 09:46:33 +03:00
Mathieu Othacehe 62089efeff
gnu: xsel: Update to 1.2.0-1.062e6d3.
* gnu/packages/xdisorg.scm (xsel): Update to 1.2.0-1.062e6d3.
[arguments]: Add a custom bootstrap phase.
[native-inputs]: Add autoconf, automake and libtool.
2021-08-16 13:38:11 +02:00
Mathieu Othacehe a4da8b83a0
gnu: python-matplotlib: Update to 3.4.3.
* gnu/packages/python-xyz.scm (python-matplotlib): Update to 3.4.3.
[source]: Remove patch that is applied upstream.
[propagated-inputs]: Add python-certifi.
[inputs]: Add qhull.
[native-inputs]: Add python-wheel.
[arguments]: Extend regexp to match more image comparison tests.
Wrap long lines.
Use system freetype and qhull libraries.
2021-08-16 13:19:27 +02:00
Mathieu Othacehe c2429ca4ab
gnu: python-html5-parser: Fix build.
* gnu/packages/python-web.scm (python-html5-parser)[propagated-inputs]: Add
python-chardet.
2021-08-16 11:24:23 +02:00
Mathieu Othacehe c16341bb9e
gnu: bittorrent: Disable tests.
* gnu/packages/bittorrent.scm (bittorrent)[arguments]: Disable tests that are
failing when using libevent 2.12 without internet connection.
2021-08-16 11:07:27 +02:00
Mathieu Othacehe fc4b13ee82
gnu: gnome-desktop: Fix tests.
* gnu/packages/gnome.scm (gnome-desktop)[arguments]: Set XDG_CACHE_HOME and
XDG_CONFIG_HOME variables for the tests.
2021-08-16 10:24:06 +02:00
Mathieu Othacehe 591a3f5714
gnu: bpython: Update to 0.21.
* gnu/packages/python-xyz.scm (bpython): Update to 0.21.
[propagated-inputs]: Use python-cwcwidth instead of python-wcwidth.
Add python-pyxdg.
[native-inputs]: Add python-tox and python-wheel.
2021-08-16 09:04:21 +02:00
Mathieu Othacehe 5bf00ed012
gnu: python-curtsies: Update to 0.3.5.
* gnu/packages/terminals.scm (python-curtsies): Update to 0.3.5.
[propagated-inputs]: Use python-cwcwidth instead of python-wcwidth.
2021-08-16 09:04:21 +02:00
Mathieu Othacehe 011862f5ff
gnu: Add python-cwcwidth.
* gnu/packages/python-xyz.scm (python-cwcwidth): New variable.
2021-08-16 09:04:21 +02:00
Maxime Devos 77480fb192
gnu: util-linux: Disable unreliable ioctl_ns test on IA-32.
* gnu/packages/linux.scm (util-linux)[arguments]<#:phases>{delete-lsns-test}:
New phase.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-15 12:15:08 +02:00
Mathieu Othacehe c39470b115
gnu: python-jedi: Update to 0.18.0-1.1d94494.
* gnu/packages/python-xyz (python-jedi): Update to 0.18.0-1.1d94494.
[source]: Switch to git-fetch.
[native-inputs]: Add python-django-stubs and python-typeshed.
[arguments]: New unpack-submodule-sources phase. Also do not run pytest tests
that fail with pytest 6 revision.
2021-08-15 10:47:04 +02:00
Mathieu Othacehe e24691dce6
gnu: python-parso: Update to 0.8.2.
* gnu/packages/python-xyz.scm (python-parso): Update to 0.8.2.
2021-08-15 10:47:04 +02:00
Sarah Morgensen 74bc8e59df
gnu: go-1.14: Fix test failure with GCC 9+.
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.

This is a followup to the 'master -> core-updates-frozen' merge in
c4133c43c7, which accidentally dropped this commit
(2818c66e93) due to the code in question being
moved to another part of the file on the master branch.

Reported on #guix by iskarian:
<https://logs.guix.gnu.org/guix/2021-08-14.log#214343>

* gnu/packages/golang.scm (go-1.14)[arguments]<#:phases>{prebuild}:
Fix test failure with GCC 9+.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-07-27 12:34:56 -04:00
Mathieu Othacehe c5b06d8f79
gnu: python-feedparser: Update to 6.0.8.
* gnu/packages/web.scm (python-feedparser): Update to 6.0.8.
[propagated-inputs]: Add python-sgmllib3k.
2021-08-14 16:36:20 +02:00
Mathieu Othacehe 1516fd8a4e
gnu: Add python-sgmllib3k.
* gnu/packages/python-xyz.scm (python-sgmllib3k): New variable.
2021-08-14 16:36:05 +02:00
Mathieu Othacehe 34a4f5c50c
gnu: python-apsw: Update to 3.36.0-r1.
* gnu/packages/databases.scm (python-apsw): Update to 3.36.0-r1.
2021-08-14 16:17:57 +02:00
Ludovic Courtès b417dde293
gnu: commencement: Turn {gmp,mpfr,mpc}-boot into mere origins.
Reported by Thiago Jung Bauermann <bauermann@kolabnow.com>
at <https://issues.guix.gnu.org/49881>.

* gnu/packages/commencement.scm (gmp-boot, mpfr-boot, mpc-boot): Turn
into origins.
(gcc-core-mesboot1): Adjust accordingly.
2021-08-13 00:06:32 +02:00
Marius Bakke c4133c43c7
Merge branch 'master' into core-updates-frozen
Conflicts:
	gnu/packages/algebra.scm
	gnu/packages/games.scm
	gnu/packages/golang.scm
	gnu/packages/kerberos.scm
	gnu/packages/mail.scm
	gnu/packages/python.scm
	gnu/packages/ruby.scm
	gnu/packages/scheme.scm
	gnu/packages/tex.scm
	gnu/packages/tls.scm
	gnu/packages/version-control.scm
2021-08-12 00:30:27 +02:00
Marius Bakke ffa01e6885
gnu: mit-krb5: Replace with 1.19.2 [fixes CVE-2021-36222].
This is an adaptation of fdd2f57359, for the 1.19 branch of mit-krb5.

* gnu/packages/kerberos.scm (mit-krb5)[replacement]: New field.
(mit-krb5-1.19.2): New variable.
2021-08-12 00:23:01 +02:00
Marius Bakke 4eb0a5146a
gnu: ruby@2.7: Inherit source snippet from ruby@2.6.
This is a follow-up to 507472b036f8cdd3d1a88c401017d2e43620bc20.

* gnu/packages/ruby.scm (ruby-2.7)[source]: Inherit fields from RUBY.
2021-08-12 00:02:23 +02:00
Marius Bakke e65bcfda22
gnu: rapidjson: Remove unused configure flag.
* gnu/packages/web.scm (rapidjson)[arguments]: Remove #:configure-flags, as
the entry is not honored by the build system and would only affect tests and
examples, which are not installed.
[source](snippet): Remove trailing #t.
2021-08-11 23:19:02 +02:00
Marius Bakke 443e7f6338
gnu: rapidjson: Adjust for GCC 10.
* gnu/packages/patches/rapidjson-gcc-compat.patch: Add additional patch.
2021-08-11 23:19:02 +02:00
Efraim Flashner 43bc7dd39c
gnu: python-testtools: Honor #:tests? in check phase.
* gnu/packages/check.scm (python-testtools)[arguments]: Adjust custom
'check phase to honor #:tests.
2021-08-11 16:21:15 +03:00
Efraim Flashner db8e8eb171
gnu: python-testtools: Update to 2.5.0.
* gnu/packages/check.scm (python-testtools): Update to 2.5.0.
[propagated-inputs]: Remove python-mimeparse, python-pbr, python-six,
python-traceback2, python-unittest2.
(python-testtools-bootstrap)[source]: Remove patch.
* gnu/packages/patches/python-testtools.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2021-08-11 16:16:51 +03:00
Efraim Flashner 5037b08b93
gnu: python-fixtures: Honor tests? in the check phase.
* gnu/packages/check.scm (python-fixtures)[arguments]: Adjust 'check
phase to honor #:tests.
2021-08-11 16:14:55 +03:00
Efraim Flashner 02fbd89f2b
gnu: python-fixtures: Fix building.
* gnu/packages/check.scm (python-fixtures-bootstrap)[source]: Add patch.
* gnu/packages/patches/python-fixtures-remove-monkeypatch-test.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2021-08-11 16:13:56 +03:00
Efraim Flashner 1f18f18e85
gnu: xf86-video-freedreno: Fix building.
* gnu/packages/xorg.scm (xf86-video-freedreno)[arguments]: Override the
'boostrap phase.
2021-08-10 16:13:07 +03:00
Efraim Flashner f0ad43dfdd
gnu: xf86-video-ati: Update to 19.1.0-1.5eba006.
* gnu/packages/xorg.scm (xf86-video-ati): Update to 19.1.0-1.5eba006.
[native-inputs]: Add autoconf, automake, and libtool.
2021-08-10 12:39:35 +03:00
Efraim Flashner 22586c4203
gnu: xf86-input-libinput: Update to 1.1.0.
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 1.1.0.
2021-08-10 12:29:34 +03:00
Efraim Flashner 4785f8cf11
gnu: xf86-video-amdgpu: Update to 21.0.0.
* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 21.0.0.
2021-08-10 12:24:15 +03:00
Efraim Flashner 25de37e178
gnu: virt-manager: Fix building.
* gnu/packages/virtualization.scm (virt-manager)[arguments]: Move the
'glib-or-gtk-wrap phase to after the 'wrap phase.
2021-08-10 12:18:33 +03:00
Efraim Flashner e1b8a46693
gnu: pcsc-lite: Update to 1.9.3.
* gnu/packages/security-token.scm (pcsc-lite): Update to 1.9.3.
2021-08-10 11:56:56 +03:00
Efraim Flashner 9987cb9f40
gnu: libcacard: Fix building.
* gnu/packages/spice.scm (libcacard)[arguments]: Remove field.
[native-inputs]: Remove softhsm.
2021-08-10 11:55:51 +03:00
Efraim Flashner b58cb688d4
gnu: audit: Update to 3.0.4.
* gnu/packages/admin.scm (audit): Update to 3.0.4.
2021-08-10 10:05:12 +03:00
Efraim Flashner 6ae59e7d79
gnu: kdeconnect: Fix build.
* gnu/packages/kde.scm (kdeconnect)[arguments]: Replace custom
'extend-CPLUS_INCLUDE_PATH with 'adjust-include-header to fix finding
all header files.
2021-08-10 09:37:28 +03:00
Efraim Flashner e7971cb430
gnu: pre-commit: Update to 2.14.0.
* gnu/packages/version-control.scm (pre-commit): Update to 2.14.0.
2021-08-09 20:19:06 +03:00
Efraim Flashner 6a29b83423
gnu: python-identify: Honor #:tests in check phase.
* gnu/packages/python-xyz.scm (python-identify)[arguments]: Honor tests?.
2021-08-09 20:19:05 +03:00
Efraim Flashner 81698e5099
gnu: python-identify: Fix building.
* gnu/packages/python-xyz.scm (python-identify)[arguments]: Skip the
'ensure-no-mtimes-pre-1980 phase.
2021-08-09 20:19:05 +03:00
Efraim Flashner 1d5d115e76
gnu: Remove python-distutils/next.
* 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.
2021-08-09 20:19:05 +03:00
Efraim Flashner 5b6ac91ee4
gnu: Remove python-setuptools-scm/next.
* 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.
2021-08-09 17:48:05 +03:00
Efraim Flashner e22145ed35
gnu: mesa: Build with swrast vulkan drivers for powerpc.
* gnu/packages/gl.scm (mesa)[arguments]: Adjust configure-flags to add
swrast vulkan drivers for powerpc- and powerpc64le-linux.
2021-08-09 17:47:47 +03:00
Efraim Flashner 2e16a22301
gnu: mesa: Skip additional test on powerpc-linux.
* gnu/packages/gl.scm (mesa)[arguments]: Add another substitution for
powerpc-linux to custom 'disable-failing-test phase.
2021-08-09 17:47:47 +03:00
Efraim Flashner 57e59eddfb
gnu: mesa: Fix architecture matching when disabling tests.
* gnu/packages/gl.scm (mesa)[arguments]: Adjust architecture names in
custom 'disable-failing-test phase.
2021-08-09 17:47:46 +03:00
Efraim Flashner 36cb285d61
gnu: python-pylint: Update to 2.9.6.
* gnu/packages/check.scm (python-pylint): Update to 2.9.6.
[arguments]: Remove field.
[native-inputs]: Remove python-tox.
[propagated-inputs]: Remove python-six.
2021-08-09 15:18:39 +03:00
Efraim Flashner 23d0007e9a
gnu: python-astroid: Update to 2.6.6.
* gnu/packages/python-xyz.scm (python-astroid): Update to 2.6.6.
[propagated-inputs]: Remove python-six.
[native-inputs]: Remove python-dateutil.
2021-08-09 15:11:02 +03:00
Efraim Flashner daca9aeb06
gnu: ruby-sequel: Update to 5.47.0.
* gnu/packages/ruby.scm (ruby-sequel): Update to 5.47.0.
2021-08-09 14:33:49 +03:00
Efraim Flashner 110f6b78e9
gnu: ruby-minitest-hooks: Skip tests.
* gnu/packages/ruby.scm (ruby-minitest-hooks)[arguments]: Skip test
suite.
2021-08-09 14:33:16 +03:00
Efraim Flashner c53c083b0c
gnu: ruby-minitest-hooks: Update to 1.5.0.
* gnu/packages/ruby.scm (ruby-minitest-hooks): Update to 1.5.0.
2021-08-09 14:32:46 +03:00
Efraim Flashner 8ce8baae79
gnu: ruby-minitest: Update to 5.14.4.
* gnu/packages/ruby.scm (ruby-minitest): Update to 5.14.4.
2021-08-09 14:23:15 +03:00
Efraim Flashner 62c3d00d1c
gnu: python-pytest-isort: Update to 2.0.0.
* gnu/packages/python-check.scm (python-pytest-isort): Update to 2.0.0.
[native-inputs]: Add python-mock.
2021-08-09 14:20:30 +03:00
Efraim Flashner c94d42d951
gnu: python-pytest-isort: Honor #:tests in check phase.
* gnu/packages/python-check.scm (python-pytest-isort)[arguments]: Honor
 #:tests flag.
2021-08-09 14:18:35 +03:00
Efraim Flashner b8295d2529
gnu: python-jinja2: Update to 3.0.1.
* gnu/packages/python-xyz.scm (python-jinja2): Update to 3.0.1.
2021-08-09 13:51:48 +03:00
Efraim Flashner 967999f096
gnu: python-markupsafe: Update to 2.0.1.
* gnu/packages/python-xyz.scm (python-markupsafe): Update to 2.0.1.
2021-08-09 13:51:48 +03:00
Efraim Flashner 1122663e4f
gnu: python-itsdangerous: Update to 2.0.1.
* gnu/packages/python-xyz.scm (python-itsdangerous): Update to 2.0.1.
2021-08-09 13:51:48 +03:00
Efraim Flashner 6c601b8d2f
gnu: python-flask: Update to 2.0.1.
* gnu/packages/python-web.scm (python-flask): Update to 2.0.1.
2021-08-09 13:51:48 +03:00
Efraim Flashner 70833c2ec8
gnu: python-markupsafe: Honor #:tests in check phase.
* gnu/pacakges/python-xyz.scm (python-markupsafe)[arguments]: Honor #:tests flag.
2021-08-09 13:51:30 +03:00
Efraim Flashner 830a47e85d
gnu: python-flask: Honor #:tests in check phase.
* gnu/packages/python-web.scm (python-flask)[arguments]: Honor #:tests flag.
2021-08-09 13:01:04 +03:00
Efraim Flashner 60c9828933
gnu: python-yarl: Update to 1.6.3.
* 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.
2021-08-09 12:54:30 +03:00
Efraim Flashner 48b5e57ddc
gnu: python-werkzeug: Update to 2.0.1.
* gnu/packages/python-web.scm (python-werkzeug): Update to 2.0.1.
[arguments]: Actually replace check phase. Honor #:tests.
[native-inputs]: Add python-xprocess.
2021-08-09 12:35:44 +03:00
Efraim Flashner 7e8146923f
gnu: python-pytest-xprocess: Update to 0.18.1.
* 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.
2021-08-09 12:28:22 +03:00
Efraim Flashner 3fe23854eb
gnu: python-soupsieve: Fix building.
* gnu/packages/python-xyz.scm (python-soupsieve)[arguments]: Skip sanity
check. Convert to gexp.
2021-08-09 12:14:16 +03:00
Efraim Flashner 79ca85d2ff
gnu: python-pyicu: Update to 2.7.4.
* gnu/packages/python-xyz.scm (python-pyicu): Update to 2.7.4.
2021-08-09 12:04:21 +03:00
Efraim Flashner e4514f51c7
gnu: python-ruamel.yaml: Update to 0.16.13.
* 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.
2021-08-09 12:03:14 +03:00
Efraim Flashner a852a6d168
gnu: Add python-ruamel.yaml.clib.
* gnu/packages/serialization.scm (python-ruamel.yaml.clib): New variable.
2021-08-09 12:02:24 +03:00
Efraim Flashner d418784dbd
gnu: python-docopt: Honor #:tests? in check phase.
* gnu/packages/python-xyz.scm (python-docopt)[arguments]: In custom
'check phase honor #:tests?.
2021-08-09 10:02:02 +03:00
Efraim Flashner 23b9dadc1d
gnu: python-docopt: Fix test suite for pytest-6.
* 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.
2021-08-09 10:00:38 +03:00
Leo Famulari e6388b48f3
gnu: VDE 2: Update to 2.3.2-0.8c65ebc.
Updating to this unreleased revision allows us to package VDE 2 with
wolfSSL instead of the obsolete OpenSSL 1.0:

https://github.com/virtualsquare/vde-2/issues/2

* gnu/packages/networking.scm (vde2): Update to 2.3.2-0.8c65ebc.
[source]: Use git-fetch.
[native-inputs]: Add autoconf, automake, and libtool
[inputs]: Replace openssl-1.0 with wolfssl.
2021-07-27 12:35:00 -04:00
Leo Famulari 2ea947fb7d
gnu: OpenImageIO: Update to 2.2.11.1.
* gnu/packages/graphics.scm (openimageio): Update to 2.2.11.1.
[inputs]: Add libheif, for AV1 decoding support.
2021-07-27 12:34:57 -04:00
Leo Famulari f4f4037fcd
gnu: vigra: Update to 1.11.1-0.9b514fa.
* 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.
2021-07-27 12:34:57 -04:00
Efraim Flashner e012c29463
gnu: libantlr3c: Simplify configure.
* gnu/packages/java.scm (libantlr3c)[arguments]: Remove custom
'configure phase. Move '--enable-64bit' to configure-flags, conditional
on being for a 64-bit platform.
2021-08-08 16:36:42 +03:00
Sarah Morgensen 2818c66e93
gnu: go-1.14: Fix test failure with GCC 9+.
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>
2021-08-08 15:13:44 +03:00
Efraim Flashner 0e66a66864
gnu: libmspub: Add missing include.
* gnu/packages/libreoffice.scm (libmspub)[source]: Add snippet to add
missing include header.
2021-08-08 15:13:44 +03:00
Efraim Flashner 08a9e49d02
gnu: libfreehand: Fix compiling with gcc-10.
* gnu/packages/libreoffice.scm (libfreehand)[arguments]: Add
configure-flag to not treat warnings as errors.
2021-08-08 15:13:32 +03:00
Efraim Flashner d30130bcd6
gnu: libcss: Fix building with gcc-10.
* gnu/packages/web.scm (libcss)[source]: Add snippet to initialize the
value of a variable.
2021-08-08 14:46:45 +03:00
Efraim Flashner 990704507b
gnu: libe-book: Fix building with icu4c-69.
* gnu/packages/libreoffice.scm (libe-book)[source]: Add snippet to work
around changes in icu4c's code.
2021-08-08 14:46:44 +03:00
Efraim Flashner 086183598e
gnu: gnupg-1: Fix build with gcc-10.
* 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.
2021-08-08 13:51:11 +03:00
Efraim Flashner 0112675d11
gnu: cpputest: Update to 4.0.
* gnu/packages/check.scm (cpputest): Update to 4.0.
2021-08-08 13:39:17 +03:00
Efraim Flashner 5d4f26e9bc
gnu: Remove redundant icu4c-69.
* gnu/packages/icu4c.scm (icu4c-69): Remove variable.
* gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Replace
icu4c-69 with icu4c.
2021-08-08 11:51:50 +03:00
Efraim Flashner 543aab8992
gnu: p7zip: Remove input labels.
* gnu/packages/compression.scm (p7zip)[native-inputs]: Rewrite using
target macros and remove labels.
2021-08-08 10:58:47 +03:00
Efraim Flashner 86fd77476d
gnu: p7zip: Adjust custom configure phase.
* gnu/packages/compression.scm (p7zip)[arguments]: Use new target macros
to simplify custom 'configure phase.
2021-08-08 10:57:27 +03:00
Efraim Flashner de0954d18c
gnu: p7zip: Honor #:tests? flag.
* gnu/packages/compression.scm (p7zip)[arguments]: Only run test suite
when #:tests? is true.
2021-08-08 10:46:44 +03:00
Efraim Flashner fcd88262df
gnu: p7zip: Fix building with gcc-10.
* gnu/packages/compresson.scm (p7zip)[source]: Adjust snippet to fix
compilation error using gcc-10.
2021-08-08 10:44:00 +03:00
Leo Famulari 944ba4237f
gnu: python-sphinx: Update to 4.0.3.
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.
2021-07-27 12:34:57 -04:00
Leo Famulari ba2c594c1c
gnu: glib-networking: Update to 2.68.2.
* gnu/packages/gnome.scm (glib-networking): Update to 2.68.2.
2021-07-27 12:34:57 -04:00
Ludovic Courtès 058b339d31
gnu: ocaml@4.09: Fix link failure.
* gnu/packages/patches/ocaml-4.09-multiple-definitions.patch: New file.
* gnu/packages/ocaml.scm (ocaml-4.09)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-08-05 15:46:46 +02:00
Ludovic Courtès cfc1d13346
gnu: ocaml-boot: Change package name to "ocaml-boot".
* gnu/packages/ocaml.scm (ocaml-4.07-boot, ocaml-4.07)[name]: New
field.
2021-08-05 15:46:46 +02:00
Ludovic Courtès 1d580f47a9
gnu: ocaml@4.07: Fix link failure.
The link failure shows up when using ld from GNU Binutils 2.37, and not
with 2.34.

* gnu/packages/patches/ocaml-multiple-definitions.patch: New file.
* gnu/packages/ocaml.scm (ocaml-4.07-boot)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-08-05 15:46:46 +02:00
Efraim Flashner bfb690be87
gnu: mesa: Build more vulkan drivers on aarch64-linux.
* gnu/packages/gl.scm (mesa)[arguments]: Adjust the configure-flags to
also build vulkan drivers on aarch64-linux for broadcom and swrast.
2021-08-05 13:36:03 +03:00
Efraim Flashner 8e885757c7
gnu: mesa: Fix building on aarch64-linux.
* gnu/packages/gl.scm (mesa)[arguments]: Adjust custom
'disable-failing-test phase to skip test failing on aarch64-linux.
2021-08-05 13:35:16 +03:00
Ludovic Courtès 1685128e6e
gnu: mesa-opencl, mesa-opencl-icd: Build all the LLVM targets again.
Reported by John Kehayias <john.kehayias@protonmail.com>
in <https://issues.guix.gnu.org/49794>.

* gnu/packages/patches/mesa-opencl-all-targets.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gl.scm (mesa-opencl)[source]: Use it.
2021-08-03 18:18:45 +02:00
Thiago Jung Bauermann 2b6bf23c60
gnu: texlive-latex-base: Propagate ‘texlive-latex-l3backend’
Some packages need files from ‘texlive-latex-l3backend’ – which is a
supporting package of LaTeX3 – so propagate it from ‘texlive-latex-base’.

* gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Remove
‘texlive-latex-l3backend’ from the texlive union.
* gnu/packages/tex.scm (texlive-latex-base)[propagated-inputs]: Add
‘texlive-latex-l3backend’.
(texlive-latex-xkeyval)[native-inputs]: Remove ‘texlive-latex-l3backend’.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-08-03 18:18:45 +02:00
Marius Bakke 5e4cdb5b3b
gnu: python-django: Fix test failure.
* gnu/packages/django.scm (python-django)[arguments]: Set PYTHONPATH.
2021-08-01 23:24:47 +02:00
Marius Bakke 1f82eeec8d
gnu: mg: Update style.
* gnu/packages/text-editors.scm (mg)[native-inputs, inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-FILE and #$OUTPUT in phases.
2021-08-01 23:24:47 +02:00
Marius Bakke 317313a178
gnu: mg: Convert arguments to gexp.
* gnu/packages/text-editors.scm (mg)[arguments]: Turn into gexp.
2021-08-01 23:24:46 +02:00
Marius Bakke d2e102d4e4
Merge branch 'master' into core-updates-frozen 2021-08-01 23:23:32 +02:00
Marius Bakke 536bec1ce5
gnu: zathura: Update to 0.4.8.
* gnu/packages/pdf.scm (zathura): Update to 0.4.8.
2021-08-01 23:19:29 +02:00