aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* services: git-daemon: Fix typo in docstring.Tobias Geerinckx-Rice2021-04-10
| | | | | * gnu/services/version-control.scm (git-daemon-service): Fix docstring typo.
* gnu: davfs2: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/file-systems.scm (davfs2)[description]: Fix typo.
* gnu: erfa: Mark up description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/astronomy.scm (erfa)[description]: Add all the @acronym{}s.
* gnu: erfa: Update to 1.7.3.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/astronomy.scm (erfa): Update to 1.7.3.
* gnu: airspyhf: Fix udev rules.Guillaume Le Vaillant2021-04-10
| | | | * gnu/packages/radio.scm (airspyhf)[arguments]: Add 'fix-udev-rules' phase.
* gnu: gnuradio-osmosdr: Add Airspy HF+ support.Guillaume Le Vaillant2021-04-10
| | | | * gnu/packages/radio.scm (gnuradio-osmosdr)[inputs]: Add airspyhf.
* gnu: Add airspyhf.Guillaume Le Vaillant2021-04-10
| | | | * gnu/packages/radio.scm (airspyhf): New variable.
* gnu: jami-qt: Remove the custom wrap phase.Maxim Cournoyer2021-04-10
| | | | | | | Commit 06eb21856f made it necessary, since it is now handled by the Qt build system itself. * gnu/packages/jami.scm (jami-qt)[phases]{wrap}: Remove phase.
* gnu: Fix build of python2-feedparser.Leo Famulari2021-04-10
| | | | | | | | | This is a followup to commit 506eb97de7041f6bcb6e841201c01e88bedfc9d9. Feedparser dropped support for Python 2 in version 6.0.0. The latest release that works with Python 2 is 5.2.1. * gnu/packages/web.scm (python2-feedparser): Revert back to version 5.2.1.
* gnu: python2-sip: Remove package.Brendan Tildesley2021-04-09
| | | | * gnu/packages/qt.scm (python2-sip): Delete variable.
* gnu: Remove python2-pyqt.Brendan Tildesley2021-04-09
| | | | * gnu/packages/qt.scm (python2-pyqt): Remove variable.
* gnu: Remove python2-pyqtwebengine.Brendan Tildesley2021-04-09
| | | | * gnu/packages/qt.scm (python2-pyqtwebengine): Remove variable.
* gnu: calibre: Update to 5.14.0.Brendan Tildesley2021-04-09
| | | | | | | | | | | | | | | | | | | | * 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: python-html5lib: Depend on python-chardet.Brendan Tildesley2021-04-09
| | | | | * gnu/packages/python-web.scm (python-html5lib)[propagated-inputs]: Add python-chardet.
* gnu: Add python-cchardet.Brendan Tildesley2021-04-09
| | | | * gnu/packages/freedesktop.scm (python-cchardet): New variable.
* gnu: Add python-pychm.Brendan Tildesley2021-04-09
| | | | * gnu/packages/ebook.scm (python-pychm): New variable.
* gnu: python-feedparser: Update to 6.0.2.Brendan Tildesley2021-04-09
| | | | * gnu/packages/web.scm (python-feedparser): Update to 6.0.2.
* gnu: python-markdown: Update to 3.3.4.Brendan Tildesley2021-04-09
| | | | * gnu/packages/python-xyz.scm (python-markdown): Update to 3.3.4.
* gnu: Add python-py7zr.Brendan Tildesley2021-04-09
| | | | * gnu/packages/python-compression.scm (python-py7zr): New variable.
* gnu: Add python-bcj-cffi.Brendan Tildesley2021-04-09
| | | | * gnu/packages/python-compression.scm (python-bcj-cffi): New variable.
* gnu: Add python-pyzstdBrendan Tildesley2021-04-09
| | | | * gnu/packages/python-compression.scm (python-pyzstd): New variable.
* gnu: python-zstandard: Update to 0.15.2.Brendan Tildesley2021-04-09
| | | | * gnu/packages/python-compression.scm (python-zstandard): Update to 0.15.2.
* gnu: Add python-ppmd-cffi.Brendan Tildesley2021-04-09
| | | | * gnu/packages/python-compression.scm (python-ppmd-cffi): New variable.
* gnu: Add python-multivolumefile.Brendan Tildesley2021-04-09
| | | | | * gnu/packages/python-compression.scm (python-multivolumefile): New variable.
* gnu: Add python-pyannotate.Brendan Tildesley2021-04-09
| | | | * gnu/packages/python-check.scm (python-pyannotate): New variable.
* gnu: Add python-zeroconf.Brendan Tildesley2021-04-09
| | | | * gnu/packages/python-xyz.scm (python-zeroconf): New variable.
* gnu: Add python-ifaddr.Brendan Tildesley2021-04-09
| | | | * gnu/packages/python-xyz.scm (python-ifaddr): New variable.
* gnu: python-pyqt: Fix build for new python-sip.Brendan Tildesley2021-04-09
| | | | | | | | * 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: Add python-pyqt5-sip.Brendan Tildesley2021-04-09
| | | | * gnu/packages/qt.scm (python-pyqt5-sip): New variable.
* gnu: Add python-pyqt-builder.Brendan Tildesley2021-04-09
| | | | * gnu/packages/qt.scm (python-pyqt-builder): New variable.
* gnu: python-sip: Update to 5.5.0. Add python-sip-4Brendan Tildesley2021-04-09
| | | | | | | | | * 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.
* gnu: freeciv: Update to 2.6.4.Kei Kebreau2021-04-09
| | | | * gnu/packages/games.scm (freeciv): Update to 2.6.4.
* gnu: pidgin: Update to 2.14.3.Tobias Geerinckx-Rice2021-04-09
| | | | | * gnu/packages/messaging.scm (pidgin): Update to 2.14.3. [arguments]: Add an 'eat-leftovers phase.
* gnu: stellarium: Update to 0.21.0.Tobias Geerinckx-Rice2021-04-09
| | | | * gnu/packages/astronomy.scm (stellarium): Update to 0.21.0.
* gnu: ruby-rexml: Update to 3.2.5.Tobias Geerinckx-Rice2021-04-09
| | | | * gnu/packages/ruby.scm (ruby-rexml): Update to 3.2.5.
* gnu: libmwaw: Update to 0.3.18.Tobias Geerinckx-Rice2021-04-09
| | | | * gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.18.
* gnu: python-yamllint: Update to 1.26.1.Tobias Geerinckx-Rice2021-04-09
| | | | * gnu/packages/python-xyz.scm (python-yamllint): Update to 1.26.1.
* gnu: guix: Update to 2d73086.Ludovic Courtès2021-04-09
| | | | * gnu/packages/package-management.scm (guix): Update to 2d73086.
* gnu: Add boost-mpi.Franck Pérignon2021-04-09
| | | | | | * gnu/packages/boost.scm (boost-mpi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-cv: Use guile2.2 version of guile-lib.Masaya Tojo2021-04-09
| | | | | | | * 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: speedtest-cli: Update to 2.1.3.Tobias Geerinckx-Rice2021-04-09
| | | | * gnu/packages/networking.scm (speedtest-cli): Update to 2.1.3.
* gnu: clamav: Update to 0.103.2.Tobias Geerinckx-Rice2021-04-09
| | | | * gnu/packages/antivirus.scm (clamav): Update to 0.103.2.
* gnu: xsimd: Update to 7.4.10.Tobias Geerinckx-Rice2021-04-09
| | | | * gnu/packages/cpp.scm (xsimd): Update to 7.4.10.
* gnu: dnsmasq: Update to 2.85 [fixes CVE-2021-3448].Tobias Geerinckx-Rice2021-04-09
| | | | * gnu/packages/dns.scm (dnsmasq): Update to 2.85.
* gnu: Add texlive-cabin.Paul Garlick2021-04-09
| | | | * gnu/packages/tex.scm: New variable.
* gnu: cuirass: Disable tests on aarch64.Mathieu Othacehe2021-04-09
| | | | * gnu/packages/ci.scm (cuirass)[arguments]: Disable tests on aarch64.
* gnu: gcc-10: Update to 10.3.0.Efraim Flashner2021-04-09
| | | | * gnu/packages/gcc.scm (gcc-10): Update to 10.3.0.
* gnu: cuirass: Update to 1.0.0-9.d601fe0.Mathieu Othacehe2021-04-09
| | | | * gnu/packages/ci.scm (cuirass): Update to 1.0.0-9.d601fe0.
* services: Add Laminar.Christopher Baines2021-04-09
| | | | | | * gnu/services/ci.scm: New file. * gnu/tests/ci.scm: New file. * doc/guix.texi (Laminar): Document the Laminar service.
* gnu: Add laminar.Christopher Baines2021-04-09
| | | | * gnu/packages/ci.scm (laminar): New variable.