~ruther/guix-local

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.
858d372c — Ludovic Courtès 9 years ago
tests: base: Add host name resolution tests.

* gnu/tests/base.scm (run-basic-test)["host name resolution",
"host not found"]: New tests.
9009538d — Ludovic Courtès 9 years ago
services: Export more service types.

* gnu/services/base.scm (syslog-service-type): Export.
(urandom-seed-service-type): Export.
04101d99 — Ludovic Courtès 9 years ago
services: nscd: Wait for the PID file.

* gnu/services/base.scm (nscd-shepherd-service): Pass #:pid-file.
b6683f15 — Ludovic Courtès 9 years ago
doc: Fix typo for 'static-networking-service'.

* doc/guix.texi (Networking Services): Change #:name-services to
  #:name-servers.
aea7d1d5 — Kei Kebreau 9 years ago
gnu: Add orage.

* gnu/packages/xfce.scm (orage): New variable.
Next