~ruther/guix-local

ba9e2ee6 — Leo Famulari 9 years ago
gnu: spice-gtk: Propagate SPICE-PROTOCOL.

* gnu/packages/spice.scm (spice-gtk)[inputs]: Move SPICE-PROTOCOL to...
[propagated-inputs]: ... here.
0d05a739 — Leo Famulari 9 years ago
gnu: usbredir: Propagate LIBUSB.

* gnu/packages/spice.scm (usbredir)[inputs]: Replace field with ...
[propagated-inputs]: ... new field.
6e6ddebf — Ludovic Courtès 9 years ago
gnu: guix: Add dependency on zlib.

* gnu/packages/package-management.scm (guix-0.10.0)[inputs]: Add ZLIB.
57c7e46d — Ludovic Courtès 9 years ago
tests: Improve synchronization in 'tests/guix-register.sh'.

* tests/guix-register.sh: When launching guix-daemon, add retry loop
around 'open-connection'.  This fixes test failures that could occur
under heavy load where the daemon's socket file wouldn't be ready yet
when the client connects.
61201e46 — Alex Griffin 9 years ago
gnu: password-store: Wrap PATH.

* gnu/packages/password-utils.scm (password-store)
[arguments]: Wrap PATH more thoroughly.
[native-inputs]: Move getopt to inputs.
[inputs]: Add sed.

Signed-off-by: Mathieu Lirzin <mthl@gnu.org>
f33e71fc — Ludovic Courtès 9 years ago
gnu: perl-dbd-pg: Add description.

* gnu/packages/databases.scm (perl-dbd-pg)[description]: Add non-empty
description.
bd883da3 — Ludovic Courtès 9 years ago
build: Bump version number.

* configure.ac: Change version to 0.11.0.
a3947cb1 — Ludovic Courtès 9 years ago
gnu: Sync GNU descriptions with upstream.

From 'guix lint -c gnu-description'.

* gnu/packages/gnunet.scm (gnunet): Adjust description.
* gnu/packages/marst.scm (marst): Likewise.
* gnu/packages/maths.scm (c-graph): Likewise.
* gnu/packages/networking.scm (macchanger): Likewise.
c777570b — Nicolas Goaziou 9 years ago
gnu: Add sshpass.

* gnu/packages/ssh.scm (sshpass): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
cfbb3b0d — Leo Famulari 9 years ago
gnu: python-beautifulsoup4: Update to 4.5.0.

* gnu/packages/python.scm (python-beautifulsoup4, python2-beautifulsoup4):
Update to 4.5.0.
gnu: perl-devel-symdump: Update to 2.17.

* gnu/packages/perl.scm (perl-devel-symdump): Update to 2.17.

Signed-off-by: Leo Famulari <leo@famulari.name>
6144dff5 — David Craven 9 years ago
gnu: Add virt-viewer.

* gnu/packages/spice.scm (virt-viewer): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
33b0f4a4 — David Craven 9 years ago
gnu: Add spice-vdagent.

* gnu/packages/spice.scm (spice-vdagent): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
3cbd37e4 — David Craven 9 years ago
gnu: Add spice.

* gnu/packages/spice.scm (spice): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
bb28cf90 — David Craven 9 years ago
gnu: Add spice-gtk.

* gnu/packages/spice.scm (spice-gtk): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
289e472f — David Craven 9 years ago
gnu: Add spice-protocol.

* gnu/packages/spice.scm (spice-protocol): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2ef2654d — David Craven 9 years ago
gnu: Add virglrenderer.

* gnu/packages/spice.scm (virglrenderer): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
1d2c67c1 — David Craven 9 years ago
gnu: Add usbredir.

* gnu/packages/spice.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Leo Famulari <leo@famulari.name>
a1dfa022 — Leo Famulari 9 years ago
Revert "gnu: gd: Update to 2.2.3 [fixes CVE-2016-6207]."

This reverts commit ae46cd0e4cfb1f06d099b2cda1f9e702e86c90e9.
4e3bfaf4 — Ludovic Courtès 9 years ago
guix package: Suggest prefix search path settings.

* guix/scripts/package.scm (build-and-use-profile): Pass #:kind 'prefix
to 'display-search-paths'.
Next