Age | Commit message (Expand) | Author |
2023-04-14 | 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.
| Maxim Cournoyer |
2023-04-14 | 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.
| Maxim Cournoyer |
2023-04-14 | 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.
| Maxim Cournoyer |
2023-04-14 | 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.
| Maxim Cournoyer |
2023-04-14 | 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.
| Maxim Cournoyer |
2023-04-14 | 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.
| Maxim Cournoyer |
2023-04-14 | gnu: source-highlight: Inline skip-doc-directory phase....* gnu/packages/pretty-print.scm (source-highlight) [source]: Fix indentation.
[arguments]: Inline skip-doc-directory phase.
| Maxim Cournoyer |
2023-04-14 | 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.
| Maxim Cournoyer |
2023-04-14 | 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.
| Maxim Cournoyer |
2023-04-14 | 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.
| Maxim Cournoyer |
2023-04-14 | gnu: poppler-next: Delete variable....* gnu/packages/pdf.scm (poppler-next): Delete variable.
* gnu/packages/gnome.scm (evince) [inputs]: Replace poppler-next with poppler.
| Maxim Cournoyer |
2023-04-14 | 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.
| Maxim Cournoyer |
2023-04-14 | 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.
| Maxim Cournoyer |
2023-04-14 | 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.
| Maxim Cournoyer |
2023-04-14 | gnu: cups-minimal: Add config to native inputs unconditionally....* gnu/packages/cups.scm (cups-minimal) [native-inputs]: Always add config.
| Maxim Cournoyer |
2023-04-14 | 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
| Maxim Cournoyer |
2023-04-14 | gnu: librsvg: Fix gdk-pixbuf-thumbnailer file name....* gnu/packages/gnome.scm (librsvg)
[arguments]: Add patch-gdk-pixbuf-thumbnailer phase.
| Maxim Cournoyer |
2023-04-14 | gnu: librsvg: Use gexps....* gnu/packages/gnome.scm (librsvg) [arguments]: Use gexps, #$output and
search-input-directory in phases.
| Maxim Cournoyer |
2023-04-14 | gnu: meson: Update to 1.1.0....* gnu/packages/build-tools.scm (meson): Update to 1.1.0.
| Maxim Cournoyer |
2023-04-14 | gnu: julia: Fix test suite regression....The update of 'mpfr' to 4.2.0 by commit
d26814f8b936911d48bb004093713a525f2c6cf8 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>
| Simon Tournier |
2023-04-14 | 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>
| Andreas Enge |
2023-04-14 | Revert "gnu: gcc-11: Fix build on powerpc64le."...This reverts commit 9900f9e9b86550e7d336b04ad46fba088e28cbd6.
| Andreas Enge |
2023-04-13 | 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.
| Maxim Cournoyer |
2023-04-13 | 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.
| Maxim Cournoyer |
2023-04-13 | 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.
| Maxim Cournoyer |
2023-04-13 | Merge staging branch....Conflicts resolved in:
gnu/packages/engineering.scm
gnu/packages/gnuzilla.scm
gnu/packages/photo.scm
| Maxim Cournoyer |
2023-04-13 | 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>
| Andreas Enge |
2023-04-13 | 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>
| kiasoc5 |
2023-04-13 | 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>
| kiasoc5 |
2023-04-13 | 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>
| Yovan Naumovski |
2023-04-13 | 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>
| Yovan Naumovski |
2023-04-13 | 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>
| Parnikkapore |
2023-04-13 | 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>
| Yovan Naumovski |
2023-04-13 | 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>
| Antero Mejr |
2023-04-13 | 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>
| aecepoglu |
2023-04-13 | 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>
| jgart |
2023-04-13 | gnu: guix-build-coordinator: Update to 0-77.7f6db4b....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-77.7f6db4b.
| Christopher Baines |
2023-04-13 | gnu: evince: Update to 44.1....* gnu/packages/gnome.scm (evince): Update to 44.1.
[arguments]: Update skip-gtk-update-icon-cache phase.
| Maxim Cournoyer |
2023-04-12 | 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>
| Sharlatan Hellseher |
2023-04-12 | 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>
| Sharlatan Hellseher |
2023-04-12 | 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.
| Leo Famulari |
2023-04-12 | 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>
| Simon Tournier |
2023-04-12 | 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>
| Simon Tournier |
2023-04-12 | gnu: Add missing import in (gnu packages fontutils)....This was erroneously not committed as part of 83397434b1.
* gnu/packages/fontutils.scm: Add missing import.
| Maxim Cournoyer |
2023-04-12 | gnu: python-afdko: Add bash-minimal to inputs....* gnu/packages/fontutils.scm (python-afdko) [inputs]: Add bash-minimal.
| Maxim Cournoyer |
2023-04-12 | 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.
| Maxim Cournoyer |
2023-04-12 | 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.
| Maxim Cournoyer |
2023-04-12 | gnu: python-fontparts-bootstrap: Update to 0.11.0....* gnu/packages/fontutils.scm (python-fontparts-bootstrap): Update to 0.11.0.
| Maxim Cournoyer |
2023-04-12 | gnu: python-unicodedata2: Update to 15.0.0....* gnu/packages/python-xyz.scm (python-unicodedata2): Update to 15.0.0.
| Maxim Cournoyer |
2023-04-12 | gnu: python-zopfli: Update to 0.2.2....* gnu/packages/python-compression.scm (python-zopfli): Update to 0.2.2.
| Maxim Cournoyer |