Age | Commit message (Collapse) | Author |
|
* gnu/packages/qt.scm (python2-pyqtwebengine): Remove variable.
|
|
* gnu/packages/ebook.scm (calibre): Update to 5.14.0.
[source]: Adjust the snippet to preserve some files used by the HTML reader.
[native-inputs]: Add python-pyqt-builder. Replace python2-flake8 with
python-flake8.
[inputs]: Remove chmlib, js-mathjax, python-chardet, and python-sip. Add
python-cchardet, python-speechd, python-zeroconf, python-py7zr, python-pychm,
python-pycryptodome, libjpeg, and libjxr. Replace all Python 2 dependencies
with their Python 3 equivalents.
[arguments]: Build with the default Python and adjust custom phases accordingly.
Adjust the 'configure' phase to changes in how Calibre uses SIP, and patch
lookup paths for libjpeg and libjxr.
Rename the 'build-extra' phase to 'install-rapydscript', and run it after the
'install' phase. Adjust it for Calibre 5.14.0.
* gnu/packages/patches/calibre-no-updates-dialog.patch,
gnu/packages/patches/calibre-remove-test-sqlite.patch,
gnu/packages/patches/calibre-remove-test-unrar.patch: Adjust patches for Calibre
5.14.0.
|
|
* gnu/packages/python-web.scm (python-html5lib)[propagated-inputs]: Add
python-chardet.
|
|
* gnu/packages/freedesktop.scm (python-cchardet): New variable.
|
|
* gnu/packages/ebook.scm (python-pychm): New variable.
|
|
* gnu/packages/web.scm (python-feedparser): Update to 6.0.2.
|
|
* gnu/packages/python-xyz.scm (python-markdown): Update to 3.3.4.
|
|
* gnu/packages/python-compression.scm (python-py7zr): New variable.
|
|
* gnu/packages/python-compression.scm (python-bcj-cffi): New variable.
|
|
* gnu/packages/python-compression.scm (python-pyzstd): New variable.
|
|
* gnu/packages/python-compression.scm (python-zstandard): Update to 0.15.2.
|
|
* gnu/packages/python-compression.scm (python-ppmd-cffi): New variable.
|
|
* gnu/packages/python-compression.scm (python-multivolumefile): New
variable.
|
|
* gnu/packages/python-check.scm (python-pyannotate): New variable.
|
|
* gnu/packages/python-xyz.scm (python-zeroconf): New variable.
|
|
* gnu/packages/python-xyz.scm (python-ifaddr): New variable.
|
|
* gnu/packages/qt.scm (python-pyqt)
[source]: Remove pyqt-public-sip.patch.
[propagated-inputs]: Add python-pyqt5-sip.
* gnu/packages/patches/pyqt-public-sip.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/qt.scm (python-pyqt5-sip): New variable.
|
|
* gnu/packages/qt.scm (python-pyqt-builder): New variable.
|
|
* gnu/packages/qt.scm (python-sip): Update to 5.5.0.
(python-sip-4): New variable. Rename the old python-sip to python-sip-4.
(python2-sip): Inherit from python-sip-4.
* gnu/packages/maths.scm (veusz)[native-inputs]: Use python-sip-4.
* gnu/packages/pdf.scm (python-poppler-qt5): Use python-sip-4.
* gnu/packages/geo.scm (qgis)[arguments]: Fix build for python-sip@5.
|
|
The original commit was made mistakenly; I forgot to look at all of our
Git repos, including maintenance.git, when checking for recent activity.
This reverts commit 94521669ed23096f930be68efc691ccb793cc76f.
|
|
* gnu/packages/games.scm (freeciv): Update to 2.6.4.
|
|
* gnu/packages/messaging.scm (pidgin): Update to 2.14.3.
[arguments]: Add an 'eat-leftovers phase.
|
|
* gnu/packages/astronomy.scm (stellarium): Update to 0.21.0.
|
|
* gnu/packages/ruby.scm (ruby-rexml): Update to 3.2.5.
|
|
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.18.
|
|
* gnu/packages/python-xyz.scm (python-yamllint): Update to 1.26.1.
|
|
* gnu/packages/package-management.scm (guix): Update to 2d73086.
|
|
This avoids the situation where error messages would unintentionally go
to stderr and be wrongfully interpreted as a reply by the daemon.
Fixes <https://bugs.gnu.org/46362>.
This is a followup to ee3226e9d54891c7e696912245e4904435be191c.
* guix/scripts/substitute.scm (display-narinfo-data): Add 'port'
parameter and honor it.
(process-query): Likewise.
(process-substitution): Likewise.
(%error-to-file-descriptor-4?, with-redirected-error-port): Remove.
(%reply-file-descriptor): New variable.
(guix-substitute): Remove use of 'with-redirected-error-port'. Define
'reply-port' and pass it to 'process-query' and 'process-substitution'.
* nix/libstore/build.cc (SubstitutionGoal::handleChildOutput): Swap
'builderOut' and 'fromAgent'.
* nix/libstore/local-store.cc (LocalStore::getLineFromSubstituter):
Likewise.
* tests/substitute.scm <top level>: Set '%reply-file-descriptor'
rather than '%error-to-file-descriptor-4?'.
|
|
* gnu/packages/boost.scm (boost-mpi): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/guile-xyz.scm (guile-cv)[propagated-inputs]: Change from
guile-lib to guile2.2-lib.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/networking.scm (speedtest-cli): Update to 2.1.3.
|
|
* gnu/packages/antivirus.scm (clamav): Update to 0.103.2.
|
|
* gnu/packages/cpp.scm (xsimd): Update to 7.4.10.
|
|
* gnu/packages/dns.scm (dnsmasq): Update to 2.85.
|
|
* gnu/packages/tex.scm: New variable.
|
|
* gnu/packages/ci.scm (cuirass)[arguments]: Disable tests on aarch64.
|
|
* gnu/packages/gcc.scm (gcc-10): Update to 10.3.0.
|
|
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-9.d601fe0.
|
|
* gnu/services/ci.scm: New file.
* gnu/tests/ci.scm: New file.
* doc/guix.texi (Laminar): Document the Laminar service.
|
|
* gnu/packages/ci.scm (laminar): New variable.
|
|
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-24.6fb5eaf.
|
|
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-27.df2a0a7.
|
|
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-23.44d0006.
[arguments]: Fix missing guile-fibers when not building for the hurd.
|
|
* gnu/packages/audio.scm (ardour): Update to 6.6.
[origin]: Use git protocol, https isn't available anymore. Adapt snippet.
[arguments]: Add "--optimize" flags. Switch to python3.
[inputs]: Add dbus, libwebsockets, openssl, pulseaudio and soundtouch.
|
|
* gnu/packages/web.scm (libwebsockets): Update to 4.1.6.
|
|
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-8.7542d62.
|
|
Fixes <https://bugs.gnu.org/47667>.
* gnu/packages/crates-graphics.scm (rust-rav1e-0.4)[arguments]: Add
rust-assert-cmd-1, rust-criterion-0.3, and rust-pretty-assertions-0.6
to #:cargo-inputs.
|
|
* gnu/packages/databases.scm (galera): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Suggested by Maxim Cournoyer <maxim.cournoyer@gmail.com>.
* guix/build/qt-build-system.scm (variables-for-wrapping): Add
"QTWEBENGINEPROCESS_PATH".
|