~ruther/guix-local

5622953d — Cyril Roelandt 11 years ago
guix lint: Make sure synopses are not too long.

* guix/scripts/lint.scm (check-synopsis-length): New procedure.
* tests/lint.scm ("synopsis: too long"): New test.
90d104ba — Cyril Roelandt 11 years ago
guix lint: make sure check-patches retrieves patch names.

* guix/lint (check-patches): Test the output of origin-patches.
0c115d8c — Eric Bavier 11 years ago
gnu: Add fontforge.

* gnu/packages/fontutils.scm (fontforge): New variable.
f945bf06 — Eric Bavier 11 years ago
gnu: Add libuninameslist.

* gnu/packages/fontutils.scm (libuninameslist): New variable.
5277dbb0 — Eric Bavier 11 years ago
gnu: Add libspiro.

* gnu/packages/fontutils.scm (libspiro): New variable.
ee69f85c — Eric Bavier 11 years ago
gnu: Add potrace.

* gnu/packages/fontutils.scm (potrace): New variable.
fa0c1d61 — Ludovic Courtès 11 years ago
services: Add '%facebook-host-aliases'.

* gnu/services/networking.scm (%facebook-host-aliases): New variable.
* doc/guix.texi (Networking Services): Document it.
568841d4 — Ludovic Courtès 11 years ago
system: Export 'local-host-aliases'.

* gnu/system.scm (local-host-aliases): New procedure.
  (default-/etc/hosts): Use it.
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.
Next