~ruther/guix-local

a3a1417d — Ludovic Courtès 12 years ago
gnu: Remove now unneeded 'modules' fields from 'origin' specifications.

The previous commit has made (guix build utils) imported by default, so
no need to specify it.

* gnu/packages/base.scm (glibc)[source]: Remove 'modules' and
  'imported-modules' fields.
* gnu/packages/lsh.scm (lsh)[source]: Likewise.
3ca00bb5 — Ludovic Courtès 12 years ago
packages: Support 'patches' and 'snippets' for sources that are directories.

* guix/packages.scm (patch-and-repack)[numeric-extension?, tarxz-name]:
  New procedures.
  [builder]: Adjust to deal with SOURCE when it's a directory.
  <body>: Use 'tarxz-name'.  Always add (guix build utils) to
  IMPORTED-MODULES.
284c0046 — Ludovic Courtès 12 years ago
gnu: bash, readline: Upgrade.

* gnu/packages/readline.scm (readline): Upgrade to 6.3.
* gnu/packages/bash.scm (bash): Upgrade to 4.3.
829ecd00 — Ludovic Courtès 12 years ago
Merge branch 'master' into core-updates

Conflicts:
	gnu/packages/libwebsockets.scm
65f7c35d — Ludovic Courtès 12 years ago
hydra: Set the default absolute build timeout to 20h.

* build-aux/hydra/gnu-system.scm (package->alist): Add 'timeout' item.
833efa0d — Ludovic Courtès 12 years ago
gnu: Move libwebsockets to (gnu packages web).

* gnu/packages/libwebsockets.scm: Remove.  Move libwebsockets package
  definition to...
* gnu/packages/web.scm (libwebsockets): ... here.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove libwebsockets.scm.
371e87d2 — Ludovic Courtès 12 years ago
store: Use 'when' instead of 'if' in effectful context.

* guix/store.scm (set-build-options): Use 'when' instead of 'if'.
7dc68701 — David Thompson 12 years ago
gnu: Add mpd.

* gnu/packages/mpd.scm (mpd): New variable.
892d8a81 — David Thompson 12 years ago
gnu: Add libmpdclient.

* gnu/packages/mpd.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
d79ffe0e — Eric Bavier 12 years ago
gnu: zile: Upgrade to 2.4.10

* gnu/packages/zile.scm (zile): Upgrade to 2.4.10
87e398bd — Eric Bavier 12 years ago
gnu: parallel: Upgrade to 20140222

* gnu/packages/parallel.scm (parallel): Upgrade to 20140222
41109e60 — Mark H Weaver 12 years ago
gnu: ffmpeg: Upgrade to 2.1.4

* gnu/packages/video.scm (ffmpeg): Upgrade to 2.1.4.
6a6b8ffc — Sree Harsha Totakura 12 years ago
gnu: libmicrohttpd: Update to 0.9.34.

* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.34.
8fade76f — Mark H Weaver 12 years ago
Update SRFI-64 to the latest upstream version.

* srfi/srfi-64.scm: Export 'test-group'.  Call 'cond-expand-provide'.
* srfi/srfi-64.upstream.scm: Update to the latest upstream version.
c4dc4466 — Sree Harsha Totakura 12 years ago
gnu: Add miniupnpc.

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

Signed-off-by: Andreas Enge <andreas@enge.fr>
3bb33e24 — Ludovic Courtès 12 years ago
gnu: coreutils: Attempt to really fix cross-compilation.

* gnu/packages/patches/coreutils-dummy-man.patch: Directly take the
  patch from <http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch>.
b7db387b — Ludovic Courtès 12 years ago
gnu: grep: Upgrade to 2.18.

* gnu/packages/base.scm (grep): Upgrade to 2.18.
17919a58 — Ludovic Courtès 12 years ago
build-system/gnu: Allow the source to be a directory.

* guix/build/gnu-build-system.scm (unpack): Check if SOURCE is a
  directory, and copy it locally if it is.
* gnu/packages/libwebsockets.scm (libwebsockets)[arguments]: Remove
  'unpack' phase.
b2bfa32d — Ludovic Courtès 12 years ago
Merge branch 'master' into core-updates

Conflicts:
	gnu-system.am
2096ef47 — Ludovic Courtès 12 years ago
derivations: Remove unused 'derivation' parameter.

* guix/derivations.scm (derivation): Remove unused #:hash-mode parameter.
* doc/guix.texi (Derivations): Adjust accordingly.
Next