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>
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>
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.
ui: Recognize 'guix help'. Suggested by Andy Wingo. * guix/ui.scm (guix-main): Add "help" case.
gnu: Remove deleted patch file from build system. * gnu-system.am (dist_patch_DATA): Remove 'gnu/packages/patches/librep-rules.mk.patch'.
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.
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.
packages: Fix typo. * gnu/packages.scm: Fix the name of an exported variable (%patch-path).
gnu: Add libinput. * gnu/packages/freedesktop.scm (libinput): New variable.
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.
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.
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.
gnu: Add Catalyst-Plugin-AccessLog. * gnu/packages/web.scm (perl-catalyst-plugin-accesslog): New variable.
gnu: Add DateTime. * gnu/packages/perl.scm (perl-datetime): New variable.
gnu: Add DateTime-Locale. * gnu/packages/perl.scm (perl-datetime-locale): New variable.
gnu: Add DateTime-TimeZone. * gnu/packages/perl.scm (perl-datetime-timezone): New variable.
gnu: Add List-AllUtils. * gnu/packages/perl.scm (perl-list-allutils): New variable.
gnu: Add Class-Singleton. * gnu/packages/perl.scm (perl-class-singleton): New variable.
gnu: Add Catalyst-DispatchType-Regex. * gnu/packages/web.scm (perl-catalyst-dispatchtype-regex): New variable.
gnu: Add fcitx. * gnu/packages/fcitx.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.