~ruther/guix-local

85652f59 — Ricardo Wurmus 11 years ago
gnu: Add HTSeq.

* gnu/packages/bioinformatics.scm (htseq): New variable.
5eb86b64 — Ricardo Wurmus 11 years ago
gnu: Add libyaml.

* gnu/packages/web.scm (libyaml): New variable.
f78c66aa — Andreas Enge 11 years ago
gnu: pari-gp: Update to 2.7.3.

* gnu/packages/algebra.scm (pari-gp): Update to 2.7.3.
865a69dd — Ricardo Wurmus 11 years ago
gnu: Add arpack-ng.

* gnu/packages/maths.scm (arpack-ng): New variable.
f18f8b73 — Ricardo Wurmus 11 years ago
gnu: python-scipy: install UTF-8 locale.

* gnu/packages/python.scm (python-scipy): Install en_US.UTF-8 locale in
  install-doc phase to avoid encoding error.
6754032f — Ricardo Wurmus 11 years ago
gnu: matplotlib: install UTF-8 locale.

* gnu/packages/python.scm (python-matplotlib): Install en_US.UTF-8 locale in
  install-doc phase to avoid encoding error.
76aae0f9 — Andreas Enge 11 years ago
Add David Hashe to 'AUTHORS'.
66cc3ab2 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add exim.

* gnu/packages/mail.scm (exim): New variable.
fc936b65 — David Hashe 11 years ago
gnu: Add gnugo.

* gnu/packages/games.scm (gnugo): New variable.
9953fa76 — Ricardo Wurmus 11 years ago
gnu: Add Ant.

* gnu/packages/java.scm (ant): New variable.
8622a072 — Ricardo Wurmus 11 years ago
gnu: Add RSeQC.

* gnu/packages/bioinformatics.scm (rseqc): New variable.
04dec194 — Mark H Weaver 11 years ago
download: Handle HTTP redirects to relative URI references.

Fixes <http://bugs.gnu.org/19840>.
Reported by Ricardo Wurmus <rekado@elephly.net>.

* guix/build/download.scm: On Guile 2.0.11 or earlier, redefine the http
  "Location" header to accept relative URIs.
  (resolve-uri-reference): New exported procedure.
  (http-fetch): Use 'resolve-uri-reference' to resolve redirections.
* guix/http-client.scm (http-fetch): Use 'resolve-uri-reference'
e92a4ad9 — Eric Bavier 11 years ago
import: cpan: Use cpan mirror url.

* guix/import/cpan.scm (cpan-module->sexp)[source-url]: Substitute cpan mirror
  url.
a0c2c4b4 — Eric Bavier 11 years ago
import: cpan: Sort inputs.

* guix/import/cpan.scm (cpan-module->sexp)[convert-inputs]: Sort returned list
  of inputs.
2491d589 — Eric Bavier 11 years ago
import: cpan: Adjust licenses.

* guix/import/cpan.scm (string->license): Add artistic2.0.  Use
  '(package-license perl) for "perl_5" as is our convention.
66392e47 — Eric Bavier 11 years ago
import: cpan: Use corelist to filter dependencies.

* guix/import/cpan.scm (%corelist): New variable.
  (module->dist-name, core-module?): New procedures.
  (cpan-module->sexp)[convert-inputs]: Use them.  Include "test" dependencies
  in converted inputs.
* doc/guix.texi (Invoking guix import)[cpan]: Mention corelist filtering.
f8e36623 — Eric Bavier 11 years ago
guix: licenses: Add Artistic 2.0 license.

* guix/licenses.scm (artistic2.0): New variable.
2d2a53fc — Eric Bavier 11 years ago
build-system/perl: Use Build.PL for builds if present.

* guix/build/perl-build-system.scm (configure): Use Build.PL if present.
  (build, check, install): New procedures.
  (%standard-phases): Replace build, check, and install phases.
* guix/build-system/perl (perl-build): Add make-maker? and module-build-flags
  arguments.
* doc/guix.texi (Build Systems)[perl-build-system]: Document behavior rsp.
  Build.PL and new arguments.
0f3d643b — Mark H Weaver 11 years ago
gnu: xorg-server: Update to 1.16.4.

* gnu/packages/xorg.scm (xorg-server): Update to 1.16.4.
f753846b — Ricardo Wurmus 11 years ago
gnu: remove "util-linux" from inputs

* gnu/packages/audio.scm (aubio, ardour, azr3, lash, patchage): Remove
  "util-linux" from `inputs'.
Next