~ruther/guix-local

b2a80c78 — 宋文武 11 years ago
gnu: glib: Move html documentation to $doc/share/gtk-doc/html.

* gnu/packages/glib.scm (glib)[arguments]<#:configure-flags>:
  Pass "--with-html-dir=$doc/share/gtk-doc/html".
5d4c6957 — 宋文武 11 years ago
gnu: openldap: Update to 2.4.40.

* gnu/packages/openldap.scm (openldap): Update to 2.4.40.
0e05d01e — 宋文武 11 years ago
gnu: python: Use 'version-major+minor' to compute PYTHONPATH.

Fixes a regression introduced in 08c0450.

* gnu/packages/python.scm (python)[native-search-paths]: Use
  'version-major+minor' to compute PYTHONPATH.
279a587d — Mark H Weaver 11 years ago
gnu: gst-libav: Add missing quotes in phase names passed to 'modify-phases'.

This should have been done in 1ca8ff285ba0f055fbaf314d8a23fadc25839135.

* gnu/packages/gstreamer.scm (gst-libav): Add missing quotes in phase names
  passed to 'modify-phases'.
9bbd52e5 — Mark H Weaver 11 years ago
gnu: libepoxy: Fix tests on arm.

* gnu/packages/gl.scm (libepoxy)[arguments]: When building for arm,
  patch test/dlwrap.c to fix the tests.
1ca8ff28 — Mark H Weaver 11 years ago
Merge branch 'master' into core-updates
14fe9488 — Mark H Weaver 11 years ago
gnu: p11-kit: Update to 0.23.1.

* gnu/packages/gnutls.scm (p11-kit): Update to 0.23.1.
a153ff80 — Mark H Weaver 11 years ago
gnu: net-tools: Adapt to linux-libre-headers-3.14.x.

* gnu/packages/linux.scm (net-tools): Remove the HAVE_HWSTRIP and HAVE_HWTR
  options from the configuration.
be234128 — Andy Wingo 11 years ago
services: Add upower.

* gnu-system.am (GNU_SYSTEM_MODULES): Add gnu/services/upower.scm.
* gnu/services/upower.scm: New file, defining a upower service.
* doc/guix.texi (Various Services): Mention it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
a1d5bb0e — Andy Wingo 11 years ago
gnu: Add upower.

* gnu/packages/gnome.scm (upower): New variable.
* gnu/packages/patches/upower-builddir.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
002c57c6 — Ludovic Courtès 11 years ago
lint: Add a 'derivation' checker.

* guix/scripts/lint.scm (check-derivation): New procedure.
  (%checkers): Add 'derivation' checker.
* tests/lint.scm ("derivation: invalid arguments"): New test.
866f469e — Mark H Weaver 11 years ago
gnu: gnutls: Update to 3.4.0.

* gnu/packages/patches/gnutls-fix-duplicate-manpages.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnutls.scm (gnutls)[source]: Update to 3.4.0.  Add patch.
  [arguments]: Pass --without-p11-kit to 'configure'.
  [propagated-inputs]: Use 'nettle' instead of 'nettle-2'.  Add 'libidn'.
7ae3e06a — Mark H Weaver 11 years ago
gnu: gnutls: Add debug output.

* gnu/packages/gnutls.scm (gnutls)[outputs]: Add debug output.
8cba6fc9 — Mark H Weaver 11 years ago
gnu: nettle: Add debug output.

* gnu/packages/nettle.scm (nettle)[outputs]: Add debug output.
4c9050c6 — Ludovic Courtès 11 years ago
doc: Add example showing how to customize 'nscd-service'.

* doc/guix.texi (Name Service Switch): Add link to nss-mdns.  Add
  example show how to pass #:name-services to 'nscd-service'.
  (Base Services): Add link from 'nscd-service' to the above.
* gnu/services/base.scm (nscd-service): Update docstring accordingly.
99af4996 — Ludovic Courtès 11 years ago
gnu: man-pages: Update to 3.82.

* gnu/packages/man.scm (man-pages): Update to 3.82.
b158f1d7 — Ludovic Courtès 11 years ago
system: Allow users to PTRACE_ATTACH to their own processes.

* gnu/build/activation.scm (activate-ptrace-attach): New procedure.
* gnu/system.scm (operating-system-activation-script): Use it.
ce6fc7d6 — Ludovic Courtès 11 years ago
build: Build and install (guix build-system haskell).

* Makefile.am (MODULES): Add guix/build-system/haskell.scm.
260b07a7 — Ludovic Courtès 11 years ago
gnu: gtk+: Pass --with-html-dir=$doc.

Fixes a regression introduced in 6b1f238.

* gnu/packages/gtk.scm (gtk+)[arguments]: Add #:configure-flags.
13cc689a — Ludovic Courtès 11 years ago
gnu: elfutils: Add $libdir to the RUNPATH of binaries.

* gnu/packages/elf.scm (elfutils)[arguments]: New field.
Next