~ruther/guix-local

ca7a68eb — Ludovic Courtès 10 years ago
tests: Fix list of exports in (gnu tests).

* gnu/tests.scm: Export 'marionette-service-type'.
e3de272a — Ludovic Courtès 10 years ago
tests: Export 'run-basic-test'.

* gnu/tests/base.scm (run-basic-test): New procedure, extracted from ...
(%test-basic-os): ... here.  Use it.
77559f23 — Ludovic Courtès 10 years ago
tests: Strengthen regexp in 'packages.scm'.

* tests/packages.scm ("--search-paths with pattern"): Call
'regexp-quote' on the result of 'derivation->output-path'.
04eb0fab — Ludovic Courtès 10 years ago
gnu: guix: Add 'current-guix' thunk.

* gnu/packages/package-management.scm (source-file?)
(make-git-predicate, current-guix): New procedures.
a68d0f6f — Ludovic Courtès 10 years ago
utils: 'current-source-directory' gracefully handles lack of source info.

* guix/utils.scm (current-source-directory): Add case for when FILE-NAME
is #f.
cbbbb7be — Ludovic Courtès 10 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 10 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 10 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 10 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 10 years ago
gnu: synthv1: Update to 0.7.5.

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

* gnu/packages/compression.scm (lbzip2): New variable.
7c438099 — Ricardo Wurmus 10 years ago
gnu: Add emacs-multiple-cursors.

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

* gnu/packages/guile.scm (guile-sqlite3): New variable.
87a16de7 — 宋文武 10 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 — 宋文武 10 years ago
gnu: bluez: Update to 5.40.

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

* gnu/packages/linux.scm (bluez)[arguments]: Add '--sysconfdir=/etc'
and '--localstatedir=/var'.
922e21f4 — 宋文武 10 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 10 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 10 years ago
gnu: Add emacs-company.

* gnu/packages/emacs.scm (emacs-company): New variable.
65924b10 — Leo Famulari 10 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
Next