~ruther/guix-local

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.
1768213c — Ludovic Courtès 11 years ago
doc: Remove bits about having to create /gnu/store manually.

* doc/guix.texi (Build Environment Setup): Remove bit about creating
  /gnu/store.  This is done automatically since 15ddeff.
ae0bdd81 — Ludovic Courtès 11 years ago
gnu: libva: Fix 'license' field.

* gnu/packages/video.scm: Import (guix licenses) with the 'license:'
  prefix and adjust 'license' fields accordingly.  Fixes a bug whereby
  libva was referring to the 'expat' package instead of the 'expat'
  license.
0a74d78d — Eric Bavier 11 years ago
gnu: Add Catalyst-Plugin-AccessLog.

* gnu/packages/web.scm (perl-catalyst-plugin-accesslog): New variable.
c90361b3 — Eric Bavier 11 years ago
gnu: Add DateTime.

* gnu/packages/perl.scm (perl-datetime): New variable.
e210472d — Eric Bavier 11 years ago
gnu: Add DateTime-Locale.

* gnu/packages/perl.scm (perl-datetime-locale): New variable.
f12b77a8 — Eric Bavier 11 years ago
gnu: Add DateTime-TimeZone.

* gnu/packages/perl.scm (perl-datetime-timezone): New variable.
66b9c74e — Eric Bavier 11 years ago
gnu: Add List-AllUtils.

* gnu/packages/perl.scm (perl-list-allutils): New variable.
c16a204a — Eric Bavier 11 years ago
gnu: Add Class-Singleton.

* gnu/packages/perl.scm (perl-class-singleton): New variable.
9473af1d — Eric Bavier 11 years ago
gnu: Add Catalyst-DispatchType-Regex.

* gnu/packages/web.scm (perl-catalyst-dispatchtype-regex): New
  variable.
488c34ec — 宋文武 11 years ago
gnu: Add fcitx.

* gnu/packages/fcitx.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Next