~ruther/guix-local

4ac0d644 — Andreas Enge 11 years ago
Merge branch 'master' into core-updates.
7bde30e1 — Andreas Enge 11 years ago
gnu: evas-generic-loaders: Update to 1.13.2.

* gnu/packages/enlightenment.scm (evas-generic-loaders): Update to 1.13.2.
  Use https for the URL to avoid a redirection.
c5143851 — Andreas Enge 11 years ago
gnu: gpgme: Update to 1.5.4.

* gnu/packages/gnupg.scm (gpgme): Update to 1.5.4.
003e8d5e — Andreas Enge 11 years ago
Merge branch 'wip-glib' into master.

Conflicts:
	gnu/packages/package-management.scm
f62a8417 — Ricardo Wurmus 11 years ago
gnu: Add calf plugins.

* gnu/packages/audio.scm (calf): New variable.
e4f43b56 — Ricardo Wurmus 11 years ago
gnu: Add fluidsynth.

* gnu/packages/audio.scm (fluidsynth): New variable.
f763eaaa — Andreas Enge 11 years ago
gnu: Add mdds.

* gnu/packages/boost.scm (mdds): New variable.
378b01dc — David Thompson 11 years ago
gnu: Add gitolite.

* gnu/packages/version-control.scm (gitolite): New variable.
* gnu/packages/patches/gitolite-openssh-6.8-compat.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
f93b916c — David Thompson 11 years ago
gnu: nginx: Update to 1.8.0.

* gnu/packages/web.scm (nginx): Update to 1.8.0.
23d00fb0 — Mark H Weaver 11 years ago
gnu: wpa-supplicant: Add fix for CVE-2015-1863.

* gnu/packages/patches/wpa-supplicant-CVE-2015-1863.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (wpa-supplicant): Add patch.
d074e2f9 — Ludovic Courtès 11 years ago
build-system/{cmake,glib-or-gtk}: Add #:validate-runpath? parameter.

* guix/build-system/cmake.scm (cmake-build): Add #:validate-runpath?
  parameter and pass it to BUILDER.
* guix/build-system/glib-or-gtk.scm (glib-or-gtk-build): Likewise.
0bd43775 — Ludovic Courtès 11 years ago
build-system/gnu: #:validate-runpath? now defaults to #t.

* guix/build/gnu-build-system.scm (validate-runpath): Change default
  value of VALIDATE-RUNPATH? to #t.
cb85eb5e — Ludovic Courtès 11 years ago
build-system/gnu: Gracefully handle dangling symlinks.

Fixes <http://bugs.gnu.org/20081>.
Reported by Tomáš Čech <tcech@suse.cz>.

* guix/build/gnu-build-system.scm (patch-source-shebangs): Remove files
  that don't pass 'file-exists?'.
  (patch-generated-file-shebangs): Likewise.
cd91504d — Ludovic Courtès 11 years ago
gremlin: Add support for the expansion of $ORIGIN in RUNPATH.

* guix/build/gremlin.scm (expand-variable, expand-origin): New
  procedures.
  (validate-needed-in-runpath): Map 'expand-origin' to the RUNPATH field
  of DYNINFO.
* tests/gremlin.scm ("expand-origin"): New test.
3c43bcc6 — Ricardo Wurmus 11 years ago
gnu: r: Update to 3.2.0.

* gnu/packages/statistics.scm (r): Update to 3.2.0.
ff2b1c17 — Ricardo Wurmus 11 years ago
gnu: r: Set library rpath.

* gnu/packages/statistics.scm (r)[arguments]: Add the rpath for lib directory
  of output to LDFLAGS.
9020890b — Mark H Weaver 11 years ago
gnu: postgresql: Update to 9.3.6.

* gnu/packages/databases.scm (postgresql): Update to 9.3.6.  Use .bz2 tarball.
ee886454 — Mark H Weaver 11 years ago
gnu: notmuch: Update to 0.19; add man pages and bash completion.

* gnu/packages/mail.scm (notmuch)[source]: Update to 0.19.
  [arguments]: In 'configure' phase, set CC environment variable.  Arrange to
  use rst2man.py instead of rst2man.
  [native-inputs]: Add python-2, python2-docutils, and bash-completion.
60e2d5fe — Mark H Weaver 11 years ago
gnu: Add gcc-5.1.0 and gcc-toolchain-5.1.0.

* gnu/packages/gcc.scm (gcc-5.1): New variable.
* gnu/packages/commencement.scm (gcc-toolchain-5.1): New variable.
a635ed5c — Mark H Weaver 11 years ago
gnu: Add missing (gnu packages gettext) module import.

This is a followup to 6162b95d21a7b75fe3753c22c7755c5d12a8302f.

* gnu/packages/base.scm: Import (gnu packages gettext).
Next