gnu: git: Prevent creating 'perllocal.pod'. * gnu/packages/version-control.scm (git)[arguments]<#:phases>: Rename 'patch-makefile-shebangs' to 'patch-makefiles'. Add substitution.
gnu: fish-guix: Update home page. * gnu/packages/shells.scm (fish-guix)[home-page]: Update it.
gnu: propeller-gcc-4: Add cross environment variables patch. * gnu/packages/embedded.scm (propeller-gcc-4)[source]: Add gcc-cross-environment-variables.patch.
gnu: Add python-smmap2. * gnu/packages/python.scm (python-smmap2, python2-smmap2): New variables.
gnu: Add fping. * gnu/packages/networking.scm (fping): New variable.
gnu: expat: Replace with 2.2.1 [fixes CVE-2017-9233, CVE-2016-9063]. * gnu/packages/xml.scm (expat)[replacement]: New field. (expat-2.2.1): New variable.
gnu: linux-libre: Update to 4.11.6. * gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.6. (%linux-libre-hash): Update hash.
gnu: linux-libre@4.9: Update to 4.9.33. * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.33.
gnu: linux-libre@4.4: Update to 4.4.73. * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.73.
gnu: gnurl: Update to 7.54.1. * gnu/packages/gnunet.scm (gnurl): Update to 7.54.1. Signed-off-by: Leo Famulari <leo@famulari.name>
import: pypi: Adjust URIs in tests. This is a followup to d1e7ca2df8c0e0dd601079c77f67ba6828cec08a. * tests/pypi.scm ("pypi->guix-package") ("pypi->guix-package, wheels"): Expect (pypi-uri "foo" version) for the 'uri' field.
discovery: 'scheme-files' returns '() for a non-accessible directory. Fixes a regression introduced in d27cc3bfaafe6b5b0831e88afb1c46311d382a0b. Reported by Ricardo Wurmus <rekado@elephly.net>. * guix/discovery.scm (scheme-files): Catch 'scandir*' system errors. Return '() and optionally raise a warning upon 'system-error'. * tests/discovery.scm ("scheme-modules, non-existent directory"): New test.
syscalls: 'opendir*' error message shows the file name. * guix/build/syscalls.scm (opendir*): Add NAME to the 'system-error' message.
doc: Suggest a QEMU image size large enough for the system examples. * doc/guix.texi (Installing GuixSD in a Virtual Machine): Increase suggested image size from 5 GB to 50 GB.
gnu: Add tmuxifier. * gnu/packages/tmux.scm (tmuxifier): New variable. Signed-off-by: Thomas Danckaert <post@thomasdanckaert.be>
gnu: r-devtools: Update to 1.13.2. * gnu/packages/statistics.scm (r-devtools): Update to 1.13.2.
gnu: Add python-apache-libcloud. * gnu/packages/python.scm (python-apache-libcloud, python2-apache-libcloud): New variables.
gnu: font-adobe-source-code-pro: Use 'font-build-system'. * gnu/packages/fonts.scm (font-adobe-source-code-pro): Switch to font-build-system.
gnu: font-fira-mono: Use 'font-build-system'. * gnu/packages/fonts.scm (font-awesome): Switch to font-build-system.
gnu: font-hack: Use 'font-build-system'. * gnu/packages/fonts.scm (font-hack): Switch to font-build-system. [source]: Use url-fetch/zipbomb.