gnu: Add python-pypeg2. * gnu/packages/python.scm (python-pypeg2): New variable.
gnu: Add python-cssutils. * gnu/packages/python.scm (python-cssutils): New variable. (python2-cssutils)[native-inputs]: Remove unused python2-mock.
gnu: gparted: Update to 0.28.0. * gnu/packages/disk.scm (gparted): Update to 0.28.0.
gnu: Add guildhall. * gnu/packages/guile.scm (guildhall): New variable.
hydra: Add "aarch64-linux-gnu" as a cross-compilation target. * build-aux/hydra/gnu-system.scm (%cross-targets): Add "aarch64-linux-gnu".
gnu: vim: Fix CVE-2017-5953. * gnu/packages/patches/vim-CVE-2017-5953.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/vim.scm (vim)[source]: Use it.
gnu: khal: Update to 0.9.2. * gnu/packages/calendar.scm (khal): Update to 0.9.2.
gnu: awscli: Update to 1.11.47. * gnu/packages/python.scm (awscli): Update to 1.11.47.
gnu: python-botocore: Update to 1.5.10. * gnu/packages/python.scm (python-botocore, python2-botocore): Update to 1.5.10.
guile-gdbm-ffi: Write to correct guile output directory and use guild. * gnu/packages/guile.scm (guile-gdbm-ffi): Check guile for effective version before writing to output path. Also fixes a bug where the guild command was not getting called, and instead was calling the internal guile compile-file procedure. This meant that the package produced was dependent on whatever version of guile was powering Guix at the time. Also set GUILE_AUTO_COMPILE to 0 to avoid gnarly looking warnings during build.
build: dub-build-system: Don't use "dub run" at all. It doesn't make sense to run non-test executables (which is what "dub run" would do). The "check" function already invokes "dub test" and that's enough. * guix/build/dub-build-system.scm (build): Remove "dub run" invocation.
import: stackage: Avoid using (guix ui) in importer code. * guix/import/stackage.scm (stackage->guix-package, stackage-lts-info-fetch): Raise 'message' condition instead of using 'leave' from (guix ui). * guix/scripts/import/stackage.scm (guix-import-stackage): Handle conditions.
gnu: netsurf: Enable tests. * gnu/packages/patches/netsurf-longer-test-timeout.patch, gnu/packages/patches/netsurf-y2038-tests.patch: New patches. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/web.scm (netsurf)[source]: Use them. [native-inputs]: Add libidn, check. [inputs]: Add miscfiles. [arguments]: Remove #:tests?, add #:test-target. Add 'patch-check phase.
gnu: netsurf: Use unbundled source. * gnu/packages/patches/netsurf-system-utf8proc.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/web.scm (netsurf)[source]: Use it. Change to unbundled source tarball. [native-inputs]: Add netsurf-buildsystem, nsgenbind. Remove flex, bison. [inputs]: Add utf8proc, libcss, libdom, libnsbmp, libnsgif, libnspsl, libnsutils, libsvgtiny. Remove expat, gperf. [arguments]: Adjust #:make-flags for netsurf-buildsystem. Delete configure phase. Adjust source directories.
gnu: Add nsgenbind. * gnu/packages/web.scm (nsgenbind): New variable.
gnu: Add libnspsl. * gnu/packages/web.scm (libnspsl): New variable.
gnu: Add libnsutils. * gnu/packages/web.scm (libnsutils): New variable.
gnu: Add libnsgif. * gnu/packages/web.scm (libnsgif): New variable.
gnu: Add libnsbmp. * gnu/packages/web.scm (libnsbmp): New variable.
gnu: Add libsvgtiny. * gnu/packages/web.scm (libsvgtiny): New variable.