gnu: Add ocaml-cppo. * gnu/packages/ocaml.scm (ocaml-cppo): New variable.
gnu: Add ocaml-ppx-driver. * gnu/packages/ocaml.scm (ocaml-ppx-driver): New variable.
gnu: Add ocaml-ppx-optcomp. * gnu/packages/ocaml.scm (ocaml-ppx-optcomp): New variable.
gnu: Add ocaml-ppx-core. * gnu/packages/ocaml.scm (ocaml-ppx-core): New variable.
gnu: Add ocaml-fieldslib. * gnu/packages/ocaml.scm (ocaml-fieldslib): New variable.
gnu: gptfdisk: Install the documentation. * gnu/packages/disk.scm (gptfdisk)[arguments]: Install the manpages.
gnu: python-icalendar: Update to 3.11.3. * gnu/packages/python.scm (python-icalendar): Update to 3.11.3.
gnu: Add qutebrowser. * gnu/packages/web.scm (qutebrowser): New variable.
gnu: python-pyqt: Propagate python-sip. * gnu/packages/qt.scm (python-pyqt)[propagated-inputs]: New field.
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.
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.
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.