~ruther/guix-local

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.
40d71e44 — Ludovic Courtès 9 years ago
profiles: 'profile-derivation' now honors #:system.

Fixes <http://bugs.gnu.org/23682>.
Reported by Ander GM <anthk@openmailbox.org>.

* guix/profiles.scm (profile-derivation): Pass #:system to
'gexp->derivation'.
* tests/guix-environment.sh: Add 'guix environment -s' test.
834a2fc1 — Nicolas Goaziou 9 years ago
gnu: Add Wireshark.

* gnu/packages/networking.scm (wireshark): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
698bd297 — Hartmut Goebel 9 years ago
gnu: Use full SHA1 commit ids.

* gnu/packages/bioinformatics.scm (pbtranscript-tofu, mosaik,
  smithlab-cpp, piranha): Use full SHA1 commit ids.
* gnu/packages/ci.scm (hydra): Likewise.
* gnu/packages/compression.scm (sfarkxtc): Likewise.
* gnu/packages/emacs.scm (emacs-ob-ipython): Likewise.
* gnu/packages/games.scm (mars, emulation-station): Likewise.
* gnu/packages/gnunet.scm (guile-gnunet): Likewise.
* gnu/packages/music.scm (non-sequencer): Likewise.
* gnu/packages/version-control.scm (git-flow, git-test-sequence): Likewise.
* gnu/packages/xorg.scm (xf86-video-intel): Likewise.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1713c37f — Ludovic Courtès 9 years ago
doc: Mention the 'ip' command.

Suggested by Alex Kost <alezost@gmail.com>.

* doc/guix.texi (Preparing for Installation): Mention 'ip'.
7868000f — Andreas Enge 9 years ago
gnu: Add qtbase.

* gnu/packages/qt.scm (qtbase): New variable.

Co-authored by: Efraim Flashner <efraim@flashner.co.il>
ae609001 — Matthew Jordan 9 years ago
gnu: Add emacs-helm.

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

Signed-off-by: Alex Kost <alezost@gmail.com>
a88825d9 — Alex Kost 9 years ago
gnu: lirc: Update to 0.9.4.

* gnu/packages/lirc.scm (lirc): Update to 0.9.4.
[arguments]: Add 'patch-lirc-make-devinput' and 'patch-doc/Makefile.in'
phases.
[inputs]: Add 'libusb-compat' and 'linux-libre-headers'.
da3aeeb6 — 宋文武 9 years ago
gnu: Add python-twisted and python2-twisted.

* gnu/packages/python.scm (python-twisted, python2-twisted): New variables.
Next