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.
gnu: Add libabw.
* gnu/packages/libreoffice.scm (libabw): New variable.
gnu: Add python-pyxdg.
* gnu/packages/freedesktop.scm (python-pyxdg, python2-pyxdg): New variables.
system: /etc/profile sources each profile's /etc/profile.
Partly fixes <http://bugs.gnu.org/20255>.
Reported by 宋文武 <iyzsong@gmail.com>.
* gnu/system.scm (etc-directory)[profile]: Source
/run/current-system/profile/etc/profile and
$HOME/.guix-profile/etc/profile when available. Move definitions of
SSL_CERT_DIR, SSL_CERT_FILE, and GIT_SSL_CAINFO before that.
profiles: Generate an 'etc/profile' file.
Suggested by 宋文武 <iyzsong@gmail.com>
in <http://bugs.gnu.org/20255>.
* guix/build/profiles.scm (abstract-profile,
write-environment-variable-definition): New procedures.
(build-profile): Add #:search-paths parameter. Create
OUTPUT/etc/profile.
* guix/profiles.scm (profile-derivation)[builder]: Add 'search-paths'
variable and pass it to 'build-profile'. Adjust #:modules argument.
* tests/profiles.scm ("etc/profile"): New test.
* doc/guix.texi (Invoking guix package): Mention etc/profile.
profiles: Move build code to (guix build profiles).
* guix/build/profiles.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/profiles.scm (profile-derivation)[builder]: Call out to
'build-profile'.
Add (guix build profiles) to the #:modules argument.
search-paths: Export 'string-tokenize*'.
* guix/search-paths.scm (string-tokenize*): Export.
* tests/utils.scm ("string-tokenize*"): Adjust accordingly.
gnu: moe: Update to 1.7.
* gnu/packages/moe.scm (moe): Update to 1.7.
gnu: hop: Remove use of patchelf.
* gnu/packages/patches/hop-linker-flags.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/scheme.scm (source)[patches]: Use it.
(arguments)[phases]: Remove patch-rpath phase.
[modules, imported-modules]: Remove.
(native-inputs): Remove field.
gnu: Add elogind.
* gnu/packages/freedesktop.scm (elogind): New variable.
gnu: Add IR.
* gnu/packages/audio.scm (ir): New variable.
gnu: Add zita-convolver.
* gnu/packages/audio.scm (zita-convolver): New variable.