~ruther/guix-local

493937ae — Dave Love 8 years ago
gnu: openblas: Build with LAPACK.

* gnu/packages/maths.scm (openblas)[arguments]: Don't disable LAPACK;
add set-extralib phase.
[inputs]: Add fortran-lib.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
6a069618 — Efraim Flashner 8 years ago
gnu: weechat: Disable tests on non-Intel architectures.

* gnu/packages/irc.scm (weechat)[arguments]: Disable tests on non-Intel
architectures.
44dd001d — Rutger Helling 8 years ago
gnu: par2cmdline: Update to 0.8.0.

* gnu/packages/backup.scm (par2cmdline): Update to 0.8.0.
90d8923b — Tobias Geerinckx-Rice 8 years ago
doc: Properly escape brackets.

This fixes a build failure reported by Catonano <catonano@gmail.com>.

* doc/guix.texi (Mail Services): Escape ‘{’ and ‘}’ everywhere.
79bffa3e — Kei Kebreau 8 years ago
gnu: chicken: Update to 4.13.0.

* gnu/packages/scheme.scm (chicken): Update to 4.13.0.
[source]: Remove obsolete patches.
* gnu/packages/patches/chicken-CVE-2017-6949.patch,
gnu/packages/patches/chicken-CVE-2017-11343.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
28c03b45 — Tobias Geerinckx-Rice 8 years ago
gnu: dovecot: Update to 2.3.0.

* gnu/packages/mail.scm (dovecot): Update to 2.3.0.
* gnu/services/mail.scm (dovecot-configuration)[director-doveadm-port]
[ssl-parameters-regenerate]: Delete fields.
[ssl-protocols]: Rename to...
[ssl-min-protocol]: ...this.
[mail-log-prefix, mdbox-rotate-size, ssl-cipher-list, imap-logout-format]:
Update default values.
* doc/guix.texi (Mail Services): Reflect the above changes to the service.
2f3800e5 — Tobias Geerinckx-Rice 8 years ago
gnu: ruby: Use HTTPS for home pages.

* gnu/packages/ruby.scm (ruby-hoe, bundler, ruby-rjb, ruby-libxml)
(ruby-permutation, ruby-gettext, ruby-test-unit, ruby-pry, ruby-tzinfo)
(ruby-tzinfo-data, ruby-term-ansicolor, ruby-pstree, ruby-json, ruby-rack)
(ruby-yard, ruby-ansi, ruby-rubytest, ruby-brass, ruby-qed, ruby-ae)
(ruby-lemon, ruby-rubytest-cli, ruby-hashery)[home-page]: Use HTTPS.
92513191 — Tobias Geerinckx-Rice 8 years ago
gnu: ruby-tzinfo-data: Update to 1.2017.3.

* gnu/packages/ruby.scm (ruby-tzinfo-data): Update to 1.2017.3
4237af85 — Tobias Geerinckx-Rice 8 years ago
gnu: ruby-tzinfo: Update to 1.2.4.

* gnu/packages/ruby.scm (ruby-tzinfo): Update to 1.2.4
484d68f2 — Tobias Geerinckx-Rice 8 years ago
gnu: ocaml-utop: Update to 2.0.2.

* gnu/packages/ocaml.scm (ocaml-utop): Update to 2.0.2
0e43721f — Tobias Geerinckx-Rice 8 years ago
gnu: ocaml-jbuilder: Update to 1.0+beta16.

* gnu/packages/ocaml.scm (ocaml-jbuilder): Update to 1.0+beta16
36dba63b — Tobias Geerinckx-Rice 8 years ago
gnu: ocaml-ssl: Expand description.

* gnu/packages/ocaml.scm (ocaml-ssl)[description]: Expand based on Debian's.
26b438e0 — Tobias Geerinckx-Rice 8 years ago
gnu: ocaml-ssl: Update to 0.5.5.

* gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.5
7b20cd57 — Tobias Geerinckx-Rice 8 years ago
gnu: ocaml-bitstring: Update to 2.1.1.

* gnu/packages/ocaml.scm (ocaml-bitstring): Update to 2.1.1
50786325 — Tobias Geerinckx-Rice 8 years ago
gnu: fish: Mark up description.

* gnu/packages/shells.scm (fish)[description]: Use @command{}.
66e86f26 — Tobias Geerinckx-Rice 8 years ago
gnu: protobuf: Update to 3.5.1.

* gnu/packages/protobuf.scm (protobuf): Update to 3.5.1.
84958de1 — Kei Kebreau 8 years ago
gnu: windowmaker: Enable xinerama support.

* gnu/packages/gnustep.scm (windowmaker)[inputs]: Add libxinerama.
fae7973e — Ludovic Courtès 8 years ago
doc: Add "/guix" after LOCALSTATEDIR.

Fixes <https://bugs.gnu.org/29813>.
Reported by Martin Castillo <castilma@uni-bremen.de>.

* doc/guix.texi (Invoking guix-daemon, Invoking guix package): Add
missing "/guix" after LOCALSTATEDIR.
3e30cdf1 — Ludovic Courtès 8 years ago
guix build: Support '--with-source=PACKAGE@VERSION=URI'.

* guix/scripts/build.scm (numeric-extension?, tarball-base-name): New
procedures, formerly in 'package-with-source'.
(transform-package-source)[new-sources]: Look for '=' in URI.  Each
element of the list of now a (PKG VERSION SOURCE) tuple.
Pass VERSION to 'package-with-source'.
(package-with-source): Add 'version' parameter and honor it.
* tests/scripts-build.scm ("options->transformation, with-source, PKG=URI")
("options->transformation, with-source, PKG@VER=URI"): New tests.
* doc/guix.texi (Package Transformation Options): Document the new
forms.
85f075a0 — Mason Hock 8 years ago
gnu: lilypond: Update to 2.19.80.

* gnu/packages/music.scm (lilypond): Update to 2.19.80.
Next