Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | import: gnu: Write the hash in nix-base32 format. | Ludovic Courtès | 2014-11-25 |
| | | | | | * guix/import/gnu.scm (gnu-package->sexp): Use 'bytevector->nix-base32-string', not 'bytevector->base32-string'. | ||
* | import: Add GNU importer. | Ludovic Courtès | 2014-11-11 |
Suggested by Karl Berry <karl@gnu.org> and Andreas Enge <andreas@enge.fr>. * guix/import/gnu.scm, guix/scripts/import/gnu.scm: New files. * Makefile.am (MODULES): Add them. * guix/scripts/import.scm (importers): Add "gnu". * guix/gnu-maintenance.scm (gnu-release-archive-types): New procedure. (download-tarball): Export. |