~ruther/guix-local

c28ba7aa — John Darrington 11 years ago
gnu: boost: Add zlib to the inputs.

* gnu/packages/boost.scm (boost): Add zlib to inputs.
eb564fc3 — Ludovic Courtès 11 years ago
gnu: eudev: Really update to 1.10.

* gnu/packages/linux.scm (eudev)[version]: Fix typo.
  [source]: Add 'snippet'.
cb90e7e0 — Mark H Weaver 11 years ago
gnu: mupdf: Update to 1.6.

* gnu/packages/pdf.scm (mupdf): Update to 1.6.
235c4ec3 — Mark H Weaver 11 years ago
gnu: mupdf: Use a source URL where older versions remain available.

* gnu/packages/pdf.scm (mupdf)[source]: Download from the archive
  subdirectory, where both old and new versions are kept.
2de52589 — Jason Self 11 years ago
gnu: eudev: Update to 1.10.

* gnu/packages/linux.scm (eudev): Update to version 1.10.
80059f54 — John Darrington 11 years ago
gnu: clucene: Enable the contrib-libs.

* gnu/packages/rdf.scm (clucene): Enable the contribs-lib directory.
475992f2 — John Darrington 11 years ago
gnu: libxdamage: Move inputs to propagated-inputs

* gnu/packages/xorg.scm (libxdamage): Move all existing inputs
  to propagated-inputs.
177088a3 — Ludovic Courtès 11 years ago
gnu: net-tools: Allow compilation with current libc and GCC.

* gnu/packages/patches/net-tools-bitrot.patch: New file.
* gnu/packages/linux.scm (net-tools): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
1f06b288 — Alex Kost 11 years ago
emacs: Use 'with-store' in 'process-package-actions'.

* emacs/guix-main.scm (process-package-actions): Use 'with-store'.
75af27f7 — Ludovic Courtès 11 years ago
gnu: mit-scheme: Restrict to non-MIPS systems.

* gnu/packages/scheme.scm (mit-scheme)[supported-systems]: New field.
4e097f86 — Ludovic Courtès 11 years ago
hydra: Honor 'package-supported-systems'.

* guix/packages.scm (%supported-systems): New variable.
  (<package>)[platforms]: Rename to...
  [supported-systems]: ... this.  Change default to %SUPPORTED-SYSTEMS.
* build-aux/hydra/gnu-system.scm (job-name, package->job): New
  procedures, formerly in 'hydra-jobs'.  Honor 'package-supported-systems'.
  (hydra-jobs): Use them.
288dca55 — Ludovic Courtès 11 years ago
doc: Mention optional dependency on Guile-JSON.

* README (Requirements): Add Guile-JSON.
* doc/guix.texi (Requirements): Likewise.
108e0c61 — Jason Self 11 years ago
gnu: linux-libre: Update to 3.17.

* gnu/packages/linux.scm (linux-libre): Update to version 3.17.
b0d1f10b — Ian Denhardt 11 years ago
gnu: Add feh.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8c43746f — Ludovic Courtès 11 years ago
gnu: libdaemon: Add alternate source URLs.

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

* gnu/packages/libdaemon.scm (libdaemon)[source]: Add Debian and Fedora
  mirrors.
04a6e437 — Jason Self 11 years ago
gnu: linux-libre: Update to 3.16.4.

* gnu/packages/linux.scm (libogg): Update to version 3.16.4.
f410c110 — Mark H Weaver 11 years ago
gnu: xpdf: Update to 3.04.

* gnu/packages/patches/xpdf-constchar.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/pdf.scm (xpdf): Update to 3.04.  Remove patch.
  Add libpng as an input.
553521d2 — Ludovic Courtès 11 years ago
build-system/trivial: Preserve the cross-compilation target in bags.

* guix/build-system/trivial.scm (lower): Initialize the 'target' field.
708be46b — Ludovic Courtès 11 years ago
gnu: dbus: Move 'pkg-config' to 'native-inputs'.

* gnu/packages/glib.scm (dbus): Move PKG-CONFIG to 'native-inputs'.
8fa9ff20 — Ludovic Courtès 11 years ago
gnu: dbus: Create $out/etc/dbus-1/{system,session}.d to placate 'dbus-launch'.

* gnu/packages/glib.scm (dbus)[arguments]: Add 'post-install' phase.
Next