Commit Graph

34757 Commits (bd7470185bae15e686c2b2a83d3f61807e6fa527)

Author SHA1 Message Date
Ludovic Courtès bd7470185b
Add 'guix describe'.
* guix/scripts/describe.scm: New file.
* Makefile.am (MODULES): Add it.
(SH_TESTS): Add tests/guix-describe.sh.
* po/guix/POTFILES.in: Add it.
* guix/scripts/pull.scm (display-profile-content): Export.
* guix/describe.scm (current-profile, current-profile-entries): Export.
* tests/guix-describe.sh: New file.
* doc/guix.texi (Features): Mention 'guix pull' and provenance tracking.
(Invoking guix pull): Link to 'guix describe'.
(Channels): Likewise.
(Invoking guix describe): New node.
2018-09-07 11:40:22 +02:00
Ludovic Courtès ee94cfeb99
pull: Add '--profile'.
* guix/scripts/pull.scm (show-help, %options): Add '--profile'.
(build-and-install): Change 'config-dir' argument to 'profile'.
(guix-pull): Honor '--profile'.
* doc/guix.texi (Invoking guix pull): Document it.
2018-09-07 11:40:18 +02:00
pimi 214452ffd3
gnu: Add r-ggformula.
* gnu/packages/cran.scm (r-ggformula): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-07 11:40:06 +02:00
pimi c61f7bc543
gnu: Add r-mosaiccore.
* gnu/packages/cran.scm (r-mosaiccore): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-07 11:40:06 +02:00
pimi 77b33e0ede
gnu: Add r-ggstance.
gnu/packages/cran.scm (r-ggstance): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-07 11:40:06 +02:00
pimi 12da2a5e58
gnu: Add r-abctools.
* gnu/packages/cran.scm (r-abctools): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-07 11:40:06 +02:00
pimi cadc10a513
gnu: Add r-abcrf.
* gnu/packages/cran.scm (r-abcrf): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-07 11:40:06 +02:00
pimi 40c10917bc
gnu: Add r-abcp2.
* gnu/packages/cran.scm (r-abcp2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-07 11:40:06 +02:00
Alex Branham 12498b59e7
gnu: emacs-ess: Update to 17.11.
* gnu/packages/emacs.scm (emacs-ess): Update to 17.11
[url]: Use github for https
[snippet]: update julia-mode substitution, only build info doc, bypass failing test
[propagated-inputs]: Add emacs-julia-mode
[description]: Mention that ESS supports Julia and JAGS (which replaces OpenBUGS)
[arguments]: Remove 'set-home' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-07 11:40:06 +02:00
Ludovic Courtès 1540075c79
vm: Make UUID computation really deterministic.
Fixes <https://bugs.gnu.org/32652>.

* gnu/system/vm.scm (operating-system-uuid)[service-name,
file-system-digest]: New procedures.
Map these over services and file systems and hash the result.
* tests/guix-system.sh: Add test.
2018-09-07 11:40:05 +02:00
Tobias Geerinckx-Rice 0012e0dd56
gnu: knot: Update to 2.7.2.
* gnu/packages/dns.scm (knot): Update to 2.7.2.
2018-09-07 03:01:40 +02:00
Leo Famulari 91cc2a38de
gnu: Wireshark: Update to 2.6.3 [fixes CVE-2018-{14994,16056,16057,16058}].
* gnu/packages/networking.scm (wireshark): Update to 2.6.3.
2018-09-06 17:05:42 -04:00
Leo Famulari 1e066f0706
gnu: curl: Update replacement to 7.61.1 [fixes CVE-2018-14618].
* gnu/packages/curl.scm (curl)[replacement]: Update to 7.61.1.
(curl-7.61.0): Replace variable with ...
(curl-7.61.1): ... new variable.
2018-09-06 17:02:52 -04:00
Kei Kebreau 21f5f351fb
gnu: libgme: Update to 0.6.2.
* gnu/packages/music.scm (libgme): Update to 0.6.2.
[native-inputs]: Add gcc-4.9.
2018-09-06 11:01:52 -04:00
Ludovic Courtès fd3a64335d
doc: Update hpcguix-web configuration documentation.
* doc/guix.texi (Web Services): Document 'channels' and
'package-list-expiration'.
2018-09-06 13:53:04 +02:00
Ludovic Courtès 7df945656c
services: hpcguix-web: Set SSL_CERT_DIR.
Previously Git pulls over HTTPS would fail with:

  guix/git.scm:132:7: In procedure update-cached-checkout:
  Throw to key `git-error' with args `(#<<git-error> code: -17 message: "the SSL certificate is invalid" class: 16>)'.

* gnu/services/web.scm (hpcguix-web-shepherd-service): Pass
"SSL_CERT_DIR=/etc/ssl/certs".
* doc/guix.texi (Web Services): Mention certificates.
2018-09-06 13:49:06 +02:00
Ludovic Courtès 3ffcad7df3
build-self: Accomodate upgrades from May 2016 and earlier.
Reported by Paul Garlick <pgarlick@tourbillion-technology.com>.

Fixes a bug whereby "old" Guix instances (before mid-May 2018) would
fail to pull to current master.

Specifically, Paul reported being unable to upgrade from
6f84dc4314 (a commit that predates that
addition of the 'bootstrap' phase on gnu-build-system on 'master' and
that also predates the new 'guix pull'.)

* build-aux/build-self.scm (guile-gcrypt)[arguments]: New field.
2018-09-06 12:01:39 +02:00
Eric Brown f66be84d08
gnu: gfortran, gcc-objc, gcc-objc++: Add version 8.
* gnu/packages/gcc.scm (gfortran-8, gcc-objc-8, gcc-objc++-8): New
variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-06 11:12:40 +02:00
Ludovic Courtès 888b64038d
build: Remove -L flag when $LIBGCRYPT_LIBDIR is empty.
Reported by Alex Vong <alexvong1995@gmail.com>.

* config-daemon.ac: Do not add "-L$LIBGCRYPT_LIBDIR" to LIBGCRYPT_LIBS
when "$LIBGCRYPT_LIBDIR" is empty.
2018-09-06 10:59:32 +02:00
Ludovic Courtès b290a631a0
gnu: guile-present: Install .go files to libdir.
* gnu/packages/plotutils.scm (guile-present)[source](modules, snippet):
Remove.
2018-09-06 10:49:42 +02:00
Ludovic Courtès 89874fd156
gnu: guile-charting: Install .go files to libdir.
* gnu/packages/plotutils.scm (guile-charting)[source](modules, snippet):
Remove.
2018-09-06 10:48:44 +02:00
Ludovic Courtès b3ca2d8883
gnu: hpcguix-web: Update to 9ff40fc.
* gnu/packages/web.scm (hpcguix-web): Update to 9ff40fc.
[arguments]: In 'wrap-program' phase, add guile-gcrypt, guile-git, and
guile-bytestructures to DEPS.
2018-09-06 10:46:07 +02:00
Ludovic Courtès 96d6c41dfa
gnu: guile-commonmark: Install .go files to libdir.
* gnu/packages/guile.scm (guile-commonmark)[source](snippet): Change the
"modir = " and "godir = " line separately, allowing .go files to be
installed to $(libdir).
2018-09-06 10:43:01 +02:00
Ricardo Wurmus d53aeeafcc
Add missing use-modules clause.
This is a follow-up to commit 5dfe491290.
Sorry!

* gnu/packages/bioinformatics.scm, gnu/packages/graph.scm: Use (gnu packages
bioconductor).
2018-09-06 04:53:32 +02:00
Tobias Geerinckx-Rice 79b283e433
gnu: ccache: Update to 3.4.3.
* gnu/packages/ccache.scm (ccache): Update to 3.4.3.
[arguments]: Remove obsolete 'munge-failing-test' phase.
2018-09-06 02:33:47 +02:00
Tobias Geerinckx-Rice d83477adf9
gnu: font-fira-code: Update to 1.205.
* gnu/packages/fonts.scm (font-fira-code): Update to 1.205.
2018-09-06 02:33:47 +02:00
Tobias Geerinckx-Rice a5c70c2e0e
gnu: libmpdclient: Update to 2.15.
* gnu/packages/mpd.scm (libmpdclient): Update to 2.15.
2018-09-06 02:33:47 +02:00
Ludovic Courtès 37a6cdbf1b
git: Don't require users to specifiy "origin/" for branches.
Fixes <https://bugs.gnu.org/32618>.
Reported by Eric Brown <brown@fastmail.com>.

* guix/git.scm (update-cached-checkout): Remove "origin/" from default
REF.  Define CANONICAL-REF and use it instead of REF.
(latest-repository-commit): Remove "origin/" from default REF.
* guix/channels.scm (%default-channels): Remove "origin/" from
'branch'.
2018-09-05 23:50:38 +02:00
Ludovic Courtès cb341c1219
channels: Fix external channel builds.
This fixes a regression introduced in
ca71942445 whereby external channels would
fail to build due to the lack of (gcrypt …) modules.

* guix/channels.scm (channel-instance-derivations): Add 'guile-gcrypt'.
Pass it along CORE to 'build-channel-instance'.
2018-09-05 23:33:49 +02:00
Ricardo Wurmus 00a43cb81c
gnu: pigx-scrnaseq: Use latest version of Pandoc.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[inputs]: Replace
"ghc-pandoc-citeproc-with-pandoc-1" with "ghc-pandoc-citeproc", and
"ghc-pandoc-1" with "ghc-pandoc".
2018-09-05 20:03:09 +02:00
Ricardo Wurmus c2b4f81e51
gnu: pigx-bsseq: Use latest version of Pandoc.
* gnu/packages/bioinformatics.scm (pigx-bsseq)[inputs]: Replace
"ghc-pandoc-citeproc-with-pandoc-1" with "ghc-pandoc-citeproc", and
"ghc-pandoc-1" with "ghc-pandoc".
2018-09-05 20:03:09 +02:00
Ricardo Wurmus 7cd40c8c5d
gnu: pigx-chipseq: Use latest version of Pandoc.
* gnu/packages/bioinformatics.scm (pigx-chipseq)[inputs]: Replace
"ghc-pandoc-citeproc-with-pandoc-1" with "ghc-pandoc-citeproc", and
"ghc-pandoc-1" with "ghc-pandoc".
2018-09-05 20:03:09 +02:00
Ricardo Wurmus ca248f1db9
gnu: pigx-rnaseq: Use latest version of Pandoc.
* gnu/packages/bioinformatics.scm (pigx-rnaseq)[inputs]: Replace
"ghc-pandoc-citeproc-with-pandoc-1" with "ghc-pandoc-citeproc", and
"ghc-pandoc-1" with "ghc-pandoc".
2018-09-05 20:03:09 +02:00
Ricardo Wurmus dff5640a59
gnu: r-rcas: Use standard version of ghc-pandoc-citeproc.
* gnu/packages/bioinformatics.scm (r-rcas)[native-inputs]: Replace
"ghc-pandoc-citeproc-with-pandoc-1" with "ghc-pandoc-citeproc".
2018-09-05 20:03:09 +02:00
Ricardo Wurmus f33a4748b7
gnu: r-modelmetrics: Update to 1.2.0.
* gnu/packages/statistics.scm (r-modelmetrics): Update to 1.2.0.
[propagated-inputs]: Add r-data-table.
2018-09-05 20:03:09 +02:00
Ricardo Wurmus 0d279d607a
gnu: r-robustbase: Update to 0.93-2.
* gnu/packages/statistics.scm (r-robustbase): Update to 0.93-2.
2018-09-05 20:03:09 +02:00
Ricardo Wurmus 8e499d756a
gnu: r-rann: Update to 2.6.
* gnu/packages/statistics.scm (r-rann): Update to 2.6.
2018-09-05 20:03:09 +02:00
Ricardo Wurmus 314e8e763f
gnu: r-ggthemes: Update to 4.0.1.
* gnu/packages/statistics.scm (r-ggthemes): Update to 4.0.1.
[propagated-inputs]: Remove r-assertthat and r-colorspace; add r-purrr,
r-stringr, and r-tibble.
2018-09-05 20:03:09 +02:00
Ricardo Wurmus e5db6890ad
gnu: r-ztable: Update to 0.2.0.
* gnu/packages/statistics.scm (r-ztable): Update to 0.2.0.
[propagated-inputs]: Add r-flextable, r-magrittr, r-moonbook, r-officer,
r-rcolorbrewer, r-scales, and r-stringr.
2018-09-05 20:03:08 +02:00
Ricardo Wurmus f0519c8fae
gnu: r-zoo: Update to 1.8-3.
* gnu/packages/statistics.scm (r-zoo): Update to 1.8-3.
2018-09-05 20:03:08 +02:00
Ricardo Wurmus 8da236a377
gnu: r-gtools: Update to 3.8.1.
* gnu/packages/statistics.scm (r-gtools): Update to 3.8.1.
2018-09-05 20:03:08 +02:00
Ricardo Wurmus c28d8d8db0
gnu: r-kernlab: Update to 0.9-27.
* gnu/packages/machine-learning.scm (r-kernlab): Update to 0.9-27.
2018-09-05 20:03:08 +02:00
Ricardo Wurmus c0608f815c
gnu: r-adaptivesparsity: Update to 1.6.
* gnu/packages/machine-learning.scm (r-adaptivesparsity): Update to 1.6.
[propagated-inputs]: Add r-mass and r-matrix.
2018-09-05 20:03:08 +02:00
Ricardo Wurmus a207bca2ad
gnu: r-codedepends: Move from cran to bioconductor.
* gnu/packages/cran.scm (r-codedepends): Move from here...
* gnu/packages/bioconductor.scm (r-codedepends): ...to here.
2018-09-05 20:03:08 +02:00
Ricardo Wurmus 5dfe491290
gnu: r-graph: Move from bioinformatics to bioconductor.
* gnu/packages/bioinformatics.scm (r-graph): Move from here...
* gnu/packages/bioconductor.scm (r-graph): ...to here.
2018-09-05 20:03:08 +02:00
Ricardo Wurmus caaec88651
gnu: r-ggpubr: Update to 0.1.8.
* gnu/packages/cran.scm (r-ggpubr): Update to 0.1.8.
[propagated-inputs]: Add r-glue and r-polynom.
2018-09-05 20:03:08 +02:00
Ricardo Wurmus a9b02ddd73
gnu: r-codedepends: Update to 0.6.5.
* gnu/packages/cran.scm (r-codedepends): Update to 0.6.5.
[propagated-inputs]: Add r-graph.
2018-09-05 20:03:08 +02:00
Ricardo Wurmus 2e6909baf0
gnu: r-later: Update to 0.7.4.
* gnu/packages/cran.scm (r-later): Update to 0.7.4.
2018-09-05 20:03:08 +02:00
Ricardo Wurmus 12132229b0
gnu: r-maptools: Update to 0.9-3.
* gnu/packages/cran.scm (r-maptools): Update to 0.9-3.
2018-09-05 20:03:08 +02:00
Ricardo Wurmus 7a96c4e0a0
gnu: r-fnn: Update to 1.1.2.1.
* gnu/packages/cran.scm (r-fnn): Update to 1.1.2.1.
2018-09-05 20:03:08 +02:00