~ruther/guix-local

faef3b15 — Federico Beffa 11 years ago
gnu: xfig: Add 'wrap-xfig phase.

* gnu/packages/xfig.scm (xfig): Set XAPPLRESDIR environment variable to help
  xfig find the app-defaults resource files.
fa1e31b8 — Alex Kost 11 years ago
doc: Fix typos.

* doc/guix.texi (Base Services): Fix 'lsh-service' name.
  (Networking Services): Fix (gnu services networking) module name.
47757541 — Andreas Enge 11 years ago
gnu: vera: Update to 1.22.

* gnu/packages/dictionaries.scm (vera): Update to 1.22.
723fa420 — Andreas Enge 11 years ago
gnu: ddrescue: Update to 1.19.

* gnu/packages/disk.scm (ddrescue): Update to 1.19.
b419c7f5 — Ludovic Courtès 11 years ago
install: Add Cryptsetup to the image.

Reported by Nikita Karetnikov.

* gnu/system/install.scm (installation-os)[packages]: Add CRYPTSETUP.
* doc/guix.texi (System Installation): Mention it.
b6e2215a — Andreas Enge 11 years ago
gnu: libcdio: Update to 0.93.

* gnu/packages/cdrom.scm (libcdio): Update to 0.93.
5d1f1177 — Ludovic Courtès 11 years ago
doc: Fix erroneous cross-manual references.

* doc/guix.texi (User Accounts): Fix cross-references to libc and guile.
8b47758f — nebuli 11 years ago
store: default to serial "scheduler"

* guix/store.scm (set-build-options): exchange default argument values

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7fec52b7 — Andreas Enge 11 years ago
doc: Add a section on naming conventions for font packages.

* doc/guix.texi (Fonts): New section.
  (Package naming): Reference the new section.
0c645f0b — David Thompson 11 years ago
gnu: abbaye: Fix install phase.

* gnu/packages/games (abbaye): Create '/share/pixmaps' directory
  before installing.
bc0b89bb — Andreas Enge 11 years ago
gnu: xf86-video-openchrome: Patch to correct build failure.

* gnu/packages/xorg.scm (xf86-video-openchrome): Add patch for build failure
    with glibc-2.20. Fixes bug #18740.
* gnu/packages/patches/xf86-video-openchrome-includes.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
af89a667 — Federico Beffa 11 years ago
gnu: atlas: Try to fix build on MIPS.

* gnu/packages/maths.scm (atlas): Add MIPS specific configure flags.
bc9812f1 — Andreas Enge 11 years ago
gnu: gegl: Disable tests.

* gnu/packages/gimp.scm (gegl): Disable tests since failures are apparently
    not taken care of in upstream releases.
2acb8b27 — Ludovic Courtès 11 years ago
gnu: youtube-dl: Update to 2014.11.21.1.

* gnu/packages/video.scm (youtube-dl): Update to 2014.11.21.1.
49ff939f — Jason Self 11 years ago
gnu: linux-libre: Update to 3.17.4

* gnu/packages/linux.scm (linux-libre): Update to version 3.17.4.
5dee80dd — Andreas Enge 11 years ago
gnu: libxkbcommon: Add inputs libx11 and xkeyboard-config and use
  corresponding configure flags.

* gnu/packages/qt.scm (libxkbcommon): Add inputs libx11 and xkeyboard-config.
    Use configure flags to set XKB config root and X11 locale root
    directories.
8b6a5e0f — Andreas Enge 11 years ago
gnu: qt: Add input ruby.

* gnu/packages/qt.scm (qt): Add input ruby.
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>
f4391bec — Ludovic Courtès 11 years ago
doc: Fix typos regarding 'lsh-service'.

Reported by Adam Pribyl <pribyl@lowlevel.cz>.

* doc/guix.texi (Using the Configuration System): Use #:root-login?, not
  #:allow-root-login?, in example.
  (Networking Services): Fix module name for ssh.
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>
Next