~ruther/guix-local

ref: 468e0b18d1eff7c8aedfe84edc00feca320e95a7 guix-local/gnu d---------
468e0b18 — Ludovic Courtès 9 years ago
gnu: ceres-solver: Propagate GLOG.

* gnu/packages/maths.scm (ceres)[inputs]: Move GLOG to...
[propagated-inputs]: ... here.  New field.
ad857912 — Jan Nieuwenhuizen 9 years ago
gnu: linux-initrd: Support NVMe devices.

* gnu/system/linux-initrd.scm (base-initrd): Add nvme to linux-modules.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8dec2229 — Ben Woodcroft 9 years ago
gnu: blast+: Update to 2.4.0.

* gnu/packages/bioinformatics.scm (blast+): Update to 2.4.0.
bc3a2e35 — Ludovic Courtès 9 years ago
gnu: ceres-solver: Depend on glog.

* gnu/packages/maths.scm (ceres)[arguments]: Remove -DMINIGLOG=ON.
[inputs]: Add GLOG.
53d159f8 — Ludovic Courtès 9 years ago
gnu: Add glog.

* gnu/packages/logging.scm (glog): New variable.
2de091f0 — Ludovic Courtès 9 years ago
gnu: node: Make sure 'npm' remains a symlink after 'patch-shebangs'.

Fixes <http://bugs.gnu.org/23744>.
Reported by Jovany Leandro G.C <bit4bit@riseup.net>
and Jelle Licht <jlicht@fsfe.org>.

* gnu/packages/node.scm (node)[arguments]: Replace 'patch-shebangs'
phase.
c2c36f5f — Ludovic Courtès 9 years ago
gnu: openexr: Install 'ImfStdIO.h'.

* gnu/packages/graphics.scm (openexr)[source](snippet): Modify
IlmImf/Makefile.in so that it installs 'ImfStdIO.h'.
b0069a67 — Ricardo Wurmus 9 years ago
gnu: avrdude: Use libusb-compat.

* gnu/packages/patches/avrdude-fix-libusb.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/flashing-tools.scm (avrdude)[source]: Remove patch.
[inputs]: Replace "libusb" with "libusb-compat".
3bce0f14 — Ben Woodcroft 9 years ago
gnu: star: Update to 2.5.2a.

* gnu/packages/bioinformatics.scm (star): Update to 2.5.2a.
6c737963 — Ben Woodcroft 9 years ago
gnu: htslib: Update to 1.3.1.

* gnu/packages/bioinformatics.scm (htslib): Update to 1.3.1.
ec946638 — Ricardo Wurmus 9 years ago
gnu: Add SEEK.

* gnu/packages/bioinformatics.scm (seek): New variable.
d6e374a0 — Ben Woodcroft 9 years ago
gnu: mafft: Update to 7.299.

* gnu/packages/bioinformatics.scm (mafft): Update to 7.299.
48d4ce6e — Efraim Flashner 9 years ago
Revert "gnu: qtbase: Don't propagate mesa."

This reverts commit 763a8e6e235cf464306214349dad21979f2645f0.
45469ebe — Ben Woodcroft 9 years ago
gnu: metabat: Update to 0.26.3.

* gnu/packages/bioinformatics.scm (metabat): Update to 0.26.3.
[arguments]: Update include and linking paths accordingly.
af45244e — Ben Woodcroft 9 years ago
gnu: diamond: Update to 0.8.9.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.9.
05e9f30f — Ricardo Wurmus 9 years ago
gnu: r: Add pango to inputs.

* gnu/packages/statistics.scm (r)[inputs]: Remove cairo, add pango.
d2fa61bc — Ludovic Courtès 9 years ago
tests: Add Avahi and NSS-mDNS test.

* gnu/tests/base.scm (%avahi-os): New variable.
(run-nss-mdns-test): New procedure.
(%test-nss-mdns): New variable.
c8695f32 — Ludovic Courtès 9 years ago
services: avahi: Add #:debug? parameter.

* gnu/services/avahi.scm (<avahi-configuration>)[debug?]: New field.
(avahi-shepherd-service): Honor it.
(avahi-service): Add #:debug? and honor it.
* doc/guix.texi (Networking Services): Adjust accordingly.
194ccecf — Ludovic Courtès 9 years ago
services: avahi: Pass --daemonize and check for the PID file.

This makes sure the service's 'start' finishes when avahi-daemon is
ready to process requests.

* gnu/services/avahi.scm (avahi-shepherd-service): Use --daemonize
instead of --syslog and add #:pid-file.
037f9e07 — Ludovic Courtès 9 years ago
tests: 'marionette-service-type' nows takes a <marionette-configuration>.

* gnu/tests.scm (<marionette-configuration>): New record type.
(marionette-shepherd-service): Argument now is a <marionette-configuration>.
(marionette-operating-system): Adjust accordingly.  Add #:requirements
parameter and honor it.
Next