Kaelyn Takata
bf3ef805c6
gnu: Add vulkan-validationlayers.
...
* gnu/packages/vulkan.scm (vulkan-validationlayers): New variable.
2023-04-14 15:10:51 -04:00
Kaelyn Takata
7611acd624
gnu: shaderc: Update to 2021.3.
...
* gnu/packages/vulkan.scm (shaderc): Update to 2021.3.
2023-04-14 15:10:50 -04:00
Kaelyn Takata
f9e201c225
gnu: vulkan-tools: Update to 1.2.201.
...
* gnu/packages/vulkan.scm (vulkan-tools): Update to 1.2.201.
2023-04-14 15:10:50 -04:00
Kaelyn Takata
c4fec03621
gnu: vulkan-loader: Update to 1.2.202.
...
* gnu/packages/vulkan.scm (vulkan-loader): Update to 1.2.202.
[arguments]: Enable tests by removing obsolete build phase
'disable-loader-tests and adjusting configure flags.
2023-04-14 15:10:50 -04:00
Kaelyn Takata
86cf8bac6a
gnu: vulkan-headers: Update to 1.2.202.
...
* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.2.202.
2023-04-14 15:10:50 -04:00
Kaelyn Takata
e3c99fa228
gnu: spirv-tools: Update to 2021.4.
...
* gnu/packages/vulkan.scm (spirv-tools): Update to 2021.4.
2023-04-14 15:10:50 -04:00
Kaelyn Takata
2ffee7d92d
gnu: spirv-headers: Update to 1.2.198.0.
...
* gnu/packages/vulkan.scm (spirv-headers): Update to 1.2.198.0.
2023-04-14 15:10:49 -04:00
Sharlatan Hellseher
cbba52aaf7
gnu: abjad: Fix build.
...
* gnu/packages/music.scm (abjad): Fix build.
[arguments]: Use gexp.
<phases>: Add disable-failing-tests phase to fix build process of the
package.
[propagated-inputs]: Move python-flake8, python-isort, python-mypy,
python-pytest, python-pytest-cov, python-pytest-helpers-namespace,
python-six, python-sphinx-autodoc-typehints from here ...
[native-inputs]: ... to here. Remove python-black.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-14 13:54:26 -04:00
Sharlatan Hellseher
1227811d1f
gnu: Sort use-module alphabetically in (gnu packages music).
...
* gnu/packages/music.scm: Sort use-module alphabetically to ease maintenance.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-14 13:54:25 -04:00
Sharlatan Hellseher
b3b5727e99
gnu: Remove duplicate module imports from (gnu packages music).
...
* gnu/packages/music.scm: Remove duplicated (guix build-system qt).
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-14 13:54:25 -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
Guillaume Le Vaillant
fcb9ba2e71
gnu: js8call: Don't inherit from wsjtx.
...
The inheritance has no effect as all the package fields are specified.
* gnu/packages/radio.scm (js8call): Remove 'inherit' field.
2023-04-14 14:25:38 +02:00
Sharlatan Hellseher
d7a3b4008f
gnu: js8call: Improve package style.
...
* gnu/packages/radio.scm (js8call):
Use Gexp and shift order of components.
[tests]: Enable them.
[arguments]<phases>: In fix-paths phase add more steps to modify test
script. Replace check phase with in-project script.
[native-inputs]: Remove labels.
[inputs]: As above.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-04-14 14:21:46 +02:00
Artyom Bologov
a6b3bdb7fc
gnu: sbcl-cl-colors2: Update to 0.5.0.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-colors2) Update to 0.5.0
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-04-14 14:09:44 +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
Maxim Cournoyer
97ed675718
gnu: python-pytest-fork: Update to 1.6.0.
...
* gnu/packages/check.scm (python-pytest-fork): Update to 1.6.0.
[build-system]: Use pyproject-build-system.
[arguments]: Replace disable-setuptools-scm phase with pretend-version.
[native-inputs]: Remove input labels. Add python-setuptools-scm.
(python-pytest-forked-next): Delete variable.
(python-pytest-xdist-next): Replace python-pytest-forked-next with
python-pytest-forked.
2023-04-13 15:56:41 -04:00
Maxim Cournoyer
0cc9950863
gnu: telepathy-idle: Update to 0.2.2-0.b516eab.
...
* gnu/packages/freedesktop.scm (telepathy-idle): Update to 0.2.2-0.b516eab.
[inputs]: Replace python-2 with python-wrapper, python2-dbus with python-dbus.
2023-04-13 15:41:55 -04:00
Maxim Cournoyer
14cb89b983
gnu: xsettingsd: Use cmake-build-system.
...
* gnu/packages/xdisorg.scm (xsettingsd) [build-system]: Use
cmake-build-system.
[arguments]: Remove #:scons and #:scons-flags arguments. Add
#:configure-flags argument. Remove patch-sconstruct and install phases. Add
disable-problematic-tests phase.
[native-inputs]: Remove googletest-source; drop labels.
2023-04-13 15:34:17 -04:00
Maxim Cournoyer
c02257b6d1
Merge staging branch.
...
Conflicts resolved in:
gnu/packages/engineering.scm
gnu/packages/gnuzilla.scm
gnu/packages/photo.scm
2023-04-13 13:45:35 -04:00
Andreas Enge
9900f9e9b8
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>
2023-04-13 18:53:42 +02:00
kiasoc5
c371555a4b
gnu: copyq: Update to 7.0.0.
...
* gnu/packages/xdisorg.scm (copyq): Update to 7.0.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13 17:43:53 +01:00
kiasoc5
18b13341ea
gnu: cbatticon: Update to 1.6.13.
...
* gnu/packages/admin.scm (cbatticon): Update to 1.6.13.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13 17:43:53 +01:00
Yovan Naumovski
a0819cd5bc
gnu: freeciv: Update to 3.0.7.
...
* gnu/packages/games.scm (freeciv): Update to 3.0.7.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13 17:43:52 +01:00
Yovan Naumovski
ad37ea2a7b
gnu: uxn: Update to 0.1.0-1.83237c9.
...
* gnu/packages/emulators.scm (uxn): Update to 0.1.0-1.83237c9.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13 17:43:52 +01:00
Parnikkapore
972d66b66d
gnu: minetest: Update to 5.7.0.
...
* gnu/packages/minetest.scm (minetest): Update to 5.7.0.
[arguments]: Move check phase to after install, as the tests refer to data
files in the installation.
(minetest-data): Update to 5.7.0.
* gnu/packages/games.scm (irrlicht-for-minetest): Update to 1.9.0mt10.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13 17:43:17 +01:00
Yovan Naumovski
d8f4e8bd6b
gnu: python-redis: Update to 4.5.4.
...
* gnu/packages/databases.scm (python-redis): Update to 4.5.4.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13 17:34:50 +01:00
Antero Mejr
1e5ef8763f
gnu: python-breathe: Update to 4.35.0.
...
* gnu/packages/sphinx.scm (python-breathe): Update to 4.35.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13 17:34:28 +01:00
aecepoglu
2ae84ecdd3
gnu: rust-slog-stdlog: Update to 4.1.1.
...
* gnu/packages/crates-io.scm (rust-slog-stdlog-4): Update to 4.1.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13 17:31:58 +01:00
jgart
0e06c64c57
gnu: python-faker: Update to 15.0.0.
...
* gnu/packages/python-xyz.scm (python-faker): Update to 15.0.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13 17:27:03 +01:00
Christopher Baines
b724c2592a
gnu: guix-build-coordinator: Update to 0-77.7f6db4b.
...
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-77.7f6db4b.
2023-04-13 17:24:19 +01:00
Maxim Cournoyer
8d347815c7
gnu: evince: Update to 44.1.
...
* gnu/packages/gnome.scm (evince): Update to 44.1.
[arguments]: Update skip-gtk-update-icon-cache phase.
2023-04-13 10:18:58 -04:00
Florian Pelz
11ecc5a4f8
doc: Fix various typos.
...
* doc/guix.texi: Fix typos.
2023-04-13 15:32:47 +02:00
Sharlatan Hellseher
982698c52f
gnu: wsjtx: Improve package style.
...
* gnu/package/radio.scm (wsjtx): Improve package style by shifting order of
components.
[native-inputs]: Columnize, sort alphabetically.
[inputs]: Remove labels, sort alphabetically.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-12 23:04:53 -04:00
Sharlatan Hellseher
2c6b451605
gnu: wsjtx: Update to 2.6.1.
...
* gnu/packages/radio.scm (wsjtx): Update to 2.6.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-12 23:04:46 -04:00
Leo Famulari
60c97c60a5
gnu: Zstandard: Update to 1.5.5.
...
This fixes a corruption bug:
https://github.com/facebook/zstd/releases/tag/v1.5.5
* gnu/packages/compression.scm (zstd)[replacement, properties]: New fields.
(zstd-1.5.5): New variable.
2023-04-12 16:43:30 -04:00
Simon Tournier
a957171bc4
gnu: ocaml-mdx: Fix tests.
...
* gnu/packages/ocaml.scm (ocaml-mdx)[arguments]: Substitue obsolete 'egrep' by
'grep -E'.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2023-04-12 21:53:05 +02:00
Simon Tournier
8557eb9ffb
gnu: ocaml-ppxlib: Fix tests.
...
* gnu/packages/ocaml.scm (ocaml-ppxlib)[arguments]: Substitue obsolete 'egrep'
by 'grep -E'.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2023-04-12 21:43:47 +02:00
Maxim Cournoyer
0fe2c78cac
gnu: Add missing import in (gnu packages fontutils).
...
This was erroneously not committed as part of 83397434b1
.
* gnu/packages/fontutils.scm: Add missing import.
2023-04-12 14:19:24 -04:00
Maxim Cournoyer
83397434b1
gnu: python-afdko: Add bash-minimal to inputs.
...
* gnu/packages/fontutils.scm (python-afdko) [inputs]: Add bash-minimal.
2023-04-12 12:52:00 -04:00
Maxim Cournoyer
ddf477e2d6
gnu: font-abattis-cantarell: Update to 0.303-0.e049149.
...
* gnu/packages/fonts.scm (font-abattis-cantarell): Update to 0.303-0.e049149.
[native-inputs]: Remove python-statmake.
2023-04-12 12:21:24 -04:00
Maxim Cournoyer
4e0c1a8deb
gnu: psautohint: Disable a failing test.
...
* gnu/packages/fontutils.scm (psautohint) [build-system]: Use
pyproject-build-system.
[arguments]: Remove check phase override. Add #:test-flags, disabling a new test.
2023-04-12 12:03:36 -04:00
Maxim Cournoyer
5b73d463d8
gnu: python-fontparts-bootstrap: Update to 0.11.0.
...
* gnu/packages/fontutils.scm (python-fontparts-bootstrap): Update to 0.11.0.
2023-04-12 12:03:36 -04:00
Maxim Cournoyer
11012b36af
gnu: python-unicodedata2: Update to 15.0.0.
...
* gnu/packages/python-xyz.scm (python-unicodedata2): Update to 15.0.0.
2023-04-12 12:03:36 -04:00
Maxim Cournoyer
d42e470599
gnu: python-zopfli: Update to 0.2.2.
...
* gnu/packages/python-compression.scm (python-zopfli): Update to 0.2.2.
2023-04-12 12:03:36 -04:00
Maxim Cournoyer
664e8e062e
gnu: python-lz4: Update to 4.3.2.
...
* gnu/packages/python-compression.scm (python-lz4): Update to 4.3.2.
2023-04-12 12:03:36 -04:00
Maxim Cournoyer
193e294b2a
gnu: python-ufo2ft: Update to 2.31.0.
...
* gnu/packages/fontutils.scm (python-ufo2ft): Update to 2.31.0.
[build-system]: Use pyproject-build-system.
[arguments]: Delete field.
2023-04-12 12:03:35 -04:00
Maxim Cournoyer
a9605820d9
gnu: python-statmake: Update to 0.6.0.
...
* gnu/packages/fontutils.scm (python-statmake): Update to 0.6.0.
2023-04-12 12:03:35 -04:00
Maxim Cournoyer
35ec0a8e28
gnu: python-afdko: Update to 3.9.4.
...
* gnu/packages/fontutils.scm (python-afdko): Update to 3.9.4.
[source]: Remove patch.
[arguments]: Disable a few extra tests in the check phase override.
Delete use-system-libxml2 phase. Update patch-problematic-requirements phase.
* gnu/packages/patches/python-afdko-suppress-copyright-test.patch: Delete
file.
* gnu/local.mk (dist_patch_DATA): De-register it.
2023-04-12 12:03:11 -04:00
Maxim Cournoyer
e9109b396f
gnu: python-fonttools-next: Update to 4.39.3.
...
* gnu/packages/python-xyz.scm (python-fonttools-next): Update to 4.39.3.
(python-fonttools-full) [arguments]: Skip the MtiTest suite in the check phase
override.
2023-04-12 10:41:28 -04:00