~ruther/guix-local

ref: 893046ff4ba030bc652e7dbd088c333db10ea09b guix-local/gnu d---------
893046ff — Mark H Weaver 11 years ago
gnu: Remove 'xf86-video-ast' and 'xf86-video-newport' drivers.

* gnu/packages/xorg.scm (xf86-video-ast, xf86-video-newport): Comment out.
d3206af6 — Ludovic Courtès 11 years ago
gnu: racket: Update to 6.1.1.

* gnu/packages/scheme.scm (racket): Update to 6.1.1.  Adjust URI.
  [inputs]: Add FONTCONFIG and SQLITE.
01ed3c4f — Ludovic Courtès 11 years ago
linux-boot: Don't fail if /root/etc/mtab is a dangling symlink.

Reported Joshua Grant.
Patch suggested by Mark H Weaver.

* gnu/build/linux-boot.scm (mount-root-file-system): Use
  'false-if-exception' instead of 'when (file-exists? ...)' to account
  for dangling symlinks.
9dcd1b3b — Mark H Weaver 11 years ago
gnu: guile-ssh: Put 'autoreconf' phase after 'unpack', not before 'configure'.

* gnu/packages/ssh.scm (guile-ssh): Add 'autoreconf' phase after 'unpack'
  instead of before 'configure', so that it will be before
  'patch-usr-bin-file' and other similar phases.
18a5a9a1 — Federico Beffa 11 years ago
gnu: Add libupnp.

* gnu/packages/libupnp.scm: New file.
* gnu-system.am: Add the new file.
88c6b580 — Ludovic Courtès 11 years ago
gnu: Define $CC to placate 'g-ir-scanner'.

* gnu/packages/glib.scm (telepathy-glib)[arguments]: New field.
* gnu/packages/gnome.scm (json-glib)[arguments]: New field.
2fd22ec5 — Ludovic Courtès 11 years ago
gnu: libextractor: Adjust to deal with current libmagic.

* gnu/packages/gnunet.scm (libextractor)[source]: Add 'snippet'.
  (libextractor)[inputs]: Remove GNU-GETTEXT, which was unneeded.  Add
  FILE.
30347040 — Ludovic Courtès 11 years ago
gnu: gimp: Update to 2.8.14.

* gnu/packages/gimp.scm (gimp): Update to 2.8.14.
3761792c — Ludovic Courtès 11 years ago
system: Define $ASPELL_CONF in /etc/profile.

* gnu/system.scm (etc-directory)[profile]: Define 'ASPELL_CONF'.
7de2b186 — Ludovic Courtès 11 years ago
install: Add iw to the packages.

* gnu/system/install.scm (installation-os)[packages]: Add IW.
589f7dbe — Jason Self 11 years ago
gnu: linux-libre: Update to 3.18.4

* gnu/packages/linux.scm (linux-libre): Update to version 3.18.4.
6bc64f41 — Ludovic Courtès 11 years ago
gnu: Add xinit.

* gnu/packages/xorg.scm (xinit): New variable.
493c245b — Ludovic Courtès 11 years ago
linux-initrd: Add USB kernel modules to the default initrd.

* gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Add
  usb-storage, uas, usbkbd, and usbhid.
* gnu/system/vm.scm (system-disk-image): Remove #:extra-modules argument
  to 'base-initrd'.
d021d251 — Manolis Ragkousis 11 years ago
gnu: apr-util: Correct hash.

* gnu/packages/apr.scm (apr-util): Correct hash.
6256553c — Alex Kost 11 years ago
gnu: Add sxiv.

* gnu/packages/sxiv.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
74574fd1 — Ricardo Wurmus 11 years ago
gnu: Add GCJ

* gnu/packages/gcc.scm (gcj-4.8, ecj-bootstrap-4.8): New variables.
* gnu/packages/javac.in: New file.
* gnu-system.am (MISC_DISTRO_FILES): Add it.
* Makefile.am (nobase_dist_guilemodule_DATA): Add MISC_DISTRO_FILES.
bfe26beb — Ricardo Wurmus 11 years ago
gnu: Add LRDF.

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

* gnu/packages/audio.scm: New file
* gnu-system.am (GNU_SYSTEM_MODULES): Add it
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.
Next