~ruther/guix-local

ref: 94fd86e5e1eb4eea2b038e213b60cc2e8ca0c9a7 guix-local/gnu d---------
94fd86e5 — Ricardo Wurmus 8 years ago
gnu: r-dnacopy: Update to 1.52.0.

* gnu/packages/bioinformatics.scm (r-dnacopy): Update to 1.52.0.
c7782c3f — Ricardo Wurmus 8 years ago
gnu: r-biocviews: Update to 1.46.0.

* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.46.0.
[propagated-inputs]: Remove r-knitr.
7373b416 — Ricardo Wurmus 8 years ago
gnu: r-bioccheck: Update to 1.14.0.

* gnu/packages/bioinformatics.scm (r-bioccheck): Update to 1.14.0.
[native-inputs]: Remove which.
[propagated-inputs]: Add r-stringdist.
a40a04fd — Ricardo Wurmus 8 years ago
gnu: Add r-stringdist.

* gnu/packages/cran.scm (r-stringdist): New variable.
8ca2b2b0 — Ricardo Wurmus 8 years ago
gnu: r-rgraphviz: Update to 2.22.0.

* gnu/packages/graph.scm (r-rgraphviz): Update to 2.22.0.
a0e4b41b — Ludovic Courtès 8 years ago
gnu: guile-git: Update snapshot.

* gnu/packages/guile.scm (guile-git): Update to commit 951a32c.
fedde43b — Brendan Tildesley 8 years ago
gnu: moka-icon-theme: Fix license.

* gnu/packages/gnome.scm (moka-icon-theme): Add cc-by-sa4.0 to license field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
550281fb — Brendan Tildesley 8 years ago
gnu: moka-icon-theme: Add faba-icon-theme as propagated input.

* gnu/packages/gnome.scm (moka-icon-theme)[propagated-inputs]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8b0e4177 — Brendan Tildesley 8 years ago
gnu: moka-icon-theme: Simplify package definition.

* gnu/packages/gnome.scm (moka-icon-theme): Inherit faba-icon-theme to avoid
  duplicating similar package definition.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
d935e6a1 — Brendan Tildesley 8 years ago
gnu: Add faba-icon-theme.

* gnu/packages/gnome.scm (faba-icon-theme): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
47bd32d9 — Carlo Zancanaro 8 years ago
gnu: electrum: Update to 3.0.

gnu/packages/finance.scm (electrum): Update to 3.0.
[inputs]: Change to python3 inputs.
[arguments]: Remove python-2. Disable tests.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ea0421bb — Carlo Zancanaro 8 years ago
gnu: Add python-jsonrpclib-pelix.

* gnu/packages/python.scm (python-jsonrpclib-pelix, python2-jsonrpclib-pelix):
New variables.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
96dc8f35 — Ludovic Courtès 8 years ago
packages: 'fold-packages' takes #:select? parameter.

* gnu/packages.scm (fold-packages): Add #:select? parameter and honor it.
0ad5f809 — Ludovic Courtès 8 years ago
Fix ambiguous imports.

* gnu/packages/ocaml.scm: Hide 'zip' from (srfi srfi-1).
* guix/git.scm: Select 'mkdir-p' from (guix build utils).
913027f3 — Efraim Flashner 8 years ago
gnu: nnn: Update to 1.5.

* gnu/packages/admin.scm (nnn): Update to 1.5.
6a534909 — Efraim Flashner 8 years ago
gnu: libuninameslist: Update to 20170807.

* gnu/packages/fontutils.scm (libuninameslist): Update to 20170807.
10b159a3 — Efraim Flashner 8 years ago
gnu: u-boot: Only install 'MLO' output if it exists.

* gnu/packages/bootloaders.scm (u-boot)[arguments]: Add 'MLO' to
uboot-files only if it has been built.
b1a30793 — Mathieu Othacehe 8 years ago
system: vm: Use 2^32 - 1 as hash size.

* gnu/system/vm.scm (operating-system-uuid): Use 2^32 - 1 instead of
  2^32 as hash size.

On some 32 bit system (ARM for example), 2^32 exceeds hash max
size (ULONG_MAX = 2^32 - 1).
dd208b93 — Mathieu Othacehe 8 years ago
bootloaders: uboot: Add .img and MLO files to binary outputs.

* gnu/packages/bootloaders.scm (make-u-boot-package): Add .img and MLO files
  as binary output.
f6948189 — Mathieu Othacehe 8 years ago
linux: Add omap2plus generic kernel.

* gnu/packages/linux.scm (linux-libre-arm-omap2plus): New exported variable.
Next