~ruther/guix-local

df8a09c7 — Ludovic Courtès 12 years ago
gnu: mit-krb5: Build with GCC 4.7.

* gnu/packages/mit-krb5.scm (mit-krb5): Make BISON and PERL native
  inputs.  Add GCC-4.7 as a native input.
de679269 — Ludovic Courtès 12 years ago
substitute-binary: Work around Guile 2.0.5's broken 'n-par-map'.

* guix/scripts/substitute-binary.scm (n-par-map*): New procedure.
  (guix-substitute-binary): Use it instead of 'n-par-map'.
  Reported by Nikita Karetnikov and Eric Bavier.
0edfdb89 — Ludovic Courtès 12 years ago
Add Guy to 'AUTHORS'.
a8300ef9 — Ludovic Courtès 12 years ago
gnu: xmodmap: Add patch to allow builds with GCC 4.8.

* gnu/packages/patches/xmodmap-asprintf.patch: New file.
* gnu/packages/xorg.scm (xmodmap): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
07cec9a5 — Andreas Enge 12 years ago
gnu: Correct typo in previous commit.

* gnu/packages/rdf.scm: Name module rdf.
c0798488 — Andreas Enge 12 years ago
gnu: Add soprano.

* gnu/packages/rdf.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add module.
gnu: Add SLiM.

* gnu/packages/slim.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5fd7f3e0 — Ludovic Courtès 12 years ago
gnu: iproute2: Upgrade to 3.12.0.

* gnu/packages/linux.scm (iproute): Upgrade to 3.12.0.
2e1f5bca — Ludovic Courtès 12 years ago
gnu: {binutils,bash,gnu-make}-final are private.

* gnu/packages/base.scm (binutils-final, bash-final, gnu-make-final):
  Use 'define', not 'define-public'.
aad560a5 — Ludovic Courtès 12 years ago
list-packages: Make 'snippet-link' more tolerant.

* build-aux/list-packages.scm (package->sxml)[snippet-link]: If
  'package-field-location' returns #f, use 'package-location.
840f71cd — Ludovic Courtès 12 years ago
Add John to 'AUTHORS'.
0ed873f3 — John Darrington 12 years ago
gnu: pixman: Upgrade to 0.32.4.

* gnu/packages/xorg.scm (pixman): Upgrade to 0.32.4.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b874f305 — Ludovic Courtès 12 years ago
guix package: Honor the current output when upgrading.

* guix/scripts/package.scm (specification->package+output): Pass OUTPUT
  to 'package-specification->name+version+output'.
53c85e97 — Ludovic Courtès 12 years ago
Merge branch 'core-updates'

Conflicts:
	gnu/packages/gnunet.scm
c320011d — Ludovic Courtès 12 years ago
doc: List the supported platforms.

* doc/guix.texi (GNU Distribution): List the supported platforms.
cd143df0 — Ludovic Courtès 12 years ago
gnu: net-tools: Adjust to removal of the 'patch' phase.

* gnu/packages/linux.scm (net-tools): Adjust to removal of the 'patch'
  phase.  Reported by Mark H. Weaver <mhw@netris.org>.
2e838890 — Andreas Enge 12 years ago
gnu: libextractor: Add input.

* gnu/packages/gnunet.scm (libextractor): Add input exiv2.
4942d42a — Ludovic Courtès 12 years ago
gnu: qemu: Add GUI version.

* gnu/packages/qemu.scm (qemu): Rename to...
  (qemu-headless): ... this.
  (qemu/smb-shares): Inherit from it.
  (qemu): New variable.
* gnu/packages/grub.scm (qemu-for-tests): Inherit from QEMU-HEADLESS.
558a5122 — Ludovic Courtès 12 years ago
gnu: sdl: Propagate libx11.

* gnu/packages/sdl.scm (sdl): Propagate LIBX11.
  (sdl-gfx, sdl-ttf): Remove LIBX11 from 'inputs'.
ff1cbb95 — Ludovic Courtès 12 years ago
build: Make sure pkg.m4 is present.

Suggested by John Darrington <john@darrington.wattle.id.au>.

* configure.ac: Forbid occurrences of 'PKG_CHECK_MODULES' in the
  output.
Next