gnu: spice-vdagent: Set Exec path in spice-vdagent.desktop.
* gnu/packages/spice.scm (spice-vdagent): Set Exec path in
spice-vdagent.desktop.
gnu: qemu: Enable spice support.
* gnu/packages/qemu.scm (qemu)[inputs]: Add SPICE and VIRGLRENDERER.
(qemu-minimal)[inputs]: Remove SPICE and VIRGLRENDERER.
gnu: qemu: Reorder inputs alphabetically.
* gnu/packages/qemu.scm (qemu): Reorder inputs alphabetically.
doc: Make 'Lirc Service' a subsubheading of 'Various Services'.
* doc/guix.texi (Various Services)[Lirc Service]: New subsubheading.
[lirc] New cindex.
gnu: tor: Update to 0.2.8.6.
* gnu/packages/tor.scm (tor): Update to 0.2.8.6.
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: qjson: Remove package.
* gnu/packages/qt.scm (qjson): Delete variable.
gnu: Add ircii.
* gnu/packages/irc.scm (ircii): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: Add guile-commonmark
* gnu/packages/guile.scm (guile-commonmark): New variable.
gnu: tuxguitar: Update to 1.3.2.
* gnu/packages/music.scm (tuxguitar): Update to 1.3.2.
[arguments]: Use ant-build-system and rearrange build phases.
[native-inputs]: Remove field.
ui: Remove dependency on (gnu system file-systems).
* guix/ui.scm (specification->file-system-mapping): Move to...
* gnu/system/file-systems.scm (specification->file-system-mapping):
... here.
gnu: gcc: Reintroduce dependency on Texinfo.
This partly reverts 868c13c53a9788f8f27e77d8c8f99df14be512ba, which
introduced a regression whereby gcc@5 and gcc@6 would no longer contain
their Info manual.
* gnu/packages/gcc.scm (gcc-5)[native-inputs]: Remove.
gnu: curl: Replace with 7.50.1 [fixes CVE-2016-{3739,4802,5419,5420,5421].
* gnu/packages/curl.scm (curl)[replacement]: New field.
(curl-7.50.1): New variable.
gnu: zsh: Move to shells.scm.
* gnu/packages/zsh.scm (zsh): Move from here ...
* gnu/packages/shells.scm (zsh): ... to here.
* gnu/packages/zsh.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove zsh.scm.
Merge branch 'core-updates'
gnu: python-statsmodels: Fix tests.
* gnu/packages/statistics.scm (python-statsmodels): Add patch to fix tests.
(python2-statsmodels)[propagated-inputs]: Add python2-pytz.
* gnu/packages/patches/python-statsmodels-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.