summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2020-01-16gnu: r-bh: Update to 1.72.0-3.Ricardo Wurmus
* gnu/packages/statistics.scm (r-bh): Update to 1.72.0-3.
2020-01-16gnu: r-stringi: Update to 1.4.5.Ricardo Wurmus
* gnu/packages/statistics.scm (r-stringi): Update to 1.4.5.
2020-01-16gnu: r-bit: Update to 1.1-15.1.Ricardo Wurmus
* gnu/packages/statistics.scm (r-bit): Update to 1.1-15.1.
2020-01-16gnu: r-mvtnorm: Update to 1.0-12.Ricardo Wurmus
* gnu/packages/statistics.scm (r-mvtnorm): Update to 1.0-12. [inputs]: Move gfortran from here... [native-inputs]: ...to here.
2020-01-16gnu: r-caret: Update to 6.0-85.Ricardo Wurmus
* gnu/packages/cran.scm (r-caret): Update to 6.0-85. [propagated-inputs]: Add r-proc.
2020-01-16gnu: r-caret: Do not abbreviate "misc".Ricardo Wurmus
* gnu/packages/cran.scm (r-caret)[description]: Replace "misc" with "miscellaneous".
2020-01-16gnu: r-caret: Move to (gnu packages cran).Ricardo Wurmus
* gnu/packages/statistics.scm (r-caret): Move variable from here... * gnu/packages/cran.scm (r-caret): ...to here.
2020-01-16gnu: icecat: Fix support for ffmpeg codecs.Mark H Weaver
Fixes <https://bugs.gnu.org/38045>. Thanks to Jakub Kądziołka <kuba@kadziolka.net> and Amin Bandali <bandali@gnu.org> for their helpful observations and suggestions. This is a followup to commit 8e5567195f5d29301d571612085b5afdb460619d. * gnu/packages/gnuzilla.scm (icecat)[inputs]: Add shared-mime-info. [arguments]: Add elf and binary I/O modules to #:modules. Add code to the 'fix-ffmpeg-runtime-linker' phase that sets the sandbox read-path whitelist to include libavcodec's RUNPATH, as well as shared-mime-info.
2020-01-15gnu: red-eclipse: Update to 2.0.0.Kei Kebreau
* gnu/packages/games.scm (red-eclipse): Update to 2.0.0. [source]: Remove obsolete patch, and fetch submodules by making "recursive?" true. [arguments]: Remove "unpack-data" phase and adjust "add-store-data-package-path-as-default" phase. [inputs]: Add freetype and remove data-sources. * gnu/packages/patches/red-eclipse-remove-gamma-name-hack.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Delete file.
2020-01-15gnu: Add rcm.Josh Holland
* gnu/packages/rcm.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add rcm.scm. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-15gnu: Add sushi.Raghav Gururajan
* gnu/packages/gnome.scm (sushi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-15gnu: Add rygel.Raghav Gururajan
* gnu/packages/gnome.scm (rygel): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-15gnu: Add libnma.Raghav Gururajan
* gnu/packages/gnome.scm (libnma): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-01-15gnu: Add liquid-dsp.Christopher Howard
* gnu/packages/sdr.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-15gnu: emacs-telega: Update to 0.5.4-4.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.5.4-4. [propagated-inputs]: Add emacs-company to provide completions in telega-based buffers.
2020-01-15gnu: mpop: Mark up description.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (mpop)[description]: Use @acronym.
2020-01-15gnu: mercurial: Raise test time-outs.Tobias Geerinckx-Rice
Let Guix handle them. Fixes <https://paste.debian.net/plain/1126159>. * gnu/packages/version-control.scm (mercurial)[arguments]: Raise individual test time-outs to 1 day.
2020-01-15gnu: Add manuskript.Nicolas Goaziou
* gnu/packages/text-editors.scm (manuskript): New variable.
2020-01-15gnu: mercurial: Run tests verbosely and respect settings.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (mercurial)[arguments]: Invoke ‘run-tests.py’ directly and verbosely. Respect #:tests? and parallel-job-count.
2020-01-15gnu: mpop: Update to 1.4.7.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (mpop): Update to 1.4.7.
2020-01-15gnu: mpop: Remove unnecessary libidn input.Tobias Geerinckx-Rice
gnu/packages/mail.scm (mpop)[inputs]: Remove libidn.
2020-01-15gnu: asymptote: Update to 2.62.Nicolas Goaziou
* gnu/packages/plotutils.scm (asymptote): Update to 2.62.
2020-01-15gnu: Add python-xmlschema.Marius Bakke
* gnu/packages/xml.scm (python-xmlschema): New public variable.
2020-01-15gnu: python-lxml: Move to (gnu packages xml).Marius Bakke
* gnu/packages/python-xyz.scm (python-lxml): Move from here ... * gnu/packages/xml.scm (python-lxml): ... to here. * gnu/packages/django.scm, gnu/packages/drones.scm, gnu/packages/libreoffice.scm, gnu/packages/nutrition.scm, gnu/packages/openstack.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-science.scm, gnu/packages/tryton.scm, gnu/packages/wireservice.scm: Adjust module imports.
2020-01-15gnu: python-elementpath: Update to 1.3.3.Marius Bakke
* gnu/packages/xml.scm (python-elementpath): Update to 1.3.3.
2020-01-15gnu: python-elementpath: Move to (gnu packages xml).Marius Bakke
* gnu/packages/python-xyz.scm (python-elementpath): Move from here ... * gnu/packages/xml.scm (python-elementpath): ... to here.
2020-01-15gnu: Add python2-importlib-metadata.Marius Bakke
* gnu/packages/python-xyz.scm (python2-importlib-metadata): New public variable.
2020-01-15gnu: Add python2-zipp.Marius Bakke
* gnu/packages/python-compression.scm (python2-zipp): New public variable.
2020-01-15gnu: Add python2-importlib-resources.Marius Bakke
* gnu/packages/python-xyz.scm (python2-importlib-resources): New public variable.
2020-01-15gnu: python-wheel: Update to 0.33.6.Marius Bakke
* gnu/packages/python-xyz.scm (python-wheel): Update to 0.33.6. [arguments]: Explicitly disable tests (they never ran before). [native-inputs, properties]: Remove. (python2-wheel): Use PACKAGE-WITH-PYTHON2.
2020-01-15gnu: python-zipp: Update to 1.0.0.Marius Bakke
* gnu/packages/python-compression.scm (python-zipp): Update to 1.0.0. [propagated-inputs]: Remove PYTHON-RST.LINKER. Add PYTHON-MORE-ITERTOOLS. Move PYTHON-CONTEXTLIB2 and PYTHON-PATHLIB2 ... [native-inputs]: ... here. Remove PYTHON-SPHINX.
2020-01-15gnu: python-importlib-metadata: Update to 1.4.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-importlib-metadata): Update to 1.4.0. [propagated-inputs]: Remove PYTHON-CONFIGPARSER, PYTHON-CONTEXTLIB2, PYTHON-DOCUTILS, PYTHON-PATHLIB2, and PYTHON-RST.LINKER. [native-inputs]: Remove PYTHON-SPHINX. Add PYTHON-PACKAGING.
2020-01-15gnu: python-pytest-checkdocs: Add missing input.Marius Bakke
* gnu/packages/python-check.scm (python-pytest-checkdocs)[propagated-inputs]: Add PYTHON-DOCUTILS.
2020-01-15gnu: python-sortedcontainers: Update to 2.1.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-sortedcontainers): Update to 2.1.0.
2020-01-15gnu: popt: Add a source file name.Marius Bakke
* gnu/packages/popt.scm (popt)[source](file-name): New field.
2020-01-15gnu: guix: Update to 4aea90b.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 4aea90b.
2020-01-15Avoid warnings for the 'delete' binding of (guix build utils).Ludovic Courtès
On Guile 3, importing (guix build utils) leads to warnings such as: WARNING: (gnu packages embedded): imported module (guix build utils) overrides core binding `delete' * gnu/packages/embedded.scm: Select 'alist-replace' from (guix build utils). * guix/ui.scm: Hide 'delete' from (guix build utils).
2020-01-15gnu: Remove unnecessary uses of (guix build utils).Ludovic Courtès
* gnu/packages/crypto.scm: Remove use of (guix build utils). * gnu/packages/databases.scm: Likewise.
2020-01-15gnu: qutebrowser: Update to 1.9.0.Mike Rosset
* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.9.0. qutebrowser no longer uses qtwebkit by default. It now defaults to qtwebengine.
2020-01-15gnu: Add python-pyqtwebengine.Mike Rosset
* gnu/packages/qt.scm (python-pyqtwebengine): New variable.
2020-01-15gnu: python-pyqt: Substitute the full path of <qprinter.h>.Mike Rosset
* gnu/packages/qt.scm (python-pyqt)[phases]: When building python-pyqtwebengine, qprinter.h can not be found. This substitutes the full path of qprinter.h in the qprinter sip specification file.
2020-01-15gnu: keepassxc: Update to 2.5.2.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (keepassxc): Update to 2.5.2.
2020-01-15gnu: zn-poly: Update to 0.9.2.Tobias Geerinckx-Rice
* gnu/packages/sagemath.scm (zn-poly): Update to 0.9.2.
2020-01-15gnu: brial: Use the source repository as home page.Tobias Geerinckx-Rice
* gnu/packages/sagemath.scm (brial)[home-page]: Use upstream repository.
2020-01-15gnu: brial: Update to 1.2.6.Tobias Geerinckx-Rice
* gnu/packages/sagemath.scm (brial): Update to 1.2.6.
2020-01-15gnu: gauche: Update to 0.9.9.Tobias Geerinckx-Rice
* gnu/packages/scheme.scm (gauche): Update to 0.9.9.
2020-01-15gnu: pdsh: Update to 2.34.Tobias Geerinckx-Rice
* gnu/packages/ssh.scm (pdsh): Update to 2.34. [source]: Remove redundant FILE-NAME field.
2020-01-15gnu: menumaker: Update to 0.99.11.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (menumaker): Update to 0.99.11.
2020-01-15gnu: unbound: Update to 1.9.5 [fixes CVE-2019-18934].Tobias Geerinckx-Rice
The Guix unbound package is not vulnerable in its default configuration, because we do not build with ‘--enable-ipsecmod’. * gnu/packages/dns.scm (unbound): Update to 1.9.5.
2020-01-15gnu: linux-libre: Include more framebuffer font sizes.Tobias Geerinckx-Rice
Add the 32x16 Terminus font for ‘high-DPI’ screens, and a 6x10 font that allows for more (debugging) information to be displayed on standard-DPI ones, while still being pleasant to read. * gnu/packages/aux-files/linux-libre/4.14-arm.conf, gnu/packages/aux-files/linux-libre/4.14-i686.conf, gnu/packages/aux-files/linux-libre/4.14-x86_64.conf, gnu/packages/aux-files/linux-libre/4.19-arm.conf, gnu/packages/aux-files/linux-libre/4.19-arm64.conf, gnu/packages/aux-files/linux-libre/4.19-i686.conf, gnu/packages/aux-files/linux-libre/4.19-x86_64.conf, gnu/packages/aux-files/linux-libre/4.4-i686.conf, gnu/packages/aux-files/linux-libre/4.4-x86_64.conf, gnu/packages/aux-files/linux-libre/4.9-i686.conf, gnu/packages/aux-files/linux-libre/4.9-x86_64.conf, gnu/packages/aux-files/linux-libre/5.4-arm-veyron.conf, gnu/packages/aux-files/linux-libre/5.4-arm.conf, gnu/packages/aux-files/linux-libre/5.4-arm64.conf, gnu/packages/aux-files/linux-libre/5.4-i686.conf, gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Set CONFIG_FONTS=y, CONFIG_FONT_TER16x32=y, and CONFIG_FONT_6x10=y.