~ruther/guix-local

fe9bdb58 — Ludovic Courtès 9 years ago
tests: Make sure child process of 'pivot-root' test exits.

* tests/syscalls.scm ("pivot-root"): Use 'test-equal'.  Wrap child body
in 'dynamic-wind'.
0d7034ca — Ludovic Courtès 9 years ago
tests: Fix typo in 'with-graft' transformation test.

This is a followup to 645b9df858683dc05ffa04c9eb2fdc45ccef4a65.

* tests/scripts-build.scm ("options->transformation, with-graft"): Use
'with-graft', not 'with-input'.
2535635f — Ludovic Courtès 9 years ago
Use (ice-9 binary-ports) instead of (rnrs io ports).

This reduces the closure of (guix ui) from 123 to 106 modules.

* guix/derivations.scm: Use (ice-9 binary-ports) instead of (rnrs io
ports).
(map-derivation)[substitute-file]: Use 'read-string' instead of
'get-string-all'.
* guix/ftp-client.scm: Likewise.
* guix/hash.scm: Likewise.
* guix/http-client.scm: Likewise.
* guix/pki.scm (ensure-acl, current-acl): Likewise.
* guix/scripts/archive.scm (authorize-key)[read-key]: Likewise.
* guix/scripts/authenticate.scm (read-canonical-sexp)
(read-hash-data): Likewise.
* guix/scripts/download.scm: Likewise.
* guix/scripts/offload.scm (register-gc-root, remove-gc-roots)
(send-files): Likewise.
* guix/scripts/publish.scm (lazy-read-file-sexp): Likewise.
* guix/scripts/refresh.scm: Likewise.
* guix/scripts/substitute.scm (check-acl-initialized): Likewise.
* guix/serialization.scm (read-maybe-utf8-string): Likewise.
* guix/scripts/hash.scm (guix-hash): Use 'force-output' instead of
'flush-output-port'.
* guix/store.scm (process-stderr): Likewise.
* guix/tests.scm: Likewise.
* guix/utils.scm: Use (ice-9 binary-ports) and autoload (rnrs io ports)
for 'make-custom-binary-input-port'.
4bb54cc4 — Ludovic Courtès 9 years ago
lint: Suggest @code instead of quotes.

* guix/scripts/lint.scm (%quoted-identifier-rx): New variable.
(check-description-style)[check-quotes]: New procedure.
Use it.
* tests/lint.scm ("description: suggest ornament instead of quotes"):
New test.
4534d85e — Ludovic Courtès 9 years ago
gnu: Add Ao.

* gnu/packages/engineering.scm (ao): New variable.
a966281f — Ludovic Courtès 9 years ago
gnu: glfw: Propagate the relevant inputs.

* gnu/packages/gl.scm (glfw)[inputs]: Rename to...
[propagated-inputs]: ... this.  Add LIBXXF86VM.
7fee5b53 — Ludovic Courtès 9 years ago
container: Allow 'container-excursion' to the same namespaces.

Before that, 'container-excursion' would call 'setns' even when the
target namespace is the one the caller is already in, which would fail.

* gnu/build/linux-container.scm (container-excursion): Introduce
'source' and 'target'.  Compare the result of 'readlink' on these
instead of comparing file descriptors to decide whether to call
'setns'.
* tests/containers.scm ("container-excursion, same namespace"): New test.
99df12cd — Roel Janssen 9 years ago
gnu: Add r-biocstyle.

* gnu/packages/bioinformatics.scm (r-biocstyle): New variable.
207ce8fb — Roel Janssen 9 years ago
gnu: Add r-biocviews.

* gnu/packages/bioinformatics.scm (r-biocviews): New variable.
b747718e — Benz Schenk 9 years ago
gnu: Add iperf.

* gnu/packages/networking.scm (iperf): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
b5a5fb19 — Hartmut Goebel 9 years ago
gnu: python-dateutil, python-dateutil-2: Update to new home-page.

* gnu/packages/python.scm (python-dateutil, python2-dateutil,
  python-dateutil-2, python2-dateutil-2)[home-page]: Update URL.
c79ad57a — Roel Janssen 9 years ago
gnu: Add r-optparse.

* gnu/packages/bioinformatics.scm (r-optparse): New variable.
2acaaee5 — Roel Janssen 9 years ago
gnu: Add r-getopt.

* gnu/packages/bioinformatics.scm (r-getopt): New variable.
7d95c000 — Federico Beffa 9 years ago
gnu: Add GHC 8.0.1.

* gnu/packages/haskell.scm (ghc-8): New variable.
1bd00f17 — Federico Beffa 9 years ago
gnu: Add ghc-hashtables.

* gnu/packages/haskell.scm (ghc-hashtables): New variable.
db61a009 — Federico Beffa 9 years ago
gnu: Add ghc-easyplot.

* gnu/packages/haskell.scm (ghc-easyplot): New variable.
4225c711 — Federico Beffa 9 years ago
gnu: Add ghc-hmatrix-gsl-stats.

* gnu/packages/haskell.scm (ghc-hmatrix-gsl-stats): New variable.
271a5365 — Federico Beffa 9 years ago
gnu: Add ghc-hmatrix-special.

* gnu/packages/haskell.scm (ghc-hmatrix-special): New variable.
932104ab — Federico Beffa 9 years ago
gnu: Add ghc-hmatrix-gsl.

* gnu/packages/haskell.scm (ghc-hmatrix-gsl): New variable.
95595618 — Federico Beffa 9 years ago
gnu: Add ghc-hmatrix.

* gnu/packages/haskell.scm (ghc-hmatrix): New variable.
Next