~ruther/guix-local

ref: 7cc7dec139d4dbbeb93d7fe57740ae5f64200701 guix-local/gnu d---------
e9bab1df — Ludovic Courtès 11 years ago
gnu: gawk: Build a UTF-8 locale for the tests.

* gnu/packages/gawk.scm (gawk)[arguments]: Add 'install-locales' phase.
97e11209 — Ludovic Courtès 11 years ago
gnu: glibc: Do not install all the locales.

* gnu/packages/base.scm (glibc)[outputs]: Remove "locales".
  [arguments]: Remove --localedir argument.  Change libc_cv_localedir
  value to "/run/current-system/locale".  Remove 'install-locales'
  phase.
c4a298c5 — Ludovic Courtès 11 years ago
gnu: grep: Update to 2.21.

* gnu/packages/base.scm (grep): Update to 2.21.
e5651212 — Ludovic Courtès 11 years ago
gnu: pkg-config: Update to 0.28.

* gnu/packages/pkg-config.scm (%pkg-config): Update to 0.28.
0253ab39 — Ludovic Courtès 11 years ago
gnu: file: Update to 5.20.

* gnu/packages/file.scm (file): Update to 5.20.
  (file-5.20): Remove.
* gnu/packages/patches/file-CVE-2014-3587.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu/packages/patchutils.scm (quilt): Use FILE instead of FILE-5.20.
* gnu/packages/version-control.scm (aegis): Ditto.
a5b60e3c — Manolis Ragkousis 11 years ago
gnu: Add AVR-Libc.

* gnu/packages/avr.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add avr.scm.
* gnu/packages/cross-base.scm (xgcc-avr): New variable.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for
  "avr".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b977cd2b — Julien Lepiller 11 years ago
gnu: Add hexchat.

* gnu/packages/messaging.scm (hexchat): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ff53457d — Andreas Enge 11 years ago
gnu: libxkbcommon: Update to 0.5.0.

* gnu/packages/qt.scm (libxkbcommon): Update to 0.5.0.
    Add input libxcb and native input pkg-config.
c736bc94 — Andreas Enge 11 years ago
gnu: xcb-util-renderutil: Update to 0.3.9.

* gnu/packages/xorg.scm (xcb-util-renderutil): Update to 0.3.9.
60ac75cd — Andreas Enge 11 years ago
gnu: xcb-util-keysyms: Update to 0.4.0.

* gnu/packages/xorg.scm (xcb-util-keysyms): Update to 0.4.0.
6639292d — Andreas Enge 11 years ago
gnu: xcb-util-image: Update to 0.4.0.

* gnu/packages/xorg.scm (xcb-util-image): Update to 0.4.0.
01400dd6 — Andreas Enge 11 years ago
gnu: xcb-util: Update to 0.4.0.

* gnu/packages/xorg.scm (xcb-util): Update to 0.4.0.
f8f68c07 — Andreas Enge 11 years ago
gnu: libxcb: Update to 1.11.

* gnu/packages/xorg.scm (libxcb): Update to 1.11.
d1de5ff3 — Andreas Enge 11 years ago
gnu: xcb-proto: Update to 1.11.

* gnu/packages/xorg.scm (xcb-proto): Update to 1.11.
9723ce58 — Ludovic Courtès 11 years ago
gnu: dbus: Add 1.8.10 as a replacement.

* gnu/packages/glib.scm (dbus)[replacement]: New field.
  (dbus-1.8.10): New variable.
c09e60e4 — David Thompson 11 years ago
gnu: Add pflask.

* gnu/packages/linux.scm (pflask): New variable.
fcf63cf8 — Ludovic Courtès 11 years ago
vm: Introduce 'file-system-mapping'.

* gnu/system/vm.scm (<file-system-mapping>): New record type.
  (%store-mapping): New variable.
  (host-9p-file-system): Rename to...
  (mapping->file-system): ... this.  Replace 'source' and 'target'
  parameters with 'mapping'.  Set 'flags' field.
  (virtualized-operating-system): Add 'mappings' parameter and  honor
  it.
  (system-qemu-image/shared-store-script): Add 'mappings' parameter.
  Pass it to 'virtualized-operating-system'.  Use it in argument to
  'common-qemu-options'.
96ffa27b — Ludovic Courtès 11 years ago
vm: Formalize use of '-virtfs' options.

* gnu/system/vm.scm (file-system->mount-tag, host-9p-file-system): New
  procedures.
  (virtualized-operating-system): Use 'host-9p-file-system' for the
  store.
  (common-qemu-options): Add 'shared-fs' parameter.
  [virtfs-option]: New procedure.
  Use it.
  (system-qemu-image/shared-store-script): Adjust accordingly.
4dfbdcbc — Ludovic Courtès 11 years ago
linux-boot: Don't catch exceptions thrown by 'mount-root-file-system'.

* gnu/build/linux-boot.scm (mount-root-file-system): Remove 'catch #t'
  around body.  This was unneeded and even inconvenient because this
  procedure is called from within 'call-with-error-handling' already.
1d18d87f — Ludovic Courtès 11 years ago
services: xorg: Include ~/.guix-profile/bin to the session's $PATH.

Fixes <http://bugs.gnu.org/19119>.
Reported by David Thompson <dthompson2@worcester.edu>.

* gnu/services/xorg.scm (xinitrc): Augment $PATH to include
  ~/.guix-profile/bin.
Next