Age | Commit message (Collapse) | Author |
|
* gnu/packages/graphics.scm (openimageio): Update to 2.2.11.1.
[inputs]: Add libheif, for AV1 decoding support.
|
|
* 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.
|
|
* gnu/packages/java.scm (libantlr3c)[arguments]: Remove custom
'configure phase. Move '--enable-64bit' to configure-flags, conditional
on being for a 64-bit platform.
|
|
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>
|
|
* gnu/packages/libreoffice.scm (libmspub)[source]: Add snippet to add
missing include header.
|
|
* gnu/packages/libreoffice.scm (libfreehand)[arguments]: Add
configure-flag to not treat warnings as errors.
|
|
* gnu/packages/web.scm (libcss)[source]: Add snippet to initialize the
value of a variable.
|
|
* gnu/packages/libreoffice.scm (libe-book)[source]: Add snippet to work
around changes in icu4c's code.
|
|
* 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.
|
|
* gnu/packages/check.scm (cpputest): Update to 4.0.
|
|
* gnu/packages/icu4c.scm (icu4c-69): Remove variable.
* gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Replace
icu4c-69 with icu4c.
|
|
* gnu/packages/compression.scm (p7zip)[native-inputs]: Rewrite using
target macros and remove labels.
|
|
* gnu/packages/compression.scm (p7zip)[arguments]: Use new target macros
to simplify custom 'configure phase.
|
|
* gnu/packages/compression.scm (p7zip)[arguments]: Only run test suite
when #:tests? is true.
|
|
* gnu/packages/compresson.scm (p7zip)[source]: Adjust snippet to fix
compilation error using gcc-10.
|
|
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.
|
|
* guix/download.scm (%mirrors): Remove defunct GNOME mirrors, and try
the canonical site first.
|
|
* gnu/packages/gnome.scm (glib-networking): Update to 2.68.2.
|
|
* 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.
|
|
* gnu/packages/ocaml.scm (ocaml-4.07-boot, ocaml-4.07)[name]: New
field.
|
|
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.
|
|
* gnu/packages/gl.scm (mesa)[arguments]: Adjust the configure-flags to
also build vulkan drivers on aarch64-linux for broadcom and swrast.
|
|
* gnu/packages/gl.scm (mesa)[arguments]: Adjust custom
'disable-failing-test phase to skip test failing on aarch64-linux.
|
|
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.
|
|
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>
|
|
* gnu/packages/django.scm (python-django)[arguments]: Set PYTHONPATH.
|
|
* gnu/packages/text-editors.scm (mg)[native-inputs, inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-FILE and #$OUTPUT in phases.
|
|
* gnu/packages/text-editors.scm (mg)[arguments]: Turn into gexp.
|
|
|
|
* gnu/packages/pdf.scm (zathura): Update to 0.4.8.
|
|
* gnu/packages/gtk.scm (girara): Update to 0.3.6.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-cl-libxml2)[native-inputs]: Remove SBCL-LIFT.
|
|
* gnu/packages/django.scm (python-django): Update to 3.2.5.
|
|
* gnu/packages/text-editors.scm (mg): Update to 20210609.
[source](snippet): Remove trailing #t.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ts): Update to 0.2.2.
|
|
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.2.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-eacl): Update to 2.1.0.
|
|
* gnu/packages/golang.scm (go-github-com-klauspost-compress): New variable.
|
|
* gnu/packages/golang.scm (go-github-com-flynn-noise): New variable.
|
|
* gnu/packages/golang.scm (go-golang-org-x-term): New variable.
|
|
* gnu/packages/golang.scm (go-lukechampine-com-blake3): New variable.
|
|
* gnu/packages/golang.scm (go-github-com-dustin-go-humanize): New variable.
|
|
* gnu/packages/golang.scm (go-github-com-davecgh-go-xdr): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-autocrypt): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
* gnu/packages/mail.scm (libpst): New variable.
|
|
* gnu/packages/text-editors.scm (scintilla): Update to 5.1.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.5.5.
|
|
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.13.
|
|
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.6.
|
|
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.16.
|