~ruther/guix-local

596fcbf7 — Ludovic Courtès 11 years ago
build: Don't generate Emacs autoloads when Emacs is unavailable.

Reported by Andreas Enge.

* configure.ac: Define 'HAVE_EMACS' Automake conditional.
* emacs.am ($(AUTOLOADS)): Wrap in 'if HAVE_EMACS'.
6c4a2884 — Andreas Enge 11 years ago
gnu: mit-scheme: Update to 9.2.

* gnu/packages/scheme.scm (mit-scheme): Update to 9.2.
17b9d16f — Andreas Enge 11 years ago
gnu: libxscrnsaver: Propagate input scrnsaverproto.

* gnu/packages/xorg.scm (libxscrnsaver): Propagate input scrnsaverproto,
    since scrnsaver.h from libxscrnsaver includes saver.h from scrnsaverproto.
38877bf3 — Andreas Enge 11 years ago
gnu: help2man: Update to 1.46.3.

* gnu/packages/man.scm (help2man): Update to 1.46.3.
237c0486 — Andreas Enge 11 years ago
gnu: gcl: Update to 2.6.11.

* gnu/packages/lisp.scm (gcl): Update to 2.6.11.
483ca9d8 — Andreas Enge 11 years ago
gnu: parallel: Update to 20140922.

* gnu/packages/parallel.scm (parallel): Update to 20140922.
5520c94c — Andreas Enge 11 years ago
gnu: libidn: Update to 1.29.

* gnu/packages/libidn.scm (libidn): Update to 1.29.
53f896f2 — Andreas Enge 11 years ago
gnu: rcs: Update to 5.9.3.

* gnu/packages/version-control.scm (rcs): Update to 5.9.3.
f36afe4d — Federico Beffa 11 years ago
gnu: maxima: Install .el files in the right place, and help find Gnuplot.

* gnu/packages/maths.scm (maxima): Remove Tcl from 'inputs'.  Add
  'post-install' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
dd0b0e68 — Andreas Enge 11 years ago
gnu: ucommon: Update to 6.1.11.

* gnu/packages/telephony.scm (ucommon): Update to 6.1.11.
05681d73 — Andreas Enge 11 years ago
gnu: libassuan: Update to 2.1.2.

* gnu/packages/gnupg.scm (libassuan): Update to 2.1.2.
b5c5d763 — Ludovic Courtès 11 years ago
Merge branch 'bash-cve-2014-6271'
223ecaba — Alex Kost 11 years ago
gnu: Add scrot.

* gnu/packages/scrot.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
f7d28082 — Alex Kost 11 years ago
gnu: Add giblib.

* gnu/packages/image.scm (giblib): New variable.
76d88cfa — Alex Kost 11 years ago
gnu: Add imlib2.

* gnu/packages/image.scm (imlib2): New variable.
fddb6409 — David Thompson 11 years ago
gnu: libtoxcore: Update to 1.0.0.

* gnu/packages/crypto.scm (libsodium): Update version and change home-page.
c1fe82d5 — Ludovic Courtès 11 years ago
gnu: bash: Apply patch series up to 25 [CVE-2014-6271].

* gnu/packages/bash.scm (patch-url, bash-patch): New procedures.
  (patch-series): New macro.
  (%patch-series-4.3): New variable.
  (download-patches): New procedure.
  (bash): Change version to include the patch level; pass
  %PATCH-SERIES-4.3 in the origin.
ce517b20 — Ludovic Courtès 11 years ago
gnu: bootstrap: Correctly handle patches that are origins.

* gnu/packages/bootstrap.scm (bootstrap-origin): Rewrite the patches of
  SOURCES that are also origins.
27afb11a — Ludovic Courtès 11 years ago
gnupg: Correctly parse current 'SIG_ID' lines.

* guix/gnupg.scm (gnupg-verify)[sigid-rx]: Adjust to handle current
  signature ID encoding.
3f6f7b36 — Ludovic Courtès 11 years ago
packages: Allow use of origins as patches.

* guix/packages.scm (patch-and-repack)[patch-inputs]: Use 'add-to-store'
  only if the PATCH is a file name, and 'package-source-derivation' if
  PATCH is an origin.
Next