~ruther/guix-local

57c2680e — Eric Bavier 11 years ago
gnu: Add Catalyst-Plugin-Captcha.

* gnu/packages/web.scm (perl-catalyst-plugin-captcha): New variable.
d8ae0acc — Eric Bavier 11 years ago
gnu: Add GD-SecurityImage.

* gnu/packages/gd.scm (perl-gd-securityimage): New variable.
b56a918f — Eric Bavier 11 years ago
gnu: Add PerlMagick.

* gnu/packages/imagemagick.scm (perl-image-magick): New variable.
f7ee7a9b — Eric Bavier 11 years ago
gnu: Add Perl GD.

* gnu/packages/gd.scm (perl-gd): New variable.
4ec48644 — 宋文武 11 years ago
gnu: gst-plugins-base: Enable GObjection introspection.

* gnu/packages/gstreamer.scm (gst-plugins-base): Add gobject-introspection
  to 'native-inputs'.
  [arguments]<#:phases>: Rename patch-test-pb-utils to patch.  Add
  (setenv "CC" "gcc") to patch phase.
e9a82129 — 宋文武 11 years ago
gnu: gst-plugins-base: Move html documentation to 'doc' output.

* gnu/packages/gstreamer.scm (gstreamer)[outputs]: New field.
  [arguments]: Add #:configure-flags.
34ff76fd — 宋文武 11 years ago
gnu: gst-plugins-base: Propagate input gstreamer.

* gnu/packages/gstreamer.scm (gst-plugins-base): Move "gstreamer" to
  'propagated-inputs'.
2fb016b8 — 宋文武 11 years ago
gnu: gstreamer: Move html documentation to 'doc' output.

* gnu/packages/gstreamer.scm (gstreamer)[outputs]: New field.
  [arguments]: Add #:configure-flags.
0f998a14 — 宋文武 11 years ago
gnu: gstreamer: Enable GObject introspection.

* gnu/packages/gstreamer.scm (gstreamer): Add gobject-introspection
  to 'native-inputs'.
  [arguments]: New field.
302393bc — Ludovic Courtès 11 years ago
gnu: vte: Propagate GnuTLS.

* gnu/packages/gnome.scm (vte): Move GNUTLS from 'inputs' to
  'propagated-inputs'.  Suggested by 宋文武 <iyzsong@gmail.com>.
191e9b4e — Andy Wingo 11 years ago
gnu: vte: Update to 0.40.0.

* gnu/packages/gnome.scm (vte): Update to 0.40.0.  Add 'inputs' field.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
8b43df2b — Andy Wingo 11 years ago
build-system/glib-or-gtk: Wrap libexec programs.

* guix/build/glib-or-gtk-build-system.scm (wrap-all-programs): Also
  wrap binaries in libexec/, such as those launched by dbus services.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
21cc905a — Ludovic Courtès 11 years ago
services: lsh: Change #:initialize? to default to #t.

* gnu/services/ssh.scm (lsh-service): Change #:initialize? to default
  to #t.
* doc/guix.texi (Using the Configuration System): Remove #:initialize? #t
  from example.
  (Networking Services): Adjust accordingly.
849eebbb — Ludovic Courtès 11 years ago
ui: Recognize 'guix help'.

Suggested by Andy Wingo.

* guix/ui.scm (guix-main): Add "help" case.
7c3d72f2 — David Thompson 11 years ago
gnu: Remove deleted patch file from build system.

* gnu-system.am (dist_patch_DATA): Remove 'gnu/packages/patches/librep-rules.mk.patch'.
c2a362be — 宋文武 11 years ago
gnu: librep: Update to 0.92.5.

* gnu/packages/sawfish.scm (librep): Update to 0.92.5.
* gnu/packages/patches/librep-rules.mk.patch: Remove.
946dc71f — Alex Kost 11 years ago
gnu: xorg: Add patch to fix sis driver crashes.

* gnu/packages/patches/xf86-video-sis-fix-exa-crash.patch: New file.
* gnu/packages/xorg.scm (xf86-video-sis): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
0492f4a2 — Alex Kost 11 years ago
packages: Fix typo.

* gnu/packages.scm: Fix the name of an exported variable (%patch-path).
dac354fe — 宋文武 11 years ago
gnu: Add libinput.

* gnu/packages/freedesktop.scm (libinput): New variable.
c22eb992 — Ludovic Courtès 11 years ago
doc: Make it clear that store items must not be deleted by hand.

* doc/guix.texi (Invoking guix gc): Add that this is the only way to
  delete files.
Next