~ruther/guix-local

c6b96af7 — Ricardo Wurmus 9 years ago
gnu: Add propeller-load.

* gnu/packages/embedded.scm (propeller-load): New variable.
150e0a1e — Ricardo Wurmus 9 years ago
gnu: Add openspin.

* gnu/packages/embedded.scm (openspin): New variable.
eb88fbaf — Ricardo Wurmus 9 years ago
gnu: Add propeller-toolchain.

* gnu/packages/embedded.scm (propeller-toolchain): New variable.
0d0079b2 — Ricardo Wurmus 9 years ago
gnu: Add proplib.

* gnu/packages/embedded.scm (proplib): New variable.
68cb2784 — Ricardo Wurmus 9 years ago
gnu: Add propeller-gcc.

* gnu/packages/embedded.scm (propeller-gcc): New variable.
2d7c9213 — Ricardo Wurmus 9 years ago
gnu: Add propeller-binutils.

* gnu/packages/embedded.scm (propeller-binutils): New variable.
6f5b1c91 — Ricardo Wurmus 9 years ago
gnu: Add dummy linker for propeller-elf.

* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for
propeller-elf.
c26ba570 — Ricardo Wurmus 9 years ago
gnu: clisp: Remove timestamps.

* gnu/packages/lisp.scm (clisp)[arguments]: Add "remove-timestamps"
phase to remove "__DATE__" and "__TIME__".
636c77d0 — Ricardo Wurmus 9 years ago
gnu: clisp: Use modify-phases syntax.

* gnu/packages/lisp.scm (clisp)[arguments]: Use modify-phases syntax.
6f7bcaad — Alex Kost 9 years ago
Update .mailmap.

* .mailmap: Add new entries for Alex Sassmannshausen, Ben Woodcroft,
Daniel Pimentel, David Hashe, George Clemmer, Ivan Vilata i Balaguer,
Jeff Mickey, John J. Foerch, Marek Benc, Pjotr Prins, Raoul Jean Pierre
Bonnal, Rene Saavedra, 宋文武, Stefan Reichör, Thomas Danckaert and
Vincent Legoll.
c50dc711 — Alex Kost 9 years ago
gnu: manaplus: Update to 1.6.12.24.

* gnu/packages/games.scm (manaplus): Update to 1.6.12.24.
25d84d31 — Ben Woodcroft 9 years ago
gnu: python-dendropy: Update to 4.2.0.

* gnu/packages/bioinformatics.scm (python-dendropy): Update to 4.2.0.
[source]: Remove patch.
(python2-dendropy)[source]: Use the same source as python-dendropy.
* gnu/packages/patches/python-dendropy-exclude-failing-tests.patch: Remove
file.
* gnu/local.mk (dist_patch_DATA): Remove it.
322a583f — Ben Woodcroft 9 years ago
gnu: diamond: Update to 0.8.31.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.31.
7fc2d377 — Ludovic Courtès 9 years ago
gnu: nagios: Update to 4.2.4 [fixes CVE-2016-{9565,9566}].

* gnu/packages/monitoring.scm (nagios): Update to 4.2.4.
[native-inputs]: New field.
f11c444d — Ludovic Courtès 9 years ago
Add 'guix copy'.

* guix/scripts/copy.scm: New file.
* guix/scripts/archive.scm (options->derivations+files): Export.
* doc/guix.texi (Invoking guix copy): New node.
* Makefile.am (MODULES) [HAVE_GUILE_SSH]: Add guix/scripts/copy.scm.
* po/guix/POTFILES.in: Likewise.
13164a21 — Ludovic Courtès 9 years ago
ssh: 'retrieve-files' detects remote export failures.

* guix/ssh.scm (retrieve-files): Call 'lookahead-u8' and raise a
'&message' condition when it returns EOF.
23973e4f — Ludovic Courtès 9 years ago
ssh: 'send-files' returns the list of items sent.

* guix/ssh.scm (send-files): Return MISSING.
e9629e82 — Ludovic Courtès 9 years ago
ssh: Allow transfers of complete closures.

* guix/ssh.scm (store-export-channel, send-files)
(file-retrieval-port, retrieve-files): Add #:recursive? parameter and
honor it.
c0b2d08b — Ludovic Courtès 9 years ago
git-download: Use a single download script for all derivations.

That way, we have only one /gnu/store/…-git-download instead of one
/gnu/store/…-PACKAGE-checkout-builder for each package.

This is a followup to ced200328ca6337ac446e4557c645629e7d7a997.

* guix/git-download.scm (git-fetch)[build]: Get the URL, commit, and
recursive parameter using 'getenv'.  Pass #:script-name and #:env-vars
arguments to 'gexp->derivation'.
b13a5b4d — Tobias Geerinckx-Rice 9 years ago
gnu: python-graphql-relay: Update to 0.4.5.

* gnu/packages/python.scm (python-graphql-relay): Update to 0.4.5.
Next