~ruther/guix-local

aa30ab5a — Ricardo Wurmus 8 years ago
gnu: Add r-ensembldb.

* gnu/packages/bioinformatics.scm (r-ensembldb): New variable.
763e9810 — Ricardo Wurmus 8 years ago
gnu: Add r-annotationfilter.

* gnu/packages/bioinformatics.scm (r-annotationfilter): New variable.
04e2a2e9 — Ricardo Wurmus 8 years ago
gnu: Add r-dirichletmultinomial.

* gnu/packages/bioinformatics.scm (r-dirichletmultinomial): New variable.
3af149f5 — Ricardo Wurmus 8 years ago
gnu: Add r-complexheatmap.

* gnu/packages/bioinformatics.scm (r-complexheatmap): New variable.
902fb15d — Ricardo Wurmus 8 years ago
gnu: Add r-genomicfiles.

* gnu/packages/bioinformatics.scm (r-genomicfiles): New variable.
cd215877 — Marius Bakke 8 years ago
gnu: bdftopcf: Update to 1.1.

* gnu/packages/xorg.scm (bdftopcf): Update to 1.1.
[native-inputs]: Change from LIBXFONT to LIBXFONT2.
d469bc09 — Marius Bakke 8 years ago
gnu: feh: Update to 2.22.2.

* gnu/packages/image-viewers.scm (feh): Update to 2.22.2.
625492ee — Jan Nieuwenhuizen 8 years ago
gnu: gcc-4.7: Resurrect building with gcc-5.4.0.

* gnu/packages/patches/gcc-4-compile-with-gcc-5.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gcc.scm (gcc-4.7): Use it.
a67f0946 — Rutger Helling 8 years ago
gnu: Add websockify.

* gnu/packages/web.scm (websockify): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
75d342ff — Gábor Boskovits 8 years ago
gnu: Add python-networkx2.

* gnu/packages/python.scm (python-networkx2, python2-networkx2): New variables.
* gnu/local.mk (dist_patch_DATA): Register 'python-networkx2-reproducible-build.patch'.
* gnu/packages/patches/python-networkx2-reproducible-build.patch: New file.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2b295f5a — Gábor Boskovits 8 years ago
gnu: Add python-pydot.

* gnu/packages/graphviz.scm (python-pydot, python2-pydot): New variables.

Modified-by: Marius Bakke <mbakke@fastmail.com>
38ad27da — Marius Bakke 8 years ago
gnu: mercurial: Update to 4.4.1.

* gnu/packages/version-control.scm (mercurial): Update to 4.4.1.
4a30c1c0 — Marius Bakke 8 years ago
gnu: vim: Update to 8.0.1274 [fixes CVE-2017-1000382].

* gnu/packages/vim.scm (vim): Update to 8.0.1274.
31a963fe — Marius Bakke 8 years ago
gnu: notmuch: Update to 0.25.2.

* gnu/packages/mail.scm (notmuch): Update to 0.25.2.
91298042 — Efraim Flashner 8 years ago
gnu: psm: Only use as an input on supported-systems.

Syntax help supplied by bavier@member.fsf.org

* gnu/packages/linux.scm (libfabric)[inputs]: Only use psm as an input
on systems where psm is supported.
* gnu/packages/mpi.scm (openmpi)[inputs]: Same.
b516b780 — Efraim Flashner 8 years ago
gnu: psm: Limit supported systems.

* gnu/packages/linux.scm (psm)[supported-systems]: New field, limit to
i686-linux and x86_64-linux.
174807b9 — Efraim Flashner 8 years ago
gnu: gnupg: Update to 2.2.2.

* gnu/packages/gnupg.scm (gnupg): Update to 2.2.2.
2f17187f — Efraim Flashner 8 years ago
gnu: mediainfo: Change order of custom phases.

* gnu/packages/video.scm (mediainfo)[arguments]: Change to the build
directory before executing the autogen script.
65416733 — Mathieu Othacehe 8 years ago
gnu: linux: Fix kconfig selection.

* gnu/packages/linux.scm (make-linux-libre): When cross-compiling,
  "kconfig" field is in native-inputs variable. So config is always #f
  when cross-compiling linux.
b574cee3 — Ludovic Courtès 8 years ago
hydra: Add jobs for all of '%final-inputs'.

* build-aux/hydra/gnu-system.scm (package->job): Create a 'base.' job
when PACKAGE is a member of BASE-PACKAGES.
(all-packages)[adjust]: New procedure.
Fold over %FINAL-INPUTS and add it to the result.
Next