gnu: Add ghc-markdown-unlit.
* gnu/packages/haskell.scm (ghc-markdown-unlit): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: beep: Ignore substitute* return value.
* gnu/packages/terminals.scm (beep)[arguments]: End 'patch-makefile phase
with truth.
gnu: sdl2: Add fcitx input.
* gnu/packages/sdl.scm (sdl2)[inputs]: Add fcitx.
gnu: sdl2: Fix double input events bug.
* gnu/packages/sdl.scm (sdl2)[inputs]: Add dbus, gblib, and ibus.
Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'."
This commit causes too many rebuilds. It will be re-committed to core-updates.
This reverts commit 5b2834ae790557a760fea4bf2b8c7bac1ea8f23d.
gnu: gawk: Don't replace 'sh' reference with 'bash'.
* gnu/packages/gawk.scm (gawk)[arguments]: Use /bin/sh instead of /bin/bash in
'set-shell-file-name' phase.
gnu: irssi: Update to 1.0.0.
* gnu/packages/irc.scm (irssi): Update to 1.0.0.
[arguments]: Remove --with-ncurses configure flag.
[native-inputs]: Move 'perl' to ...
[inputs]: ... here.
[home-page]: Use HTTPS.
gnu: Fix indentation of some python packages.
This is a followup to abe2ec73..807a5b32.
* gnu/packages/python.scm (python-snowballstemmer,
python-sphinx-cloud-sptheme, python-sphinx-alabaster-theme): Fix indentation.
gnu: Add python-sphinx-alabaster-theme.
* gnu/packages/python.scm (python-sphinx-alabaster-theme,
python2-sphinx-alabaster-theme): New variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: Add python-sphinx-cloud-sptheme.
* gnu/packages/python.scm (python-sphinx-cloud-sptheme,
python2-sphinx-cloud-sptheme): New variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: Add python-snowballstemmer.
* gnu/packages/python.scm (python-snowballstemmer,
python2-snowballstemmer): New variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: Add beep.
* gnu/packages/terminals.scm (beep): New variable.
Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
gnu: ruby-nokogiri: Update to 1.7.0.1.
* gnu/packages/ruby.scm (ruby-nokogiri): Update to 1.7.0.1.
gnu: ruby-hoe: Update to 3.16.0.
* gnu/packages/ruby.scm (ruby-hoe): Update to 3.16.0.
doc: Add a Git hook that verifies signatures before pushing.
* HACKING (Commit Access): Describe the pre-push Git hook.
* etc/git/pre-push: New file.
gnu: unrtf: Fix CVE-2016-10091.
* gnu/packages/patches/unrtf-CVE-2016-10091.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/unrtf.scm (unrtf)[source]: Use it.
gnu: libreoffice: Update to 5.1.6.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.1.6.2.
Signed-off-by: Leo Famulari <leo@famulari.name>