~ruther/guix-local

bb6d2dad — Ricardo Wurmus 10 years ago
gnu: Add r-bitops.

* gnu/packages/statistics.scm (r-bitops): New variable.
8406138b — Ricardo Wurmus 10 years ago
gnu: Add AdaptiveSparsity.

* gnu/packages/machine-learning.scm (r-adaptivesparsity): New variable.
e22d4ca4 — Ricardo Wurmus 10 years ago
gnu: Add r-rcpparmadillo.

* gnu/packages/maths.scm (armadillo-for-rcpparmadillo): New variable.
* gnu/packages/statistics.scm (r-rcpparmadillo): New variable.
b15e47f9 — Ricardo Wurmus 10 years ago
gnu: Add armadillo.

* gnu/packages/maths.scm (armadillo): New variable.
b1186502 — Ricardo Wurmus 10 years ago
doc: Fix outdated claim about CRAN importer.

* doc/guix.texi: The CRAN importer no longer extracts information from
  the HTML package description but from the package's DESCRIPTION file.
be036757 — Ricardo Wurmus 10 years ago
import: Drop empty list items.

* guix/import/cran.scm (listify): Remove empty strings from result list.
0cb5bc2c — Ricardo Wurmus 10 years ago
http-client: Support basic authentication.

* guix/http-client.scm (http-fetch): Add Authorization header to request
  when the URI contains userinfo.
086e498b — Ricardo Wurmus 10 years ago
gnu: Add libgit2.

* gnu/packages/version-control.scm (libgit2): New variable.
02f35bb5 — Ben Woodcroft 10 years ago
gnu: mafft: Update to 7.267.

* gnu/packages/bioinformatics.scm (mafft): Update to 7.267.
[arguments]: Don't include mafft-homologs manpage.
[inputs]: Add gawk and grep.
[propagated-inputs]: Add coreutils.
1ef3f91a — Mathieu Lirzin 10 years ago
gnu: rxvt-unicode: Install the terminal capability data.

This provides the necessary terminal capability data, which are required
by ncurses-based applications.

* gnu/packages/xdisorg.scm (rxvt-unicode)[native-inputs]: Add ncurses.
[arguments]: Set the destination of the terminfo files.
[native-search-path]: New field.  Make them automatically available to
the user.
72d8b5ba — Efraim Flashner 10 years ago
gnu: msmtp: Update to 1.6.3.

* gnu/packages/mail.scm (msmtp): Update to 1.6.3.
[inputs]: Add libsecret.
ec92806a — Efraim Flashner 10 years ago
gnu: claws-mail: Update to 3.13.1.

* gnu/packages/mail.scm (claws-mail): Update to 3.13.1.
56918e26 — Efraim Flashner 10 years ago
gnu: python-cython: Update to 0.23.4.

* gnu/packages/python.scm (python-cython): Update to 0.23.4.
e99711af — David Thompson 10 years ago
gnu: ruby: Update to 2.2.4.

This version fixes CVE-2015-7551.

* gnu/packages/ruby.scm (ruby): Update to 2.2.4.
c5b303c5 — Ludovic Courtès 10 years ago
lint: The CPE name of GRUB is "grub2".

Reported by Leo Famulari.

* guix/scripts/lint.scm (package-name->cpe-name): Add "grub".
724a7d9c — Ludovic Courtès 10 years ago
packages: Remove now redundant graph procedures.

These procedures are now redundant with those in (guix graph) and are no
longer used since commit a51cbecb.

* gnu/packages.scm (vhash-refq, package-dependencies)
(package-direct-dependents, package-transitive-dependents)
(package-covering-dependents): Remove.
ccda8f7d — Ludovic Courtès 10 years ago
profiles: Honor search paths of propagated inputs.

Fixes <http://bugs.gnu.org/22073>.
Reported by Federico Beffa <beffa@ieee.org>.

* guix/profiles.scm (package->manifest-entry): Use
'package-transitive-native-search-paths' when computing
'search-paths' field.
* tests/profiles.scm ("package->manifest-entry, search paths"): New test.
aa8e0515 — Ludovic Courtès 10 years ago
packages: Add 'package-transitive-native-search-paths'.

* guix/packages.scm (package-transitive-native-search-paths): New
procedure.
* tests/packages.scm ("package-transitive-native-search-paths"): New
test.
54b7f63a — Efraim Flashner 10 years ago
gnu: offlineimap: Update to 6.6.0.

* gnu/packages/mail.scm (offlineimap): Update to 6.6.0.
b5d47a5a — Efraim Flashner 10 years ago
gnu: gnupg: Update to 1.4.20.

* gnu/packages/gnupg.scm (gnupg-1): Update to 1.4.20.
Next