~ruther/guix-local

3271dd71 — Adriano Peluso 8 years ago
mailmap: Update entries for Adriano Peluso

* .mailmap: Add new entry for Adriano Peluso

Signed-off-by: Leo Famulari <leo@famulari.name>
ea584538 — Jelle Licht 8 years ago
gnu: node: Use unbundled dependencies.

* gnu/packages/node.scm (node)[inputs]: Add c-ares and http-parser.
[arguments]: Add configure flags for using system libraries.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
1fdb8830 — Jelle Licht 8 years ago
gnu: node: Update to 7.10.0.

* gnu/packages/node.scm (node): Update to 7.10.0.
(node)[arguments]: Disabled more tests.
* gnu/packages/patches/node-9077.patch: Delete incompatible patch file.
Recreate patch file from node pull request 9077.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
a7a7186c — Nicolas Goaziou 8 years ago
gnu: Add MuseScore.

* gnu/packages/music.scm (musescore): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b1d32ec0 — Arun Isaac 9 years ago
gnu: emacs-auctex: Add arguments to work with new `install' phase.

* gnu/packages/emacs.scm (emacs-auctex)[arguments]: Add #:include and
  #:exclude arguments.
e8cefe11 — Arun Isaac 9 years ago
gnu: emacs-slime: Add arguments to work with new `install' phase.

* gnu/packages/emacs.scm (emacs-slime)[arguments]: Add #:include and #:exclude
  arguments.
d8796851 — Arun Isaac 9 years ago
build-system: emacs: Install only a subset of files.

* guix/build/emacs-build-system.scm (install): Install files matching
  #:include while excluding files matching #:exclude.
* guix/build-system/emacs.scm (emacs-build): Add keyword arguments #:include
  and #:exclude.
0dc4a498 — Marius Bakke 8 years ago
install: Add 'passwd' to installation image.

* gnu/system/install.scm (installation-os): Add SHADOW in package list.
d0a26f3a — Arun Isaac 8 years ago
build: emacs: Fix `store-file->elisp-source-file'.

This prevents a ".el.el" extension for source files with no version number in
their file name.

* guix/build/emacs-build-system.scm (store-file->elisp-source-file): Remove
  ".el" extension from file name before splitting to name and version.
5ae59eb6 — Arun Isaac 8 years ago
guix: lint: Slightly simplify `check-source-file-name'.

* guix/scripts/lint.scm (check-source-file-name): Implement file name matching
  with regular expression.
ad25e996 — Arun Isaac 8 years ago
gnu: lint: Fix typo.

* guix/scripts/lint.scm (check-source-file-name): Fix wrong return value in
  docstring.
b608765a — Ben Woodcroft 8 years ago
gnu: diamond: Update to 0.9.1.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.1.
a6b055d4 — Mathieu Othacehe 8 years ago
mailmap: Add an entry for Mathieu Othacehe.

This avoids duplicated entries with Othacehe in uppercase.
9117448e — Ricardo Wurmus 8 years ago
gnu: Remove GCJ.

* gnu/packages/patches/gcj-arm-mode.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Delete it.
* gnu/packages/gcc.scm (javac.in, gcj, ecj-bootstrap): Remove variables.
e441fc56 — Ricardo Wurmus 8 years ago
gnu: ant: Implement in terms of ant/java8.

* gnu/packages/java.scm (ant): Inherit from ant/java8.
8bbd0408 — Ricardo Wurmus 8 years ago
gnu: Add ant/java8.

* gnu/packages/java.scm (ant/java8): New variable.
5c7952fb — Ricardo Wurmus 8 years ago
gnu: ant: Move after bootstrap packages.

* gnu/packages/java.scm (ant): Move package.
e7a5d73e — Ricardo Wurmus 8 years ago
gnu: ant: Delete bundled jars.

* gnu/packages/java.scm (ant)[source]: Delete bundled jars in a snippet.
fded0c69 — Ricardo Wurmus 8 years ago
gnu: ant: Inherit from ant-bootstrap.

* gnu/packages/java.scm (ant)[build-system]
[home-page][synopsis][description][license]: Remove fields.
[arguments]: Adapt arguments of ant-bootstrap package.
fc6e2727 — Ricardo Wurmus 8 years ago
gnu: clojure: Move below bootstrap packages.

* gnu/packages/java.scm (clojure): Move package.
Next