~ruther/guix-local

8bebe00a — Ludovic Courtès 9 years ago
bournish: Handle EOF in the reader.

* guix/build/bournish.scm (read-bournish): Add case for EOF.
febf7ef6 — Ludovic Courtès 9 years ago
gnu: Add ghc-wl-pprint.

* gnu/packages/haskell.scm (ghc-wl-pprint): New variable.
abbf2623 — Ludovic Courtès 9 years ago
gnu: Add ghc-union-find.

* gnu/packages/haskell.scm (ghc-union-find): New variable.
b6bfa2ca — Ludovic Courtès 9 years ago
gnu: Add ghc-indents.

* gnu/packages/haskell.scm (ghc-indents): New variable.
839415ec — Ludovic Courtès 9 years ago
gnu: Add ghc-concatenative.

* gnu/packages/haskell.scm (ghc-concatenative): New variable.
2aa0bada — Ludovic Courtès 9 years ago
gnu: Add ghc-aeson-pretty.

* gnu/packages/haskell.scm (ghc-aeson-pretty): New variable.
b2c108ff — Ludovic Courtès 9 years ago
file-systems: Remove unneeded import.

* gnu/system/file-systems.scm: Remove import of (guix gexp), unneeded
since commit 060d62a740fc1932a3be505534feff099b59ac9f.
6e8dee98 — Efraim Flashner 9 years ago
gnu: qtkeychain: Update to 0.7.0.

* gnu/packages/qt.scm (qtkeychain): Update to 0.7.0.
9acd40fe — Efraim Flashner 9 years ago
gnu: calibre: Update to 2.58.0.

* gnu/packages/ebook.scm (calibre): Update to 2.58.0.
eef988c8 — Efraim Flashner 9 years ago
gnu: python-pyqt: Use 'modify-phases'.

* gnu/packages/qt.scm (python-pyqt)[arguments]: Use 'modify-phases'.
2be06813 — Efraim Flashner 9 years ago
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.
39766868 — Efraim Flashner 9 years ago
gnu: python-sip: Use 'modify-phases'.

* gnu/packages/qt.scm (python-sip)[arguments]: Use 'modify-phases'.
8fa7f8d9 — Efraim Flashner 9 years ago
gnu: python-sip: Update to 4.18.

* gnu/packages/qt.scm (python-sip, python2-sip): Update to 4.18.
f9be4366 — humanitiesNerd 9 years ago
gnu: Add emacs-cider.

* gnu/packages/emacs.scm (emacs-cider): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
555d02e7 — 宋文武 9 years ago
gnu: znc: Update to 1.6.3.

* gnu/packages/messaging.scm (znc): Update to 1.6.3.
c3d38b2b — 宋文武 9 years ago
gnu: services: Add dicod-service.

* gnu/services/dict.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Various Services): Document it.
64a42a08 — Leo Famulari 9 years ago
gnu: ntp: Update to 4.2.8p8 [fixes CVE-2016-{4953, 4954, 4955, 4956, 4957}].

* gnu/packages/ntp.scm (ntp): Update to 4.2.8p8.
620ce2ef — Leo Famulari 9 years ago
gnu: ntp: Add HTTPS URL.

This works around an HTTP -> HTTPS redirection.

* gnu/packages/ntp.scm (ntp)[source]: Add HTTPS URL.
71cb237a — Leo Famulari 9 years ago
services: urandom-seed: Refresh seed at boot.

* gnu/services/base.scm (urandom-seed-shepherd-service): Refresh the random
seed unconditionally at boot. Ensure directory structure for %random-seed-file
exists when shutting down.
(%urandom-seed-activation): Remove variable.
(urandom-seed-service-type): Remove deleted variable from list of extensions.
5d52ac74 — Ben Woodcroft 9 years ago
gnu: krona-tools: Correct paths used internally.

* gnu/packages/web.scm (krona-tools)[arguments]: Add 'check' phase.
Correct paths used internally.
Next