~ruther/guix-local

cbbbb7be — Ludovic Courtès 9 years ago
utils: 'current-source-directory' resolves relative file names at run time.

* guix/utils.scm (absolute-dirname): New procedure.
(current-source-directory): Emit code to use it instead of calling
'search-path'.
95fa173e — Ludovic Courtès 9 years ago
store: 'register-path' no longer swallows 'system-error' exceptions.

* guix/store.scm (register-path): Do not catch 'system-error'.
e0b47290 — Ludovic Courtès 9 years ago
services: Add 'gc-root-service-type'.

* gnu/services.scm (gc-roots->system-entry): New procedure.
(gc-root-service-type): New variable.
3ebba94d — Mark H Weaver 9 years ago
gnu: libxslt: Replace with 1.1.29 [fixes CVE-2016-{1683,1684}].

* gnu/packages/xml.scm (libxslt)[replacement]: New field.
(libxslt/fixed): New variable.
cb1436d8 — Ricardo Wurmus 9 years ago
gnu: synthv1: Update to 0.7.5.

* gnu/packages/music.scm (synthv1): Update to 0.7.5.
669b7b83 — Ricardo Wurmus 9 years ago
gnu: Add lbzip2.

* gnu/packages/compression.scm (lbzip2): New variable.
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.
Next