gnu: libressl: Update to 2.3.5.
* gnu/packages/tls.scm (libressl): Update to 2.3.5.
gnu: Add higan.
* gnu/packages/games.scm (higan): New variable.
gnu: Add python-ply.
* gnu/packages/python.scm (python-ply, python2-ply): New variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: Add font-hack.
* gnu/packages/fonts.scm (font-hack): New variable.
Signed-off-by: 宋文武 <iyzsong@gmail.com>
gnu: java-swt: Use 64-bit archive on x86_64.
* gnu/packages/java.scm (java-swt)[source]: Use separate source archive
for x86_64.
bournish: Allow compilation of multiple expressions.
* guix/build/bournish.scm (%bournish-language): Add a joiner to SCHEME.
Compile only to Scheme.
* tests/bournish.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
bournish: Handle EOF in the reader.
* guix/build/bournish.scm (read-bournish): Add case for EOF.
gnu: Add ghc-wl-pprint.
* gnu/packages/haskell.scm (ghc-wl-pprint): New variable.
gnu: Add ghc-union-find.
* gnu/packages/haskell.scm (ghc-union-find): New variable.
gnu: Add ghc-indents.
* gnu/packages/haskell.scm (ghc-indents): New variable.
gnu: Add ghc-concatenative.
* gnu/packages/haskell.scm (ghc-concatenative): New variable.
gnu: Add ghc-aeson-pretty.
* gnu/packages/haskell.scm (ghc-aeson-pretty): New variable.
gnu: qtkeychain: Update to 0.7.0.
* gnu/packages/qt.scm (qtkeychain): Update to 0.7.0.
gnu: calibre: Update to 2.58.0.
* gnu/packages/ebook.scm (calibre): Update to 2.58.0.
gnu: python-pyqt: Use 'modify-phases'.
* gnu/packages/qt.scm (python-pyqt)[arguments]: Use 'modify-phases'.
gnu: python-pyqt: Update to 5.6.
* gnu/packages/qt.scm (python-pyqt, python2-pyqt): Update to 5.6.
(python-pyqt)[native-inputs]: Remove qt, add qtbase.
(python2-pyqt)[native-inputs]: Remove qt, add qtbase.
gnu: python-sip: Use 'modify-phases'.
* gnu/packages/qt.scm (python-sip)[arguments]: Use 'modify-phases'.
gnu: python-sip: Update to 4.18.
* gnu/packages/qt.scm (python-sip, python2-sip): Update to 4.18.
gnu: Add emacs-cider.
* gnu/packages/emacs.scm (emacs-cider): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>