~ruther/guix-local

46138f3e — Mark H Weaver 11 years ago
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.
ed865936 — Mark H Weaver 11 years ago
gnu: Add serf.

* gnu/packages/web.scm (serf): New variable.
a3f61425 — Mark H Weaver 11 years ago
gnu: scons: Update to 2.3.4.

* gnu/packages/python.scm (scons): Update to 2.3.4.
9f9d073b — Mark H Weaver 11 years ago
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.
c716f5a0 — Mark H Weaver 11 years ago
gnu: apr: Update to 1.5.2.

* gnu/packages/apr.scm (apr): Update to 1.5.2.
669786da — Ludovic Courtès 11 years ago
system: Use "." instead of "source" in /etc/profile.

* gnu/system.scm (etc-directory)[profile]: Use "." instead of "source",
  the latter being Bash-specific.
507c71d6 — Ludovic Courtès 11 years ago
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.
dd4a8620 — Mark H Weaver 11 years ago
gnu: Add dosfstools.

* gnu/packages/disk.scm (dosfstools): New variable.
9e006fb3 — Taylan Ulrich Bayırlı/Kammer 11 years ago
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.
56203284 — Andreas Enge 11 years ago
gnu: Add libvisio.

* gnu/packages/libreoffice.scm (libvisio): New variable.
f5d4a138 — Andreas Enge 11 years ago
gnu: Add libpagemaker.

* gnu/packages/libreoffice.scm (libpagemaker): New variable.
86e278fc — Andreas Enge 11 years ago
gnu: Add libmspub.

* gnu/packages/libreoffice.scm (libmspub): New variable.
ef1c4148 — Andreas Enge 11 years ago
gnu: Add libfreehand.

* gnu/packages/libreoffice.scm (libfreehand): New variable.
97aee2b6 — Andreas Enge 11 years ago
gnu: Add libexttextcat.

* gnu/packages/libreoffice.scm (libexttextcat): New variable.
3dc67e38 — Andreas Enge 11 years ago
gnu: Add libetonyek.

* gnu/packages/libreoffice.scm (libetonyek): New variable.
9fe8a4ba — Andreas Enge 11 years ago
gnu: Add libcdr.

* gnu/packages/libreoffice.scm (libcdr): New variable.
4cd369ed — Andreas Enge 11 years ago
gnu: Add libabw.

* gnu/packages/libreoffice.scm (libabw): New variable.
e8444b26 — Ricardo Wurmus 11 years ago
gnu: Add python-pyxdg.

* gnu/packages/freedesktop.scm (python-pyxdg, python2-pyxdg): New variables.
d9959421 — Ludovic Courtès 11 years ago
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.
d664f1b4 — Ludovic Courtès 11 years ago
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.
Next