Commit graph

102089 commits

Author SHA1 Message Date
Marius Bakke
b4693f4a58
gnu: GHC: Adjust tests for grep 3.8.
This fixes a test failure introduced in commit
c527b0ce23.

* gnu/packages/patches/ghc-testsuite-grep-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/haskell.scm (ghc-8.6, ghc-8.8, ghc-8.10)[native-inputs]: Patch
the 'ghc-testsuite' input.
2022-09-10 16:55:05 +02:00
Maxim Cournoyer
77bd6accab
gnu: gnome-backgrounds: Update to 42.0.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 42.0.
2022-09-10 01:45:30 -04:00
Marius Bakke
9ef33dce94
Merge branch 'staging' into core-updates 2022-09-09 23:04:13 +02:00
Marius Bakke
8fbd8c8245
Merge branch 'master' into staging 2022-09-09 23:01:57 +02:00
Marius Bakke
b15c0e75f9
gnu: QEMU: Use G-expression.
* gnu/packages/virtualization.scm (qemu, qemu-minimal)[arguments]: Rewrite
with G-expressions.
2022-09-09 23:00:22 +02:00
Marius Bakke
0f6f9317ac
gnu: QEMU: Update to 7.1.0.
* gnu/packages/patches/qemu-build-info-manual.patch: Remove configure script
stanza.
* gnu/packages/patches/qemu-fix-agent-paths.patch: Adjust patch context.  Use
execl instead of execle to stay consistent with upstream.
* gnu/packages/virtualization.scm (qemu): Update to 7.1.0.
2022-09-09 23:00:22 +02:00
Marius Bakke
abf21ba578
gnu: libcacard: Explicitly add NSS on RUNPATH.
* gnu/packages/spice.scm (libcacard)[arguments]: New field.
2022-09-09 23:00:22 +02:00
Marius Bakke
50134a2b4a
gnu: Explicitly use OpenSSL 1.1 in more packages.
* gnu/packages/rust-apps.scm (rust-cargo-c)[inputs]: Change from OPENSSL to
OPENSSL-1.1.
* gnu/packages/security-token.scm (opensc)[inputs]: Likewise.
* gnu/packages/spice.scm (spice, spice-gtk)[propagated-inputs]: Likewise.
* gnu/packages/web.scm (serf)[propagated-inputs]: Likewise.
2022-09-09 23:00:22 +02:00
Marius Bakke
6197d977d7
gnu: Explicitly use meson@0.60 in packages that don't support 0.63.
This to reduce merge conflicts in an upcoming switch.

* gnu/packages/gnome.scm (gnome-photos, gnome-music, gnome-user-share,
gnome-characters, gnome-font-viewer, gcr, evince, glade3,
gnome-settings-daemon, eog, simple-scan, gnome-session, gedit,
gnome-bluetooth, gtk-vnc, gnome-weather, gnome-calendar, cheese,
gnome-boxes)[arguments]: Add #:meson.
2022-09-09 23:00:21 +02:00
Marius Bakke
f9551e9df3
gnu: meson: Introduce versioned 'meson-0.60' variable.
While at it, change inheritance such that newest comes first.

* gnu/packages/build-tools.scm (meson-0.63): Move to the top.
(meson-0.60): Inherit from MESON-0.63.
(meson-0.59): Inherit from MESON-0.60.  Don't use PACKAGE/INHERIT.
(meson): Turn into alias for MESON-0.60.
2022-09-09 23:00:21 +02:00
Marius Bakke
e1c0f26ec5
gnu: meson@0.63: Update to 0.63.2.
* gnu/packages/build-tools.scm (meson-0.63): Update to 0.63.2.
2022-09-09 23:00:21 +02:00
Marius Bakke
a38fc96bfc
gnu: graphicsmagick: Use G-expression.
* gnu/packages/imagemagick.scm (graphicsmagick)[arguments]: Use gexp.
2022-09-09 23:00:21 +02:00
Marius Bakke
ef614fd39e
gnu: graphicsmagick: Remove input labels.
* gnu/packages/imagemagick.scm (graphicsmagick)[inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-DIRECTORY.
2022-09-09 23:00:21 +02:00
Marius Bakke
a7adf473fc
gnu: graphicsmagick: Update to 1.3.38.
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.38.
2022-09-09 23:00:21 +02:00
Marius Bakke
ac1aace34e
gnu: python-pytest-benchmark: Update to 3.4.1.
* gnu/packages/python-check.scm (python-pytest-benchmark): Update to 3.4.1.
[arguments]: Add #:test-target.
[native-inputs]: Remove PYTHON-PATHLIB2.
2022-09-09 23:00:21 +02:00
Marius Bakke
835938ad61
gnu: python-psutil: Update to 5.9.2.
* gnu/packages/python-xyz.scm (python-psutil): Update to 5.9.2.
2022-09-09 23:00:21 +02:00
Marius Bakke
ef6f786c93
gnu: python-pathlib2: Update to 2.3.7.post1.
* gnu/packages/python-xyz.scm (python-pathlib2): Update to 2.3.7post1.
2022-09-09 23:00:21 +02:00
Marius Bakke
8b1f117187
gnu: python-beautifulsoup4: Update to 4.11.1.
* gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.11.1.
[arguments]: Override check phase.
[native-inputs]: Add PYTHON-PYTEST.
2022-09-09 23:00:21 +02:00
Oleg Pykhalov
8eeadc8cb8
services: libvirt: Fix listen TCP.
* gnu/services/virtualization.scm (libvirt-shepherd-service): Add '--listen'
argument if 'listen-tcp?' is true.
2022-09-09 23:50:55 +03:00
Felix Gruber
e08b1669b4
gnu: sameboy: Update to 0.15.5.
* gnu/packages/emulators.scm (sameboy): Update to 0.15.5.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-09 21:35:22 +02:00
Nicolas Goaziou
6a2a545ba1
gnu: emacs-marginalia: Update to 0.14.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.14.
2022-09-09 21:31:44 +02:00
Nicolas Goaziou
43e9343351
gnu: emacs-kind-icon: Update to 0.1.7.
* gnu/packages/emacs-xyz.scm (emacs-kind-icon): Update to 0.1.7.
2022-09-09 21:31:44 +02:00
Nicolas Goaziou
7efc5d31a4
gnu: emacs-pyim: Update to 5.2.4.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.4.
2022-09-09 21:31:44 +02:00
Nicolas Goaziou
3b10c87353
gnu: emacs-subed: Update to 1.0.8.
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.8.
2022-09-09 21:31:43 +02:00
Nicolas Goaziou
71ff0f210f
gnu: emacs-counsel-bbdb: Update to 0.0.5.
* gnu/packages/emacs-xyz.scm (emacs-counsel-bbdb): Update to 0.0.5.
[propagated-inputs]: Add EMACS-BBDB.
2022-09-09 21:31:43 +02:00
Nicolas Goaziou
85eb199003
gnu: emacs-consult: Update to 0.19.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.19.
2022-09-09 21:31:43 +02:00
Nicolas Goaziou
243e326575
gnu: emacs-cape: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.9.
2022-09-09 21:31:42 +02:00
Guillaume Le Vaillant
de257d1ffc
etc: teams: Add entry for Guillaume Le Vaillant.
* etc/teams.scm.in ("Guillaume Le Vaillant"): New member.
2022-09-09 18:00:12 +02:00
Marius Bakke
5fcbbe37c0
gnu: autotrace: Don't build static library.
* gnu/packages/graphics.scm (autotrace)[arguments]: Add #:configure-flags.
2022-09-09 17:03:57 +02:00
Marius Bakke
7d21f5b1b6
gnu: autotrace: Update to 0.31.9.
* gnu/packages/patches/autotrace-glib-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/graphics.scm (autotrace): Update to 0.31.9.
[source](patches): Remove.
[arguments]: Add #:phases.
[native-inputs]: Add PROCPS. Remove GETTEXT-MINIMAL.
2022-09-09 17:03:57 +02:00
Marius Bakke
9ad392fc7f
gnu: SQLite: Update to 3.39.3.
* gnu/packages/sqlite.scm (sqlite): Update to 3.39.3.
(sqlite-next): Remove variable.
2022-09-09 17:03:57 +02:00
Marius Bakke
14b8282aa2
gnu: python-lxml: Update to 4.9.1.
* gnu/packages/xml.scm (python-lxml): Update to 4.9.1.
[source](modules, snippet): Remove.
[arguments]: Respect TESTS? keyword in check phase.
(python-lxml-4.7): Define as deprecated alias for PYTHON-LXML.
* gnu/packages/video.scm (streamlink)[propagated-inputs]: Change from
PYTHON-LXML-4.7 to PYTHON-LXML.
2022-09-09 17:03:57 +02:00
Marius Bakke
44119bf51d
gnu: python-pygobject: Update to 3.42.2.
* gnu/packages/glib.scm (python-pygobject): Update to 3.42.2.
2022-09-09 17:03:57 +02:00
Marius Bakke
f4f4bc7b82
gnu: python-pytest-timeout: Update to 2.1.0.
* gnu/packages/check.scm (python-pytest-timeout): Update to 2.1.0.
2022-09-09 17:03:57 +02:00
Marius Bakke
771d017e1d
gnu: python-pytest-mock: Update to 3.8.2.
* gnu/packages/check.scm (python-pytest-mock): Update to 3.8.2.
2022-09-09 17:03:57 +02:00
Marius Bakke
944521366f
gnu: python-parameterized: Update to 0.8.1.
* gnu/packages/check.scm (python-parameterized): Update to 0.8.1.
2022-09-09 17:03:57 +02:00
Marius Bakke
b6df670541
gnu: python-fonttools: Update to 4.37.1.
* gnu/packages/python-xyz.scm (python-fonttools): Update to 4.37.1.
(python-fonttools-next): Remove variable.
* gnu/packages/fontutils.scm (python-afdko)[propagated-inputs]: Change from
PYTHON-FONTTOOLS-NEXT to PYTHON-FONTTOOLS.
2022-09-09 17:03:57 +02:00
Marius Bakke
5b952b1cd4
gnu: Remove python-pytest-forked-next.
* gnu/packages/check.scm (python-pytest-forked-next): Remove variable.
2022-09-09 17:03:57 +02:00
Marius Bakke
258ff7ca55
gnu: Remove python-pytest-xdist-next.
* gnu/packages/check.scm (python-pytest-xdist-next): Remove variable.
2022-09-09 17:03:56 +02:00
Marius Bakke
429bbef849
gnu: python-pytest-xdist: Add extra test input, don't propagate pytest.
* gnu/packages/check.scm (python-pytest-xdist)[native-inputs]: Add
PYTHON-FILELOCK.  While at it, add PYTHON-PYTEST from ...
[propagated-inputs]: ... here.
2022-09-09 17:03:56 +02:00
Marius Bakke
14a9996cc2
gnu: python-pyfakefs: Update to 4.6.3.
* gnu/packages/check.scm (python-pyfakefs): Update to 4.6.3.
2022-09-09 17:03:56 +02:00
Marius Bakke
6634ea9ff9
gnu: python-py: Update to 1.11.0.
* gnu/packages/python-xyz.scm (python-py): Update to 1.11.0.
2022-09-09 17:03:56 +02:00
Marius Bakke
54b307a337
gnu: python-coverage: Update to 6.4.3.
* gnu/packages/check.scm (python-coverage): Update to 6.4.3.
[propagated-inputs]: Add PYTHON-TOMLI.
2022-09-09 17:03:56 +02:00
Marius Bakke
5f40f663f4
gnu: python-pytest: Use G-expression.
* gnu/packages/check.scm (python-pytest)[arguments]: Use gexp.  While at it,
refer to THIS-PACKAGE instead of the version field.
2022-09-09 17:03:56 +02:00
Marius Bakke
65302a7045
gnu: Deprecate the 'python-pytest-6' variable.
* gnu/packages/check.scm (python-pytest-6): Deprecate.
* gnu/packages/matrix.scm (python-matrix-nio)[native-inputs]: Change from
PYTHON-PYTEST-6 to PYTHON-PYTEST.
* gnu/packages/music.scm (beets)[native-inputs]: Likewise.
* gnu/packages/python-xyz.scm (python-munkres, python-cons)[native-inputs]: Likewise.
2022-09-09 17:03:56 +02:00
Marius Bakke
3533db28ce
gnu: python-hypothesis: Update to 6.54.5.
* gnu/packages/check.scm (python-hypothesis): Update to 6.54.5.
[arguments]: Disable sanity check.
[propagated-inputs]: Add PYTHON-EXCEPTIONGROUP.
(python-hypothesis-next): Deprecate.
* gnu/packages/matrix.scm (python-matrix-nio)[native-inputs]: Change from
PYTHON-HYPOTHESIS-NEXT to PYTHON-HYPOTHESIS.
* gnu/packages/python-web.scm (python-h2)[native-inputs]: Likewise.
* gnu/packages/python-xyz.scm (python-numpy, python-cattrs)[native-inputs]: Likewise.
2022-09-09 17:03:56 +02:00
Marius Bakke
66b6d6a930
gnu: python-exceptiongroup: Disable tests.
* gnu/packages/python-xyz.scm (python-exceptiongroup)[arguments]: Add #:tests?.
[native-inputs]: Remove PYTHON-PYTEST.
2022-09-09 17:03:56 +02:00
Marius Bakke
6c03dce10d
gnu: python-distlib: Update to 0.3.5.
* gnu/packages/python-xyz.scm (python-distlib): Update to 0.3.5.
[source](uri): Use tarball instead of zipball.
[arguments]: Use gexp and a PEP517-style build.
[native-inputs]: Add PYTHON-PYPA-BUILD and PYTHON-PYTEST.
2022-09-09 17:03:56 +02:00
Marius Bakke
c5dd6e5d40
gnu: python-pytest: Update to 7.1.3.
* gnu/packages/check.scm (python-pytest): Update to 7.1.3.
[native-inputs]: Remove PYTHON-MOCK and PYTHON-TOML.
[propagated-inputs]: Remove PYTHON-MORE-ITERTOOLS, PYTHON-SIX-BOOTSTRAP,
PYTHON-TOML, and PYTHON-WCWIDTH.  Add PYTHON-TOMLI.
(python-pytest-bootstrap)[native-inputs]: Replace PYTHON-TOML with PYTHON-TOMLI.
2022-09-09 17:03:56 +02:00
Marius Bakke
9912024c34
gnu: python-pytest: Remove input labels.
* gnu/packages/check.scm (python-pytest)[propagated-inputs, native-inputs]:
Remove labels.
2022-09-09 17:03:55 +02:00