~ruther/guix-local

4cb036d6 — Christopher Baines 8 years ago
emacs-build-system: Change how patch-el-files substitutes commands.

Previously the regex would match from /bin/ to a closing quote. However, this
is greedy, so will match up until the last ". This causes problems when there
are several quotes on the same line, for example:

org-effectiveness.el:
196:      (call-process "/bin/bash" nil t nil "-c" strplot)

Therefore, change . to \S so that it doesn't include whitespace
characters. Changing to a lazy quantifier would be an option, if that were
supported.

* guix/build/emacs-build-system.scm (patch-el-files): Change the regular
  expression used.
dd2de284 — Christopher Baines 8 years ago
emacs-build-system: Handle missing programs when patching.

Previously the string-append here would error, which isn't useful as it
doesn't tell you which command couldn't be found. To make the error
actionable, catch it earlier, and explicitly error.

* guix/build/emacs-build-system.scm (patch-el-files): Handle (which cmd)
  returning #f.
791cfa67 — Ricardo Wurmus 8 years ago
gnu: propeller-development-suite: Use stable release.

* gnu/packages/embedded.scm (propeller-binutils): Take sources from
release_1_0 branch.
[arguments]: Remove "patch-/bin/sh-in-tests" phase; add "chdir" phase; disable
Werror flag.
(propeller-gcc-4): Use sources from release_1_0 branch.
[arguments]: Add "chdir" phase.
[home-page]: Change to official home page.
(proplib): Use sources from release_1_0 branch.
[arguments]: Add "chdir" phase; remove outdated patch from "fix-Makefile"
phase; do not build and install tiny library.
[home-page]: Change to official home page.
(propeller-load): Use sources from release_1_0 branch.
[arguments]: Add "chdir" phase.
[home-page]: Change to official home page.
b3b2efc8 — Kei Kebreau 8 years ago
gnu: maxima: Update to 5.41.0.

* gnu/packages/maths.scm (maxima): Update to 5.41.0.
838b232e — Efraim Flashner 8 years ago
gnu: ruby-ffi: Move to libffi.scm.

* gnu/packages/ruby.scm (ruby-ffi): Move from here ...
* gnu/packages/libffi.scm: ... to here.
0751fddd — Efraim Flashner 8 years ago
gnu: python-cffi: Move to libffi.scm

* gnu/packages/python.scm (python-cffi): Move from here ...
* gnu/packages/libffi.scm: ... to here.
* gnu/packages/crypto.scm, gnu/packages/password-utils.scm: Adjust
module imports.
cca55d57 — Efraim Flashner 8 years ago
gnu: python-cffi: Update to 1.11.2.

* gnu/packages/python.scm (python-cffi): Update to 1.11.2.
[home-page]: Use 'https'.
a1add5b7 — Efraim Flashner 8 years ago
gnu: python-cffi: Disable test that fails on aarch64.

* gnu/packages/python.cm (python-cffi)[arguments]: Disable test that
is known to fail on aarch64.
dd46c16b — Ricardo Wurmus 8 years ago
gnu: fluidsynth: Update to 1.1.8.

* gnu/packages/audio.scm (fluidsynth): Update to 1.1.8.
[build-system]: Use cmake-build-system.
[arguments]: Disable tests; add phase "fix-libdir"; remove build phase
"remove-broken-symlinks".
[license]: Change to lpgl2.1+.
58381958 — Mark H Weaver 8 years ago
gnu: linux-libre: Update to 4.13.7.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.7.
(%linux-libre-hash): Update hash.
9ced1033 — Tobias Geerinckx-Rice 8 years ago
gnu: cups-minimal: Mark up description.

* gnu/packages/cups.scm (cups-minimal)[description]: Use @dfn.
96b44a94 — Tobias Geerinckx-Rice 8 years ago
gnu: cups-filters: Download over HTTPS.

* gnu/packages/cups.scm (cups-filters)[source]: Use HTTPS.
gnu: Add python-pyqrcode.

* gnu/packages/python.scm (python-pyqrcode): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add python-pynacl.

* gnu/packages/crypto.scm (python-pynacl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add python-py-ubjson.

* gnu/packages/web.scm (python-py-ubjson): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add python-cbor.

* gnu/packages/serialization.scm (python-cbor): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: neomutt: Update to 20171013.

* gnu/packages/mail.scm (neomutt): Update to 20171013.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a209907e — Kyle Meyer 8 years ago
gnu: emacs-ess: Update to 16.10.

* gnu/packages/emacs.scm (emacs-ess): Update to 16.10.
[arguments]: Enable tests.
[source]: Add snippet to prevent build process from trying to download
external julia-mode.el.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
db29e598 — Kyle Meyer 8 years ago
gnu: Add emacs-julia-mode.

* gnu/packages/emacs.scm (emacs-julia-mode): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
d02c2873 — Kyle Meyer 8 years ago
gnu: Add emacs-easy-kill.

* gnu/packages/emacs.scm (emacs-easy-kill): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Next