Commit graph

84276 commits

Author SHA1 Message Date
Vagrant Cascadian 52ab88a5aa
gnu: diffoscope: Update to 189.
* gnu/packages/diffoscope.scm (diffoscope): Update to 189.
  [arguments] Remove phases 'use-dumppdf-py and 'fpc-external-tool.
  Update 'skip-python-tests.
2021-10-29 13:19:11 -07:00
Tobias Geerinckx-Rice cbe902545d
gnu: blueman: Update to 2.2.3.
* gnu/packages/networking.scm (blueman): Update to 2.2.3.
2021-10-29 21:31:18 +02:00
Tobias Geerinckx-Rice 503a0cfc91
gnu: corefreq: Update to 1.87.4.
* gnu/packages/linux.scm (corefreq): Update to 1.87.4.
2021-10-29 21:31:18 +02:00
Tobias Geerinckx-Rice 3af75416e7
gnu: chroma: Update to 1.19.
* gnu/packages/games.scm (chroma): Update to 1.19.
[arguments]: Remove "CFLAGS=-fgnu89-inline" work-around.
2021-10-29 21:14:39 +02:00
Tobias Geerinckx-Rice 36d6b1ac5f
gnu: botan: Omit static library.
* gnu/packages/crypto.scm (botan)[arguments]: Add a "--disable-static"
configure flag.
2021-10-29 21:14:39 +02:00
Tobias Geerinckx-Rice fea894d327
gnu: botan: Update to 2.18.2.
* gnu/packages/crypto.scm (botan): Update to 2.18.2.
2021-10-29 21:14:38 +02:00
Liliana Marie Prikler 641fd253b8
gnu: komikku: Update to 0.35.2.
* gnu/packages/gnome.scm (komikku): Update to 0.35.2.
2021-10-29 19:50:38 +02:00
Simon South 29f97a2e3f
gnu: knot-resolver: Update to 5.4.2.
* gnu/packages/dns.scm (knot-resolver): Update to 5.4.2.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-10-29 18:32:29 +02:00
Tobias Geerinckx-Rice 4938ea5fea
gnu: butt: Update to 0.1.32.
* gnu/packages/audio.scm (butt): Update to 0.1.32.
2021-10-29 18:32:29 +02:00
Ricardo Wurmus 21fcb08d09
gnu: recoll: Enable GUI and add inputs for common filters.
* gnu/packages/search.scm (recoll)[arguments]: Enable GUI; add build phase
'wrap-filters.
[inputs]: Replace python-pdftotext with poppler; add qtbase-5, unzip, gawk,
grep, groff, gzip, libiconv, perl, perl-image-exiftool, sed, and tar.
2021-10-29 11:57:03 +00:00
Maxim Cournoyer ad39268cdf
Revert "gnu: docker-compose: Update to 1.29.2"
This reverts commit c9c4c851a8, until the
following runtime dependency problem can be investigated:

    pkg_resources.DistributionNotFound: The 'python-dotenv<1,>=0.13.0'
    distribution was not found and is required by docker-compose
2021-10-28 21:55:27 -04:00
Ludovic Courtès 7dbd5339d7
gnu: python-slugify: Honor #:tests?.
* gnu/packages/python-web.scm (python-slugify)[arguments]: Honor #:tests?
2021-10-28 21:30:28 +02:00
jgart cb11325a18
gnu: python-slugify: Update to 5.0.2.
* gnu/packages/python-web.scm (python-slugify): Update to 5.0.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-28 21:30:28 +02:00
Vinicius Monego e57817c472
gnu: Add ginac.
* gnu/packages/algebra.scm (ginac): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-28 21:30:28 +02:00
Vinicius Monego 7b2a30d8b4
gnu: Add cln.
* gnu/packages/multiprecision.scm (cln): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-28 21:30:28 +02:00
Robby Zambito 91bb0955d9
gnu: waypipe: Update to 0.8.1
* gnu/packages/freedesktop.scm (waypipe): Update to 0.8.1.
[arguments]: Remove obsolete 'fix-sleep-path phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-28 21:30:28 +02:00
Robby Zambito d0850dbd34
gnu: waypipe: Simplify 'fix-sleep-path phase.
* gnu/packages/freedesktop.scm (waypipe)
[arguments]: Remove inputs argument.
[native-inputs]: Remove coreutils.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-28 21:30:27 +02:00
Ludovic Courtès e171182a20
packages: Optionally validate Texinfo markup at expansion time.
* guix/packages.scm (validate-texinfo): New macro.
(<package>)[synopsis, description]: Add 'sanitize' property.
2021-10-28 21:30:27 +02:00
Ludovic Courtès 6938d9f1c7
ui: Gracefully handle invalid Texinfo markup in package blurbs.
Previously 'guix search' & co. would crash when encountering invalid
Texinfo.

* guix/ui.scm (texi->plain-text*): New procedure.
(package-field-string, package->recutils): Use it.
2021-10-28 21:30:27 +02:00
Ludovic Courtès 2015d3f042
store: 'map/accumulate-builds' handler checks the store received.
This is a followup to b19250eec6,
providing a proper fix for <https://issues.guix.gnu.org/46756>.

* guix/remote.scm (remote-eval): Revert b19250eec6.
* guix/store.scm (build-accumulator): Turn into a procedure.  Call
CONTINUE when the store is not eq? to the initial store.
(map/accumulate-builds): Adjust accordingly.
* tests/store.scm ("map/accumulate-builds and different store"): New test.
2021-10-28 21:30:27 +02:00
Ludovic Courtès 45b251fd04
doc: Allow offloading of the expensive derivations.
* doc/build.scm (translated-texi-manuals)
(html-manual, pdf-manual): Pass #:local-build? #f.
2021-10-28 21:30:27 +02:00
Ludovic Courtès 219cf5093e
import: cran: Use the standard diagnostic procedures.
* guix/import/cran.scm (bioconductor-packages-list)
(fetch-description): Use 'warning' instead of 'format'.
2021-10-28 21:30:23 +02:00
Tobias Geerinckx-Rice 3fb19280bb
gnu: dovecot-pigeonhole: Update to 0.5.17.
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.17.
[arguments]: Don't explicitly return #t from phases.
2021-10-28 21:03:37 +02:00
Tobias Geerinckx-Rice afe6c8a97f
gnu: dovecot: Update to 2.3.17.
* gnu/packages/mail.scm (dovecot): Update to 2.3.17.
[arguments]: Don't explicitly return #t from phases.
2021-10-28 21:03:37 +02:00
Ricardo Wurmus 0e6470b47f
gnu: recoll: Update synopsis.
* gnu/packages/search.scm (recoll)[synopsis]: Do not use package name.
2021-10-28 17:04:46 +00:00
Ricardo Wurmus 07ae9d8fe3
gnu: recoll: Add home-page.
Reported-by: Ludovic Courtès <ludo@gnu.org>.

* gnu/packages/search.scm (recoll)[home-page]: Add it.
2021-10-28 17:02:06 +00:00
Ricardo Wurmus 25e9d690cc
gnu: Add recoll.
* gnu/packages/search.scm (recoll): New variable.
2021-10-28 13:30:00 +00:00
Efraim Flashner c1ca85323d
gnu: mupdf: Update to 1.19.0.
* gnu/packages/pdf.scm (mupdf): Update to 1.19.0.
[source]: Remove patches. Add directory to be saved in snippet
* gnu/packages/patches/mupdf-CVE-2021-3407.patch,
gnu/packages/patches/mupdf-fix-linkage.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2021-10-28 13:02:28 +03:00
Efraim Flashner babab31fdd
gnu: mujs: Update to 1.1.3.
* gnu/packages/javascript.scm (mujs): Update to 1.1.3.
2021-10-28 13:02:04 +03:00
Leo Famulari 5cbf9a48d7
gnu: linux-libre 4.4: Update to 4.4.290.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.290.
(linux-libre-4.4-pristine-source, deblob-scripts-4.4): Update hashes.
2021-10-28 00:02:14 -04:00
Leo Famulari 81f6528763
gnu: linux-libre 4.9: Update to 4.9.288.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.288.
(linux-libre-4.9-pristine-source, deblob-scripts-4.9): Update hashes.
2021-10-28 00:02:14 -04:00
Leo Famulari fb13e94aba
gnu: linux-libre 4.14: Update to 4.14.253.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.253.
(linux-libre-4.14-pristine-source, deblob-scripts-4.14): Update hashes.
2021-10-28 00:02:13 -04:00
Leo Famulari d35451e5d4
gnu: linux-libre 4.19: Update to 4.19.214.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.214.
(linux-libre-4.19-pristine-source, deblob-scripts-5.19): Update hashes.
2021-10-28 00:02:13 -04:00
Leo Famulari 7bd0ef9d50
gnu: linux-libre 5.4: Update to 5.4.156.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.156.
(linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
2021-10-28 00:02:13 -04:00
Leo Famulari e520d95b17
gnu: linux-libre 5.10: Update to 5.10.76.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.76.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
2021-10-28 00:02:13 -04:00
Leo Famulari 85ca89ee8f
gnu: linux-libre 5.14: Update to 5.14.15.
* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.15.
(linux-libre-5.14-pristine-source, deblob-scripts-5.14): Update hashes.
2021-10-28 00:02:10 -04:00
Vinicius Monego 0cd05b5e5c
gnu: Add openhmd.
* gnu/packages/hardware.scm (openhmd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-28 00:44:11 +02:00
Olivier Dion c9c4c851a8
gnu: docker-compose: Update to 1.29.2
* gnu/packages/docker.scm (docker-compose): Update to 1.29.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-28 00:44:11 +02:00
Denis 'GNUtoo' Carikli 2227bb2ac2
gnu: lightdm-gtk-greeter: Add bash-minimal dependency.
The bash-minimal dependency is required by the wrap-program,
and guix lint suggests to add it in the inputs.

* gnu/packages/display-managers.scm (lightdm): add bash-minimal dependency

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-28 00:44:10 +02:00
Denis 'GNUtoo' Carikli c5962a7297
gnu: lightdm-gtk-greeter: Update to 2.0.8
This also fixes the build. Before configure failed with
the following error:
    checking for exo-csource... no
    configure: error: in `/tmp/guix-build-lightdm-gtk-greeter-2.0.7.drv-0/lightdm-gtk-greeter-2.0.7':
    configure: error: exo-csource not installed

* gnu/packages/display-managers.scm (lightdm): update to 2.0.8

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-28 00:44:10 +02:00
Denis 'GNUtoo' Carikli 6cf6dc1116
gnu: Add xfce4-dev-tools
This is now needed to build newer lightdm-gtk-greeter versions

* gnu/packages/xfce.scm (xfce4-dev-tools): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-28 00:44:10 +02:00
Zhu Zihao bcc4aef0db
environment: Fix broken file-local variable.
* guix/scripts/environment.scm (Local Variables): Add missing eval.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-28 00:44:10 +02:00
Olivier Dion 9b0ee18ba8
gnu: lttng-tools: Patch default man path.
* gnu/packages/linux.scm (lttng-tools)
[arguments]: Add 'patch-default-man-path after 'unpack phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-28 00:44:10 +02:00
Ludovic Courtès b19250eec6
remote: Really build things remotely when #:build-locally? is #false.
Fixes <https://issues.guix.gnu.org/46756>.
Reported by pkill9 <pkill9@runbox.com>,
Maxim Cournoyer <maxim.cournoyer@gmail.com>, and
Katherine Cox-Buday <cox.katherine.e@gmail.com>.

* guix/remote.scm (remote-eval): When BUILD-LOCALLY? is false, wrap
'build-derivations' call in 'with-build-handler'.
2021-10-28 00:44:10 +02:00
Ludovic Courtès 97d8d2ad02
gnu: guix: Update to 014f1b6.
* gnu/packages/package-management.scm (guix): Update to 014f1b6.
2021-10-28 00:44:10 +02:00
Mark H Weaver b7a0935420
gnu: icecat: Update to 91.2.0-guix0-preview1.
* gnu/packages/gnuzilla.scm (mozilla-compare-locales)
(all-mozilla-locales, %icecat-version, %icecat-build-id): Update.
(icecat-source): Update upstream source hash.  Update to latest gnuzilla
commit.  Remove the hack that provided 'rename' as 'prename'; set RENAME_CMD
environment variable instead.  Add python to PATH.  Set PYTHONPATH
appropriately.  Adapt substitutions for the reorganized 'makeicecat' script.
Run 'makeicecat' outside of the IceCat source directory.
(icecat)[inputs]: Add cairo, font-dejavu, libpng-apng, libvpx, pciutils,
hunspell, libnotify, sqlite, and zlib.  Update icu4c to version 69.
[native-inputs]: Update rust and cargo to 1.51.  Update rust-cbindgen to 0.19.
Update llvm and clang to 11.  Add m4.  Remove autoconf.
[description]: Update embedded version number to 91.
[arguments]: Remove "#:out-of-source? #t".  Add "#:validate-runpath? #f".  In
configure-flags, add "--enable-application=browser", "--enable-rust-simd",
"--enable-release", "--enable-optimize", "--enable-strip",
"--disable-elf-hack", "--with-system-png", and "--with-system-zlib".  Adjust
the set of modules.  Remove the 'link-libxul-with-libraries' and 'bootstrap'
phases.  Remove the sandbox whitelist population code from the
'fix-ffmpeg-runtime-linker' phase.  Add a new 'build-sandbox-whitelist' phase.
The new whitelist code now adds <font-dejavu>/share/fonts to the whitelist,
and also the runpaths of all libraries in the 'mesa' package.  Update the
'configure' phase to use clang-11 and llvm-11 for compilation (previously we
used gcc), to create a 'mozconfig' file and run './mach configure' (previously
we passed flags to './configure').  Update the 'build' and 'install' phases to
use './mach'.  Update and simplify the 'neutralise-store-references' phase.
Move the 'install-desktop-entry' phase to happen after 'wrap-program', whereas
previously it was run after 'configure'.  In the 'wrap-program' phase, add
libpng-apng and libnotify to LD_LIBRARY_PATH.
(mozilla-78-compare-locales, all-mozilla-78-locales, %icecat-78-version)
(icecat-78-source): New variables, containing the previous values of
mozilla-compare-locales, all-mozilla-locales, %icecat-version, and
icecat-source, respectively.
(icedove)[source]: Use 'icecat-78-source'.
* gnu/packages/patches/icecat-makeicecat.patch: Adapt to the reorganized
'makeicecat' script.
* gnu/packages/patches/icecat-78-makeicecat.patch: New file,
containing previous contents of icecat-makeicecat.patch.
* gnu/local.mk: Add icecat-78-makeicecat.patch.
2021-10-27 18:33:34 -04:00
Julien Lepiller a8c69e22ee
gnu: Add ocaml-z3.
* gnu/packages/maths.scm (ocaml-z3): New variable.
2021-10-28 00:25:59 +02:00
Julien Lepiller e2ce7fc73d
gnu: kicad: Update home page.
* gnu/packages/engineering.scm (kicad)[home-page]: Update.
2021-10-27 23:46:35 +02:00
Efraim Flashner 014f1b607f
gnu: python-deprecated: Update to 1.2.13.
* gnu/packages/python-xyz.scm (python-deprecated): Update to 1.2.13.
2021-10-27 20:09:21 +03:00
Efraim Flashner a56b000745
gnu: python-deprecated: Honor #:tests? flag.
* gnu/packages/python-xyz.scm (python-deprecated)[arguments]: Adjust
custom 'check phase to honor the #:tests? flag.
2021-10-27 20:05:15 +03:00