gnu: Add r-ensembldb. * gnu/packages/bioinformatics.scm (r-ensembldb): New variable.
gnu: Add r-annotationfilter. * gnu/packages/bioinformatics.scm (r-annotationfilter): New variable.
gnu: Add r-dirichletmultinomial. * gnu/packages/bioinformatics.scm (r-dirichletmultinomial): New variable.
gnu: Add r-complexheatmap. * gnu/packages/bioinformatics.scm (r-complexheatmap): New variable.
gnu: Add r-genomicfiles. * gnu/packages/bioinformatics.scm (r-genomicfiles): New variable.
gnu: bdftopcf: Update to 1.1. * gnu/packages/xorg.scm (bdftopcf): Update to 1.1. [native-inputs]: Change from LIBXFONT to LIBXFONT2.
gnu: feh: Update to 2.22.2. * gnu/packages/image-viewers.scm (feh): Update to 2.22.2.
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.
gnu: Add websockify. * gnu/packages/web.scm (websockify): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
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>
gnu: Add python-pydot. * gnu/packages/graphviz.scm (python-pydot, python2-pydot): New variables. Modified-by: Marius Bakke <mbakke@fastmail.com>
gnu: mercurial: Update to 4.4.1. * gnu/packages/version-control.scm (mercurial): Update to 4.4.1.
gnu: vim: Update to 8.0.1274 [fixes CVE-2017-1000382]. * gnu/packages/vim.scm (vim): Update to 8.0.1274.
gnu: notmuch: Update to 0.25.2. * gnu/packages/mail.scm (notmuch): Update to 0.25.2.
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.
gnu: psm: Limit supported systems. * gnu/packages/linux.scm (psm)[supported-systems]: New field, limit to i686-linux and x86_64-linux.
gnu: gnupg: Update to 2.2.2. * gnu/packages/gnupg.scm (gnupg): Update to 2.2.2.
gnu: mediainfo: Change order of custom phases. * gnu/packages/video.scm (mediainfo)[arguments]: Change to the build directory before executing the autogen script.
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.
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.