Guillaume Le Vaillant
d3c7ca3c40
gnu: python-qscintilla: Fix build.
...
* gnu/packages/qt.scm (python-qscintilla)[build-system]: Swith to
pyproject-build-system.
[arguments]: Update 'configure-flags'. Delete custom 'configure' phase. Add
'prepare-build' and 'set-include-dirs' phases.
[native-inputs]: Add python-pyqt-builder and qtbase-5.
[inputs]: Add python-sip.
2023-04-17 15:23:49 +02:00
Guillaume Le Vaillant
924c871ff6
gnu: qscintilla: Update to 2.13.4.
...
* gnu/packages/qt.scm (qscintilla): Update to 2.13.4.
2023-04-17 13:56:43 +02:00
Guillaume Le Vaillant
1c86be2fd6
gnu: mysql: Fix build.
...
The version of mysql currently packaged doesn't support openssl-3.
* gnu/packages/databases.scm (mysql)[inputs]: Replace openssl by openssl-1.1.
2023-04-17 11:55:12 +02:00
Guillaume Le Vaillant
c0723849b5
gnu: cl-burgled-batteries3: Fix build.
...
* gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3)[arguments]: Rename
'adjust-for-python-3.9' phase to 'adjust-for-python-3.10' and update it.
2023-04-17 11:41:39 +02:00
Guillaume Le Vaillant
b6ffcc4de4
gnu: cl-ana: Fix build.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-ana)[arguments]: Use gexp. Update
'fix-paths' phase. Add 'fix-newer-hdf5-compatibility' phase.
2023-04-17 11:28:45 +02:00
Guillaume Le Vaillant
a2ed9816c9
gnu: cl-hdf5-cffi: Fix build.
...
* gnu/packages/lisp-xyz.scm (sbcl-hdf5-cffi)[inputs]: Remove labels.
[arguments]: Use gexp, add 'fix-newer-hdf5-compatibility' phase.
2023-04-17 11:16:58 +02:00
Andreas Enge
424ee72ffb
gnu: wget: Update to 1.21.3.24.
...
This update to a non-release version fixes a build failure on i686-linux.
* gnu/packages/wget.scm (wget): Update to 1.21.3.24.
[origin]: Use a self-hosted tarball created from the latest git commit.
2023-04-16 20:52:40 +02:00
Brian Cully
e438a3b3dd
gnu: sphinx: Update minimum docutils version to 0.19.
...
* gnu/packages/sphinx.scm (python-sphinx-rtd-theme)[allow-newer-docutil]: New
phase.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2023-04-16 17:21:38 +02:00
Julien Lepiller
55b4613e39
gnu: python-m2r: Update to 0.3.1.
...
* gnu/packages/python-xyz.scm (python-m2r): Update to 0.3.1.
2023-04-16 16:23:49 +02:00
Andreas Enge
f2166cface
gnu: openldap: Update to 2.6.4 and unify the two variables.
...
* gnu/packages/openldap.scm (openldap): Update to 2.6.4.
(openldap-for-linphone): Remove variable.
* gnu/packages/linphone.scm (liblinphone)[inputs]: Replace
openldap-for-linphone by openldap.
2023-04-16 13:49:35 +02:00
Brian Cully
1b28cde6a5
gnu: openldap: Fix build.
...
* gnu/packages/openldap.scm (openldap): Update quoting to use gexps. Remove
reference to libldap_r.la, which no longer exists, and remove custom install
of libldap_r.so. Remove again a phase already removed in commit
0de5e6d653
.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-04-16 13:39:26 +02:00
Kaelyn Takata
60594711e9
gnu: python-numpy: Skip failing tests on i686.
...
* gnu/packages/python-xyz.scm (python-numpy): Skip failing tests on i686.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-04-15 22:28:58 +02:00
Josselin Poiret
df6848565a
gnu: python-pytest: Fix failing test_raising_repr.
...
* gnu/packages/patches/pytest-fix-unstrable-exception-test.patch: Add new
patch from upstream.
* gnu/packages/check.scm (python-pytest): Use it.
* gnu/local.mk (dist_patch_DATA): Register it.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-04-15 22:28:58 +02:00
Andreas Enge
d16538c935
Revert "gnu: python-pytest: Update to 7.3.1."
...
This reverts commit 81682e2e90
.
2023-04-15 22:28:58 +02:00
Maxim Cournoyer
0ebc572d07
gnu: clara: Fix build.
...
* gnu/packages/check.scm (clara) [source]: Add snippet to un-bundle catch2.
[arguments]: Add #:configure-flags argument.
[native-inputs]: Add catch2.
2023-04-15 16:08:20 -04:00
Maxim Cournoyer
81682e2e90
gnu: python-pytest: Update to 7.3.1.
...
* gnu/packages/check.scm (python-pytest): Update to 7.3.1.
[propagated-inputs]: Add python-exceptiongroup.
2023-04-15 10:28:25 -04:00
Maxim Cournoyer
7ccf994302
gnu: xkeyboard-config: Update to 2.38.
...
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.38.
Reported-by: Brian Cully <bjc@spork.org>
2023-04-15 00:13:18 -04:00
Maxim Cournoyer
ab2f4548a6
gnu: python-pillow: Ungraft.
...
* gnu/packages/python-xyz.scm (python-pillow): Ungraft, preserving...
[source]: ... the CVE patch.
(python-pillow/security-fixes): Delete variable.
2023-04-15 00:10:13 -04:00
Maxim Cournoyer
52518b6478
gnu: libxkbcommon: Fix indentation.
...
* gnu/packages/xdisorg.scm (libxkbcommon): Fix indentation.
2023-04-15 00:10:13 -04:00
Maxim Cournoyer
5841ac3981
gnu: libxkbcommon: Unconditionally add wayland to native-inputs.
...
* gnu/packages/xdisorg.scm (libxkbcommon) [native-inputs]: Always add wayland.
2023-04-15 00:10:13 -04:00
Maxim Cournoyer
929551f634
gnu: python-jsonschema: Update to 4.5.1.
...
* gnu/packages/python-xyz.scm (python-jsonschema): Update to 4.5.1.
[arguments]: Remove extraneous inputs, outputs bindings from check phase
override. Add pretend-version phase.
[propagated-inputs]: Add python-importlib-metadata and
python-typing-extensions. Remove python-six.
* gnu/packages/astronomy.scm (python-asdf): Replace python-jsonschema-next
with python-jsonschema.
(python-asdf-standard, python-gwcs): Likewise.
* gnu/packages/matrix.scm (python-matrix-nio): Likewise.
* gnu/packages/python-xyz.scm (python-robotframework): Likewise.
2023-04-15 00:09:08 -04:00
Maxim Cournoyer
7943de8ece
gnu: iptables: Clean-up configure flags.
...
* gnu/packages/linux.scm (iptables) [arguments]: Address TODO comment.
2023-04-14 23:42:37 -04:00
Maxim Cournoyer
ebf85c3c39
gnu: hplip: Update to 3.23.3.
...
* gnu/packages/cups.scm (hplip): Update to 3.23.3.
[arguments]: Remove the fix-build-with-python-3.8 phase.
2023-04-14 23:37:07 -04:00
Maxim Cournoyer
d8de115d35
gnu: hplip: Remove input labels.
...
* gnu/packages/cups.scm (hplip) [inputs]: Remove input labels.
2023-04-14 23:37:07 -04:00
Maxim Cournoyer
298d0d381e
gnu: hplip: Use gexps.
...
* gnu/packages/cups.scm (hplip) [arguments]: Use gexps.
* gnu/packages/cups.scm (hplip-minimal): Likewise.
2023-04-14 23:37:06 -04:00
Maxim Cournoyer
da923bc122
gnu: hplip: Re-order fields.
...
* gnu/packages/cups.scm (hplip): Re-order fields.
2023-04-14 23:37:06 -04:00
Maxim Cournoyer
2a97bf3c50
gnu: hplip: Update to 3.22.10.
...
* gnu/packages/cups.scm (hplip): Update to 3.22.10.
[arguments]: Absorb the fix-more-hard-coded-file-names phase from hplip-next
into the fix-hard-coded-file-names phase.
(hplip-next): Delete variable.
2023-04-14 23:37:06 -04:00
Maxim Cournoyer
802a3b7ba3
gnu: python-pytest-7.1: Deprecate package.
...
The source was adjusted using the following command:
$ git grep -rl python-pytest-7.1 |
xargs sed -i 's/python-pytest-7.1/python-pytest/g'
* gnu/packages/check.scm (python-pytest-7.1): Delete variable.
2023-04-14 23:37:06 -04:00
Maxim Cournoyer
fa2c1689c8
gnu: valgrind/interactive: Rely on non-stripped glibc symbols.
...
* gnu/packages/valgrind.scm (valgrind/interactive)
[source]: Remove patches.
[arguments]: Delete field.
* gnu/packages/patches/valgrind-fix-default-debuginfo-path.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
2023-04-14 23:37:06 -04:00
Maxim Cournoyer
cfe4a07775
gnu: ruby-tzinfo-data: Remove #:guile argument in file-union call.
...
* gnu/packages/ruby.scm (ruby-tzinfo-data) [arguments]: Strip trailing #t.
[native-inputs]: Remove #:guile argument in file-union call.
2023-04-14 23:37:05 -04:00
Maxim Cournoyer
97e37a8a79
gnu: wrap-python3: Replace assoc-ref call with gexp variable.
...
* gnu/packages/python.scm (wrap-python3) [arguments]: Replace assoc-ref call
with gexp variable in builder.
2023-04-14 23:37:05 -04:00
Maxim Cournoyer
ca0e4a4b5e
gnu: python-pluggy: Update to 1.0.0.
...
* gnu/packages/python-xyz.scm (python-pluggy): Update to 1.0.0.
(python-pluggy-next): Delete variable.
* gnu/packages/check.scm (python-pytest-7.1)
[propagated-inputs]: Remove python-pluggy replacement.
* gnu/packages/databases.scm (datasette) [propagated-inputs]: Replace
python-pluggy-next with python-pluggy.
2023-04-14 23:37:05 -04:00
Maxim Cournoyer
55f051e28c
gnu: python-docutils: Update to 0.19.
...
* gnu/packages/python-xyz.scm (python-docutils): Update to 0.19.
[arguments]: Strip trailing #t.
(python-docutils-0.19): Delete variable.
2023-04-14 23:37:05 -04:00
Maxim Cournoyer
530cf34edb
gnu: source-highlight: Inline skip-doc-directory phase.
...
* gnu/packages/pretty-print.scm (source-highlight) [source]: Fix indentation.
[arguments]: Inline skip-doc-directory phase.
2023-04-14 23:37:04 -04:00
Maxim Cournoyer
7d3bb28a6f
gnu: openldap: Update to 2.6.3.
...
* gnu/packages/openldap.scm (openldap): Update to 2.6.3.
[arguments]: Integrate updated phases from openldap-2.6 package. Strip
trailing #t.
2023-04-14 23:37:04 -04:00
Maxim Cournoyer
e244ea2445
gnu: ghc-9.2: Make the skip-T21694-i686 phase unconditional.
...
* gnu/packages/haskell.scm (ghc-9.2) [arguments]: Remove match conditional for
the skip-T21694-i686 phase.
2023-04-14 23:37:04 -04:00
Maxim Cournoyer
e6090152a6
gnu: freetype: Update remove-reference-to-pkg-config phase.
...
* gnu/packages/fontutils.scm (freetype) [arguments]: Use the newer
remove-reference-to-pkg-config phase variant, with a small adjustment to make
the target group optional. Use gexps and search-input-file.
[propagated-inputs]: Update comment regarding harfbuzz.
2023-04-14 23:36:45 -04:00
Maxim Cournoyer
91c9bfc8c1
gnu: poppler-next: Delete variable.
...
* gnu/packages/pdf.scm (poppler-next): Delete variable.
* gnu/packages/gnome.scm (evince) [inputs]: Replace poppler-next with poppler.
2023-04-14 21:04:27 -04:00
Maxim Cournoyer
3c8a4d64ff
maint: Merge sanity-check-next.py into sanity-check.py.
...
* gnu/packages/aux-files/python/sanity-check-next.py: Rename to...
* gnu/packages/aux-files/python/sanity-check.py: ... this.
* guix/build-system/pyproject.scm (sanity-check.py): Adjust file name.
* Makefile.am (AUX_FILES): De-register sanity-check-next.py.
2023-04-14 21:01:34 -04:00
Maxim Cournoyer
20707a06d2
gnu: nss: Add which to to native inputs and use regular nspr.
...
* gnu/packages/nss.scm (nspr-next): Delete variable.
(nss) [native-inputs]: Add which.
[propagated-inputs]: Replace nspr-next with nspr.
* gnu/packages/gnuzilla.scm (icecat-minimal): Likewise.
2023-04-14 21:00:18 -04:00
Maxim Cournoyer
c28b552d52
gnu: python-clickgen: Replace python-numpy-next with python-numpy.
...
* gnu/packages/python-xyz.scm (python-clickgen)
[propagated-inputs]: Replace python-numpy-next with python-numpy.
2023-04-14 20:43:49 -04:00
Maxim Cournoyer
f14aa6d0a3
gnu: cups-minimal: Add config to native inputs unconditionally.
...
* gnu/packages/cups.scm (cups-minimal) [native-inputs]: Always add config.
2023-04-14 20:41:18 -04:00
Maxim Cournoyer
3bacd3c76a
Merge branch 'master' into core-updates.
...
Conflicts:
gnu/local.mk
gnu/packages/build-tools.scm
gnu/packages/certs.scm
gnu/packages/check.scm
gnu/packages/compression.scm
gnu/packages/cups.scm
gnu/packages/fontutils.scm
gnu/packages/gnuzilla.scm
gnu/packages/guile.scm
gnu/packages/ibus.scm
gnu/packages/image-processing.scm
gnu/packages/linux.scm
gnu/packages/music.scm
gnu/packages/nss.scm
gnu/packages/pdf.scm
gnu/packages/python-xyz.scm
gnu/packages/qt.scm
gnu/packages/ruby.scm
gnu/packages/shells.scm
gnu/packages/tex.scm
gnu/packages/video.scm
gnu/packages/vulkan.scm
gnu/packages/web.scm
gnu/packages/webkit.scm
gnu/packages/wm.scm
2023-04-14 17:15:08 -04:00
Maxim Cournoyer
df3391c030
gnu: librsvg: Fix gdk-pixbuf-thumbnailer file name.
...
* gnu/packages/gnome.scm (librsvg)
[arguments]: Add patch-gdk-pixbuf-thumbnailer phase.
2023-04-14 15:43:21 -04:00
Maxim Cournoyer
7c88cfdb01
gnu: librsvg: Use gexps.
...
* gnu/packages/gnome.scm (librsvg) [arguments]: Use gexps, #$output and
search-input-directory in phases.
2023-04-14 15:42:34 -04:00
Maxim Cournoyer
6de7e0e54c
build/glib-or-gtk: Avoid duplicate entries in gdk-pixbuf loaders cache.
...
* guix/build/glib-or-gtk-build-system.scm (generate-gdk-pixbuf-loaders-cache):
Delete duplicate directories passed as input.
2023-04-14 15:35:36 -04:00
Maxim Cournoyer
e6604e4b43
gnu: meson: Update to 1.1.0.
...
* gnu/packages/build-tools.scm (meson): Update to 1.1.0.
2023-04-14 15:34:54 -04:00
Simon Tournier
1e28aed2eb
gnu: julia: Fix test suite regression.
...
The update of 'mpfr' to 4.2.0 by commit
d26814f8b9
introduces a Julia test suite
regression. The patch backports the Julia upstream fix.
* gnu/packages/julia.scm (julia)[source]: Add patch.
* gnu/packages/patches/julia-Use-MPFR-4.2.patch: New file.
* gnu/local.mk: Add it.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-04-14 17:14:51 +02:00
Andreas Enge
31dd526e1c
gnu: gcc-11: Fix build on powerpc64le.
...
* gnu/packages/patches/gcc-11-libstdc++-powerpc.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/gcc.scm (make-libstdc++): Apply patch for gcc versions >= 11
and < 12 on ppc64le.
Co-authored-by: Christopher Baines <mail@cbaines.net>
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-14 11:14:47 +01:00
Andreas Enge
66b5d33c4f
Revert "gnu: gcc-11: Fix build on powerpc64le."
...
This reverts commit 9900f9e9b8
.
2023-04-14 11:43:38 +02:00