~ruther/guix-local

09c44196 — Julien Lepiller 8 years ago
gnu: Add java-gson.

* gnu/packages/java.scm (java-gson): New variable.
04162e83 — Nicolas Goaziou 8 years ago
gnu: qtsensors: Fix build.

* gnu/packages/qt.scm (qtsensors)[arguments]: Remove failing test.
6db6c3a9 — Nicolas Goaziou 8 years ago
gnu: tlp: Fix build.

* gnu/packages/linux.scm (tlp): Add "TLP_META" environment variable.  Use
  "invoke".
59d999f9 — Nicolas Goaziou 8 years ago
gnu: tlp: Update to 1.1.

* gnu/packages/linux.scm (tlp): Update to 1.1.
28e3569f — Oleg Pykhalov 8 years ago
gnu: qemu: Add pulseaudio support.

* gnu/packages/virtualization.scm (qemu)[arguments]: Add --audio-drv-list
flag.
[inputs]: Add pulseaudio.
(qemu-minimal)[inputs]: Remove pulseaudio.
dc993847 — Oleg Pykhalov 8 years ago
gnu: Add colormake.

* gnu/packages/colorize.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add this.
abd78128 — Christopher Baines 8 years ago
gnu: Switch ruby-pg to build with postgresql-9.6.

As the testsuite fails with the later version.

* gnu/packages/ruby.scm (ruby-pg)[inputs]: Switch postgresql to
  postgresql-9.6.
61995dce — Oleg Pykhalov 8 years ago
gnu: emacs-browse-at-remote: Patch for GNU Cgit support.

* gnu/packages/patches/emacs-browse-at-remote-cgit-gnu.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/emacs.scm (emacs-browse-at-remote)[source](patches): Use it.
af414f34 — Pierre Langlois 8 years ago
gnu: clementine: Remove Spotify downloader.

Clementine has a button in the preference menu that allows downloading a
binary blob to add support for Spofify.  Let's remove this button.  It turns
out this is the only part of the code base that uses crypto++, let's remove
this dependency too.

* gnu/packages/music.scm (clementine)[arguments]: Remove crypto++ support. Set
HAVE_SPOTIFY_DOWNLOADER to FALSE.
[inputs]: Remove crypto++ input.
* gnu/packages/patches/clementine-remove-crypto++-dependency.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Leo Famulari <leo@famulari.name>
a48b877e — Danny Milosavljevic 8 years ago
gnu: appstream-glib: Propagate some inputs.

* gnu/packages/glib.scm (appstream-glib)[inputs]: Move gcab, gdk-pixbuf,
util-linux to propagated-inputs.
cfd7723c — Marius Bakke 8 years ago
gnu: samba: Update to 4.7.5.

* gnu/packages/samba.scm (samba): Update to 4.7.5.
165c8b2a — Marius Bakke 8 years ago
gnu: zziplib: Update to 0.13.68.

* gnu/packages/patches/zziplib-CVE-2017-5974.patch,
gnu/packages/patches/zziplib-CVE-2017-5975.patch,
gnu/packages/patches/zziplib-CVE-2017-5976.patch,
gnu/packages/patches/zziplib-CVE-2017-5978.patch,
gnu/packages/patches/zziplib-CVE-2017-5979.patch,
gnu/packages/patches/zziplib-CVE-2017-5981.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/compression.scm (zziplib): Update to 0.13.68.
[source](patches): Remove.
[arguments]: Remove #:parallel-tests?.  Set #:tests? #f.
a68fdfea — Ludovic Courtès 8 years ago
services: avahi: Default to nss-mdns 0.10.

This works around <https://bugs.gnu.org/30396>.
Reported by George myglc2 Clemmer <myglc2@gmail.com>.

* gnu/packages/avahi.scm (nss-mdns-0.10): New variable.
* gnu/services/avahi.scm (avahi-service-type): Use it.
8f8842cc — Danny Milosavljevic 8 years ago
gnu: guile-sqlite3: Update to 0.0-3.1cd1dec.

* gnu/packages/guile.scm (guile-sqlite3): Update to 0.0-3.1cd1dec.
be5e2cf1 — Ludovic Courtès 8 years ago
gnu: guix: Update snapshot to bc880f9.

* gnu/packages/package-management.scm (guix): Update to bc880f9.
bc880f9d — Ludovic Courtès 8 years ago
gnu: mcron2: Install files to 'share/guile/site/2.2'.

Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.

* gnu/packages/guile.scm (mcron2)[arguments]: In 'use-guile-2.2' phase,
substitute /share/guile/site/2.0.
8446dc5a — Ludovic Courtès 8 years ago
ssh: Work around 'select' bug in Guile.

Fixes <https://bugs.gnu.org/30365>.

* guix/ssh.scm (remote-daemon-channel)[redirect]: Define 'select*' and
use it.
a76acfd3 — Arun Isaac 8 years ago
gnu: services: Add wesnothd service.

* gnu/services/games.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Game Services): Document the service.
75abd864 — Arun Isaac 8 years ago
gnu: Add wesnoth-server.

* gnu/packages/games.scm (wesnoth-server): New variable.
8d0edc82 — Oleg Pykhalov 8 years ago
gnu: Add sipcalc.

* gnu/packages/admin.scm (sipcalc): New public variable.
Next