gnu: Add openvpn.
* gnu/packages/vpn.scm (openvpn): New variable.
gnu: bridge-utils: Fix build system.
* gnu/packages/linux.scm (bridge-utils): Patch source to fix compilation
error. Patch Makefile to fail in case of future compilation errors.
gnu: Add postgresql-service.
* gnu/services/databases.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi ("Database Services"): New subsubsection.
gnu: Remove neon-0.29.6.
* gnu/packages/version-control.scm (neon-0.29.6): Remove variable.
gnu: subversion: Add serf to inputs.
This is a followup to d5e9f3809dc7d521874cfad0a242ab664f6c19bc, which upgraded
subversion to 1.8.x. Previously we used 'neon' to support http access
methods, but subversion 1.8 drops support for 'neon' in favor of 'serf'.
* gnu/packages/version-control.scm (subversion)[inputs]: Add 'serf' and remove
'neon'.
[arguments]: Fix typo in phase name.
gnu: Add serf.
* gnu/packages/web.scm (serf): New variable.
gnu: scons: Update to 2.3.4.
* gnu/packages/python.scm (scons): Update to 2.3.4.
gnu: apr-util: Use system expat library.
* gnu/packages/apr.scm: Import (guix licenses) with prefix "l:".
(apr)[license]: Adapt to license prefix.
(apr-util)[propagated-inputs]: Add expat.
[arguments]: Pass --with-expat to configure.
[license]: Adapt to license prefix.
gnu: apr: Update to 1.5.2.
* gnu/packages/apr.scm (apr): Update to 1.5.2.
system: Use "." instead of "source" in /etc/profile.
* gnu/system.scm (etc-directory)[profile]: Use "." instead of "source",
the latter being Bash-specific.
system: Check whether ~/.guix-profile/etc/profile exists.
* gnu/system.scm (etc-directory)[profile]: Check for
~/.guix-profile/etc/profile rather than just ~/.guix-profile.
gnu: Add dosfstools.
* gnu/packages/disk.scm (dosfstools): New variable.
tests: Fix etc/profile test.
* tests/profiles.scm ("etc/profile"): Unset GUIX_PROFILE before sourcing
etc/profile. Use '.' instead of 'source' for sourcing. Call 'echo $PATH'
instead of using the output of 'set' to determine whether PATH is set.
gnu: Add libvisio.
* gnu/packages/libreoffice.scm (libvisio): New variable.
gnu: Add libpagemaker.
* gnu/packages/libreoffice.scm (libpagemaker): New variable.
gnu: Add libmspub.
* gnu/packages/libreoffice.scm (libmspub): New variable.
gnu: Add libfreehand.
* gnu/packages/libreoffice.scm (libfreehand): New variable.
gnu: Add libexttextcat.
* gnu/packages/libreoffice.scm (libexttextcat): New variable.
gnu: Add libetonyek.
* gnu/packages/libreoffice.scm (libetonyek): New variable.
gnu: Add libcdr.
* gnu/packages/libreoffice.scm (libcdr): New variable.