gnu: Add r-deseq2.
* gnu/packages/bioinformatics.scm (r-deseq2): New variable.
gnu: Add r-genefilter.
* gnu/packages/bioinformatics.scm (r-genefilter): New variable.
gnu: Add r-hmisc.
* gnu/packages/statistics.scm (r-hmisc): New variable.
gnu: Add r-geneplotter.
* gnu/packages/bioinformatics.scm (r-geneplotter): New variable.
gnu: Add r-annotate.
* gnu/packages/bioinformatics.scm (r-annotate): New variable.
gnu: Add r-rpart.
* gnu/packages/statistics.scm (r-rpart): New variable.
gnu: Add r-rjson.
* gnu/packages/web.scm (r-rjson): New variable.
gnu: Add r-hwriter.
* gnu/packages/web.scm (r-hwriter): New variable.
gnu: tcc: Disable build on MIPS.
* gnu/packages/c.scm (tcc)[supported-systems]: Disable build on
mips64el.
gnu: Add optipng.
* gnu/packages/image.scm (optipng): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
gnu: epiphany: Drop NSS and libwnck.
These dependencies were dropped in Epiphany 3.21.x.
* gnu/packages/gnome.scm (epiphany)[inputs]: Remove "nss" and "libwnck".
gnu: epiphany: Update to 3.22.0.
* gnu/packages/gnome.scm (epiphany): Update to 3.22.0.
gnu: python-virtualenv: Update to 15.0.3.
* gnu/packages/python.scm (python-virtualenv): Update to 15.0.3.
[arguments]: Disable failing test.
gnu: linux-libre: Update to 4.7.5.
* gnu/packages/linux.scm (linux-libre): Update to 4.7.5.
gnu: linux-libre@4.4: Update to 4.4.22.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.22.
gnu: Add pam-krb5
* gnu/packages/admin.scm (pam-krb5): New variable.
gnu: privoxy: Update to 3.0.26.
* gnu/packages/tor.scm (privoxy): Update to 3.0.26.
[home-page]: Use https.
gnu: tor: Update to 0.2.8.8.
* gnu/packages/tor.scm (tor): Update to 0.2.8.8.
[source]: Update source url.
[home-page]: Use https.
system: grub.cfg uses correct file names when store is not in root partition.
Fixes <http://bugs.gnu.org/24346>.
Reported by csanchezdll@gmail.com (Carlos Sánchez de La Lama).
* guix/scripts/system.scm (previous-grub-entries): Get the initrd file
name from PARAMS.
* gnu/system.scm (operating-system-grub.cfg): Use
'operating-system-initrd-file' to retrieve the initrd file name.
* gnu/system/grub.scm (strip-mount-point): New procedure.
(grub-configuration-file)[entry->gexp]: Call 'strip-mount-point' for
LINUX and INITRD.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>