Age | Commit message (Expand) | Author |
2016-12-31 | 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.
| Ludovic Courtès |
2016-12-31 | ssh: 'retrieve-files' detects remote export failures.•••* guix/ssh.scm (retrieve-files): Call 'lookahead-u8' and raise a
'&message' condition when it returns EOF.
| Ludovic Courtès |
2016-12-31 | ssh: 'send-files' returns the list of items sent.•••* guix/ssh.scm (send-files): Return MISSING.
| Ludovic Courtès |
2016-12-31 | 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.
| Ludovic Courtès |
2016-12-31 | 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'.
| Ludovic Courtès |
2016-12-31 | gnu: python-graphql-relay: Update to 0.4.5.•••* gnu/packages/python.scm (python-graphql-relay): Update to 0.4.5.
| Tobias Geerinckx-Rice |
2016-12-31 | gnu: python-freezegun: Update to 0.3.8.•••* gnu/packages/python.scm (python-freezegun): Update to 0.3.8.
| Tobias Geerinckx-Rice |
2016-12-31 | gnu: python-ply: Update to 3.9.•••* gnu/packages/python.scm (python-ply): Update to 3.9.
[source]: Use pypi-uri.
| Tobias Geerinckx-Rice |
2016-12-31 | gnu: python-pyquery: Update to 1.2.17.•••* gnu/packages/python.scm (python-pyquery): Update to 1.2.17.
| Tobias Geerinckx-Rice |
2016-12-31 | gnu: python-click-log: Update to 0.1.8.•••* gnu/packages/python.scm (python-click-log): Update to 0.1.8.
| Tobias Geerinckx-Rice |
2016-12-31 | gnu: python-ndg-httpsclient: Update to 0.4.2.•••* gnu/packages/python.scm (python-ndg-httpsclient): Update to 0.4.2.
| Tobias Geerinckx-Rice |
2016-12-31 | gnu: python-ipykernel: Update to 4.5.2.•••* gnu/packages/python.scm (python-ipykernel): Update to 4.5.2.
| Tobias Geerinckx-Rice |
2016-12-31 | gnu: python-jupyter-core: Update to 4.2.1.•••* gnu/packages/python.scm (python-jupyter-core): Update to 4.2.1.
| Tobias Geerinckx-Rice |
2016-12-31 | gnu: python2-fastlmm: Update to 0.2.26.•••* gnu/packages/python.scm (python2-fastlmm): Update to 0.2.26.
| Tobias Geerinckx-Rice |
2016-12-31 | gnu: python-pytz: Update to 2016.10.•••* gnu/packages/python.scm (python-pytz): Update to 2016.10.
| Tobias Geerinckx-Rice |
2016-12-31 | gnu: python-pyyaml: Update to 3.12.•••* gnu/packages/python.scm (python-pyyaml): Update to 3.12.
[source]: Use pypi-uri.
| Tobias Geerinckx-Rice |
2016-12-31 | gnu: python-pygments: Update to 2.1.3.•••* gnu/packages/python.scm (python-pygments): Update to 2.1.3.
| Tobias Geerinckx-Rice |
2016-12-30 | gnu: tiled: Update to 0.18.0.•••* gnu/packages/game-development.scm (tiled): Update to 0.18.0.
| Kei Kebreau |
2016-12-31 | hydra: Remove 'qemu-image' job.•••As per the discussion at
<https://lists.gnu.org/archive/html/guix-devel/2016-12/msg01098.html>.
* build-aux/hydra/gnu-system.scm (demo-os): Remove.
(qemu-jobs): Remove 'qemu-image' job.
* build-aux/hydra/demo-os.scm: Remove.
| Ludovic Courtès |
2016-12-31 | gnu: mc: Partially fix absolute file paths.•••Partially fixes <http://bugs.gnu.org/25273>.
* gnu/packages/mc.scm (mc)[arguments]: Add new phase 'fix-absolutism.
This substitutes absolute file paths with functional file paths.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |
2016-12-31 | gnu: pius: Update to 2.2.2-0.891687c.•••* gnu/packages/gnupg.scm (pius): Update to 2.2.2-0.891687c.
[inputs]: Change GNUPG-2.0 to GNUPG (2.1).
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Troy Sankey |
2016-12-31 | Add (guix ssh) module.•••* guix/scripts/offload.scm (connect-to-remote-daemon)
(store-import-channel, store-export-channel, send-files)
(retrieve-files): Move to (guix ssh).
(nonce): Add optional 'name' parameter and use it.
(retrieve-files*): New procedure.
(transfer-and-offload): Use it instead of 'retrieve-files', and add
first parameter to 'send-files'.
(assert-node-can-import): Likewise.
(assert-node-can-export): Use 'retrieve-files' instead of
'store-export-channel'.
* guix/ssh.scm: New file.
* configure.ac: Use 'GUIX_CHECK_GUILE_SSH' and define 'HAVE_GUILE_SSH'
Automake conditional.
* Makefile.am (MODULES) [HAVE_GUILE_SSH]: Add guix/ssh.scm.
| Ludovic Courtès |
2016-12-30 | gnu: libtermkey: Update to 0.19.•••* gnu/packages/terminals.scm (libtermkey): Update to 0.19.
Co-authored-by: Leo Famulari <leo@famulari.name>
| José Miguel Sánchez García |
2016-12-30 | gnu: libpng: Mention CVE-2016-10087.•••* gnu/packages/patches/libpng-fix-null-ptr-dereference.patch: Rename to ...
* gnu/packages/patches/libpng-CVE-2016-10087.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust.
* gnu/packages/image.scm (libpng/fixed)[source]: Use renamed patch.
| Leo Famulari |
2016-12-30 | import: crate: Do not build when guile-json is not available.•••* Makefile.am (MODULES): Add 'guix/import/crate.scm' and
'guix/scripts/import/crate.scm' only when HAVE_GUILE_JSON.
| David Thompson |
2016-12-30 | gnu: linux-libre@4.1: Update to 4.1.37.•••* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.37.
| Mark H Weaver |
2016-12-30 | gnu: multiqc: Update to 0.9.•••Suggested by Raoul Bonnal <ilpuccio.febo@gmail.com>.
* gnu/packages/bioinformatics.scm (multiqc): Update to 0.9.
[origin]: Add patch.
* gnu/packages/patches/multiqc-fix-git-subprocess-error.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ben Woodcroft |
2016-12-29 | gnu: elogind: Enable ACL support.•••* gnu/packages/freedesktop.scm (elogind) [inputs]: Add acl.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Chris Marusich |
2016-12-29 | services: Add libmtp's udev rules to '%desktop-services'.•••Suggested by Chris Marusich <cmmarusich@gmail.com>.
* gnu/services/desktop.scm (%desktop-services): Add 'mtp' service via
call to 'simple-service'.
| Ludovic Courtès |
2016-12-29 | gnu: mpd: Install systemd service files.•••* gnu/packages/mpd.scm (mpd)[arguments]: Add 'install-service-files' phase.
| Leo Famulari |
2016-12-29 | gnu: r-genomicfeatures: Update to 1.26.2.•••* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.26.2.
| Ricardo Wurmus |
2016-12-29 | gnu: r-biostrings: Update to 2.42.1.•••* gnu/packages/bioinformatics.scm (r-biostrings): Update to 2.42.1.
| Ricardo Wurmus |
2016-12-29 | gnu: r-limma: Update to 3.30.7.•••* gnu/packages/bioinformatics.scm (r-limma): Update to 3.30.7.
| Ricardo Wurmus |
2016-12-29 | gnu: r-variantannotation: Update to 1.20.2.•••* gnu/packages/bioinformatics.scm (r-variantannotation): Update to 1.20.2.
| Ricardo Wurmus |
2016-12-29 | gnu: r-edger: Update to 3.16.5.•••* gnu/packages/bioinformatics.scm (r-edger): Update to 3.16.5.
| Ricardo Wurmus |
2016-12-29 | gnu: r-genomeinfodb: Update to 1.10.1.•••* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.10.1.
| Ricardo Wurmus |
2016-12-29 | gnu: r-iranges: Update to 2.8.1.•••* gnu/packages/bioinformatics.scm (r-iranges): Update to 2.8.1.
| Ricardo Wurmus |
2016-12-29 | gnu: r-s4vectors: Update to 0.12.1.•••* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.12.1.
| Ricardo Wurmus |
2016-12-29 | gnu: r-biocstyle: Update to 2.2.1.•••* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.2.1.
| Ricardo Wurmus |
2016-12-29 | gnu: r-deseq2: Update to 1.14.1.•••* gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.14.1.
| Ricardo Wurmus |
2016-12-29 | gnu: r-annotate: Update to 1.52.1.•••* gnu/packages/bioinformatics.scm (r-annotate): Update to 1.52.1.
[propagated-inputs]: Add r-rcurl.
| Ricardo Wurmus |
2016-12-29 | gnu: khard: Update to 0.11.3.•••* gnu/packages/mail.scm (khard): Update to 0.11.3.
[arguments]: Build with python instead of python-2. Remove
'disable-egg-compression' phase.
[propagated-inputs]: Don't use python-2 variants of propagated-inputs.
| Leo Famulari |
2016-12-29 | gnu: r-rsqlite: Update to 1.1-1.•••* gnu/packages/statistics.scm (r-rsqlite): Update to 1.1-1.
[propagated-inputs]: Add r-bh, r-memoise, r-plogr, and r-rcpp.
| Ricardo Wurmus |
2016-12-29 | gnu: Add r-plogr.•••* gnu/packages/statistics.scm (r-plogr): New variable.
| Ricardo Wurmus |
2016-12-29 | gnu: r-hmisc: Update to 4.0-1.•••* gnu/packages/statistics.scm (r-hmisc): Update to 4.0-1.
[propagated-inputs]: Remove r-cluster, r-foreign, r-lattice, r-nnet, and
r-rpart; add r-base64.
| Ricardo Wurmus |
2016-12-29 | gnu: Add r-base64.•••* gnu/packages/statistics.scm (r-base64): New variable.
| Ricardo Wurmus |
2016-12-29 | gnu: r-rmarkdown: Update to 1.3.•••* gnu/packages/statistics.scm (r-rmarkdown): Update to 1.3.
[propagated-inputs]: Remove r-tibble; add r-rprojroot.
| Ricardo Wurmus |
2016-12-29 | gnu: Add r-rprojroot.•••* gnu/packages/statistics.scm (r-rprojroot): New variable.
| Ricardo Wurmus |
2016-12-29 | gnu: r-rcpparmadillo: Update to 0.7.600.1.0.•••* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.7.600.1.0.
* gnu/packages/maths.scm (armadillo-for-rcpparmadillo): Update to
7.600.1.
| Ricardo Wurmus |
2016-12-29 | gnu: armadillo: Update to 7.600.2.•••* gnu/packages/maths.scm (armadillo): Update to 7.600.2.
| Ricardo Wurmus |