gnu: Add texlive-latex-galois. * gnu/packages/tex.scm (texlive-latex-galois): New variable.
gnu: Add texlive-latex-g-brief. * gnu/packages/tex.scm (texlive-latex-g-brief): New variable.
gnu: Add texlive-latex-amsrefs. * gnu/packages/tex.scm (texlive-latex-amsrefs): New variable.
gnu: Add texlive-latex-acronym. * gnu/packages/tex.scm (texlive-latex-acronym): New variable.
gnu: Add texlive-latex-preview. * gnu/packages/tex.scm (texlive-latex-preview): New variable.
gnu: Add texlive-latex-ucs. * gnu/packages/tex.scm (texlive-latex-ucs): New variable.
gnu: Add emacs-org-pomodoro. * gnu/packages/emacs.scm (emacs-org-pomodoro): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
gnu: Add python-ruamel.yaml. * gnu/packages/serialization.scm (python-ruamel.yaml, python2-ruamel.yaml): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: libsodium: Update to 1.0.13. * gnu/packages/crypto.scm (libsodium): Update to 1.0.13.
gnu: nzbget: Update to 19.1. * gnu/packages/networking.scm (nzbget): Update to 19.1. [source]: Fix building with gnutls in a snippet. [arguments]: Fix indentation.
gnu: par2cmdline: Fix typo. * gnu/packages/backup.scm (par2cmdline)[description]: Fix typo only visible on white backgrounds. Use less ambiguous word.
gnu: par2cmdline: Improve synopsis & description. * gnu/packages/backup.scm (par2cmdline)[synopsis, description]: Fix a typo, end up re-writing most of it.
gnu: par2cmdline: Update to 0.7.3. * gnu/packages/backup.scm (par2cmdline): Update to 0.7.3.
gnu: tiled: Update to 1.0.2. * gnu/packages/game-development.scm (tiled): Update to 1.0.2.
gnu: youtube-dl: Update to 2017.07.15. * gnu/packages/video.scm (youtube-dl): Update to 2017.07.15.
gnu: linux-libre: Update to 4.12.2. * gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.2. (%linux-libre-hash): Update hash.
gnu: linux-libre@4.9: Update to 4.9.38. * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.38.
gnu: linux-libre@4.4: Update to 4.4.77. * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.77.
gnu: shntool: Improve description. * gnu/packages/audio.scm (shntool)[description]: Mention support for CUE files.
Remove task from 'guix-daemon.conf'. The 'task' means that events that led to this job starting will be blocked until it has stopped. Tasks are short lived jobs, whereas the guix-daemon is a long lived service. Including 'task' means that attempts to start the guix-daemon appear to hang, as upstart waits for it to exit. * etc/guix-daemon.conf.in: Remove 'task'.