~ruther/guix-local

7c438099 — Ricardo Wurmus 9 years ago
gnu: Add emacs-multiple-cursors.

* gnu/packages/emacs.scm (emacs-multiple-cursors): New variable.
e8ac1f8f — Ludovic Courtès 9 years ago
gnu: Add guile-sqlite3.

* gnu/packages/guile.scm (guile-sqlite3): New variable.
87a16de7 — 宋文武 9 years ago
gnu: bluez: Install 'org.bluez.obex.service' and fix '97-hid2hci.rules'.

* gnu/packages/linux.scm (bluez)[arguments]: Add 'post-install' phase.
c8092046 — 宋文武 9 years ago
gnu: bluez: Update to 5.40.

* gnu/packages/linux.scm (bluez): Update to 5.40.
f3dbc626 — 宋文武 9 years ago
gnu: bluez: Set sysconfdir and localstatedir.

* gnu/packages/linux.scm (bluez)[arguments]: Add '--sysconfdir=/etc'
and '--localstatedir=/var'.
922e21f4 — 宋文武 9 years ago
gnu: services: Add bluetooth-service.

* gnu/services/desktop.scm (bluetooth-shepherd-service)
(bluetooth-service): New Prodecures.
(bluetooth-service-type): New variable.
* doc/guix.text (Desktop Services): Document it.
0de78c95 — Daniel Pimentel 9 years ago
gnu: Add python2-jsonrpclib

* gnu/packages/python.scm (python2-jsonrpclib): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
d1dbeddd — Ricardo Wurmus 9 years ago
gnu: Add emacs-company.

* gnu/packages/emacs.scm (emacs-company): New variable.
65924b10 — Leo Famulari 9 years ago
gnu: certbot, python-acme: Update to 0.8.1.

These packages should be updated together.

* gnu/packages/tls.scm (certbot): Update to 0.8.1.
(python-acme, python2-acme): Update to 0.8.1
bced395c — Efraim Flashner 9 years ago
gnu: aria2: Update to 1.24.0.

* gnu/packages/bittorrent.scm (aria2): Updat eto 1.24.0.
a1b48465 — Ludovic Courtès 9 years ago
services: dicod: Add 'interfaces' configuration field.

This makes 'dicod' listen on 'localhost' by default, whereas it was
previously listening on all the interfaces, which is not a good default
security-wise.

* gnu/services/dict.scm (<dicod-configuration>)[interfaces]: New field.
(dicod-configuration-file)[database->text]: New procedure, with code
formerly in 'dicod-configuration->text'.
[dicod-configuration->text]: Rename to...
[configuration->text]: ... this.  Honor 'interfaces'.
* doc/guix.texi (Various Services): Document 'interfaces'.
02559739 — Efraim Flashner 9 years ago
gnu: libqtxdg: Move qtbase to propagated-inputs.

* gnu/packages/lxqt.scm (libqtxdg)[inputs]: Move qtbase ...
[propagated-inputs]: ... to here.

This is a follow-up to aa450b2bc41b0cedbebc4f8c0a51867a436cf02b.
668d2352 — Efraim Flashner 9 years ago
gnu: enlightenment: Update to 0.20.9.

* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.9.
[home-page]: Use https.
feabb770 — Efraim Flashner 9 years ago
gnu: python-efl: Rebuild generated C files.

* gnu/packages/enlightenment.scm (python-efl)[arguments]: Replace 'build
phase to set 'ENABLE_CYTHON=1'.
[native-inputs]: python-cython.
2e697322 — Ben Woodcroft 10 years ago
gnu: Add python-bz2file.

* gnu/packages/python.scm (python-bz2file, python2-bz2file): New
variables.
gnu: gnupg: Update to 2.1.13.

* gnu/packages/gnupg.scm (gnupg): Update to 2.1.13.

Signed-off-by: Leo Famulari <leo@famulari.name>
d4dd37fc — Ludovic Courtès 9 years ago
utils: 'current-source-directory' returns the absolute directory name.

* guix/utils.scm (current-source-directory): When FILE-NAME is relative,
use 'search-path' to determine the absolute file name.
5dbae738 — Ludovic Courtès 9 years ago
utils: 'current-source-directory' is now purely an expansion-time thing.

* guix/utils.scm (extract-directory): Remove.
(current-source-directory): Rewrite as a 'syntax-case' macro.
762e54b7 — Ludovic Courtès 9 years ago
doc: Recommend against marketing phrases in descriptions.

* doc/guix.texi (Synopses and Descriptions): Add note about marketing
phrases.
1ccb3192 — Efraim Flashner 9 years ago
gnu: lxqt-common: Add missing inputs.

* gnu/packages/lxqt.scm (lxqt-common)[inputs]: Add qtbase,
qttools, qtx11extras.
Next