~ruther/guix-local

bfe26beb — rekado 11 years ago
gnu: Add LRDF.

* gnu/packages/rdf.scm (lrdf): New variable.
fb68469f — rekado 11 years ago
gnu: Add JACK

* gnu/packages/audio.scm: New file
* gnu-system.am (GNU_SYSTEM_MODULES): Add it
b1e95eca — Ludovic Courtès 11 years ago
doc: Update "Limitations" section.

* doc/guix.texi (System Installation): Mention Xfce.  Update package
  count.
c73adb09 — Ludovic Courtès 11 years ago
install: Mention GSD.

* gnu/system/install.scm (installation-services): Mention the Guix
  System Distribution.
39de700c — Ludovic Courtès 11 years ago
gnu: guix: Update snapshot.

* gnu/packages/package-management.scm (boot-guile-uri): New procedure.
  (guix-0.8): Add "boot-guile/armhf" input.  Update
  'copy-bootstrap-guile' phase to handle it.
  (guix-devel): Update snapshot.
a795477b — Manolis Ragkousis 11 years ago
gnu: zsh: Update to 5.0.7

* gnu/packages/zsh.scm (zsh): Update to 5.0.7

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9506a01c — Manolis Ragkousis 11 years ago
gnu: apr: Update to 1.5.4.

* gnu/packages/apr.scm (apr-util): Update to 1.5.4

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
64605c20 — Manolis Ragkousis 11 years ago
gnu: ftp: Update to 4.6.1.

* gnu/packages/ftp.scm (lftp): Update to 4.6.1

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6acef681 — Ludovic Courtès 11 years ago
services: mingetty: Wait for udev.

* gnu/services/base.scm (mingetty-service): Add 'udev' to
  'requirement'.
00239d05 — 宋文武 11 years ago
system: Add 'XDG_DATA_DIRS' and 'XDG_CONFIG_DIRS' to /etc/profile.

* gnu/system.scm (etc-directory)[profile]: Set 'XDG_DATA_DIRS' and
  'XDG_CONFIG_DIRS'.
4ad8789c — Ludovic Courtès 11 years ago
nls: Add a few more package modules for translation.

* po/packages/POTFILES.in: List a few more files.
36c45230 — Ludovic Courtès 11 years ago
build: Unset 'GUIX_PACKAGE_PATH' in 'sync-descriptions'.

* Makefile.am (sync-descriptions): Clear 'GUIX_PACKAGE_PATH'.
f8bcf997 — Ludovic Courtès 11 years ago
build: Remove reference to non-existent file.

* daemon.am (EXTRA_DIST): Remove nix/sync-with-upstream.
873c4085 — Ludovic Courtès 11 years ago
doc: Expound a bit on 'guix lint'.

* doc/guix.texi (Invoking guix lint): Give examples of checkers.
ffc3a02b — Ludovic Courtès 11 years ago
services: xorg: Define the <session-type> record type.

* gnu/services/xorg.scm (<session-type>): New record type.
  (%windowmaker-session-type, %ratpoison-session-type): New variables.
  (%default-xsessions): Use them.
  (xsessions-directory): Expect SESSIONS to be a list of <session-type>
  and rewrite accordingly.
  (slim-service): Adjust docstring.
* doc/guix.texi (X Window): Update accordingly.
3bcfe23c — Ludovic Courtès 11 years ago
substitute-binary: Let the user know when the cache is being updated.

* guix/scripts/substitute-binary.scm (open-cache*): New macro.
  (guix-substitute-binary): Use it instead of (delay (open-cache ...)).
19a45444 — Ludovic Courtès 11 years ago
hash: Initialize libgcrypt before use.

Fixes <http://bugs.gnu.org/19677>.
Reported by Mark H Weaver <mhw@netris.org>.

* guix/hash.scm: Use (guix gcrypt).
  (sha256, open-sha256-md, md-write, md-close): Use 'libgcrypt-func'
  instead of 'dynamic-func'.
4862bc4a — Ludovic Courtès 11 years ago
Add (guix gcrypt).

* guix/gcrypt.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/pk-crypto.scm: Use it.
  (libgcrypt-func, gcrypt-version): Remove.
72c5ad8b — Mark H Weaver 11 years ago
gnu: Add gobject-introspection patches to gnu-system.am.

* gnu-system.am (dist_patch_DATA): Add
  'gobject-introspection-absolute-shlib-path.patch' and
  'gobject-introspection-girepository.patch'.
5ade90ba — Mark H Weaver 11 years ago
Merge branch 'wip-gobject-introspection'
Next