Age | Commit message (Collapse) | Author |
|
* gnu/packages/cran.scm (r-pegas): Update to 0.14.
|
|
* gnu/packages/cran.scm (r-colourpicker): Update to 1.1.0.
[native-inputs]: Add r-knitr.
|
|
* etc/committer.scm.in (commit-message): Use EQUAL? instead of EQ? to compute
differences because not all inputs may be symbols; some could be expressions.
|
|
* gnu/packages/cran.scm (r-future): Update to 1.19.1.
|
|
* gnu/packages/cran.scm (r-globals): Update to 0.13.0.
|
|
* gnu/packages/cran.scm (r-spatialextremes): Update to 2.0-9.
|
|
* gnu/packages/cran.scm (r-fields): Update to 11.5.
|
|
* gnu/packages/cran.scm (r-gmp): Update to 0.6-1.
|
|
* gnu/packages/cran.scm (r-bigrquery): Update to 1.3.2.
|
|
* gnu/packages/cran.scm (r-fftwtools): Update to 0.9-9.
|
|
* gnu/packages/cran.scm (r-afex): Update to 0.28-0.
|
|
* gnu/packages/cran.scm (r-npsurv): Update to 0.5-0.
|
|
* gnu/packages/cran.scm (r-lsei): Update to 1.3-0.
|
|
* gnu/packages/cran.scm (r-usethis): Update to 1.6.3.
|
|
* gnu/packages/cran.scm (r-sjplot): Update to 2.8.5.
|
|
* gnu/packages/cran.scm (r-effectsize): Update to 0.3.3.
|
|
* gnu/packages/cran.scm (r-emmeans): Update to 1.5.1.
|
|
* gnu/packages/cran.scm (r-multcomp): Update to 1.4-14.
|
|
* gnu/packages/cran.scm (r-sandwich): Update to 3.0-0.
|
|
* gnu/packages/cran.scm (r-deriv): Update to 4.1.0.
|
|
* gnu/packages/cran.scm (r-sjlabelled): Update to 1.1.7.
|
|
* gnu/packages/cran.scm (r-insight): Update to 0.9.6.
|
|
* gnu/packages/cran.scm (r-bibtex): Update to 0.4.2.3.
|
|
* gnu/packages/cran.scm (r-openxlsx): Update to 4.2.2.
|
|
* gnu/packages/cran.scm (r-import): Update to 1.2.0.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/cran.scm (r-trend): Update to 1.1.4.
|
|
* gnu/packages/cran.scm (r-statnet-common): Update to 4.4.1.
[propagated-inputs]: Add r-rle.
|
|
* gnu/packages/cran.scm (r-tinytex): Update to 0.26.
|
|
* gnu/packages/cran.scm (r-xfun): Update to 0.18.
|
|
* gnu/packages/cran.scm (r-seriation): Update to 1.2-9.
|
|
* gnu/packages/cran.scm (r-dtw): Update to 1.22-3.
|
|
* gnu/packages/cran.scm (r-vcd): Update to 1.4-8.
|
|
* gnu/packages/cran.scm (r-hardyweinberg): Update to 1.6.8.
|
|
* gnu/packages/cran.scm (r-broom): Update to 0.7.1.
|
|
* gnu/packages/cran.scm (r-psych): Update to 2.0.9.
|
|
* gnu/packages/cran.scm (r-lava): Update to 1.6.8.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/cran.scm (r-getoptlong): Update to 1.0.3.
|
|
* gnu/packages/cran.scm (r-htmltable): Update to 2.1.0.
|
|
* gnu/packages/cran.scm (r-htmlwidgets): Update to 1.5.2.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/cran.scm (r-rticles): Update to 0.16.
|
|
* gnu/packages/bioconductor.scm (r-fhtest): Update to 1.5.
|
|
* gnu/packages/bioconductor.scm (r-interval): Update to 1.1-0.7.
|
|
* gnu/packages/bioconductor.scm (r-activedriverwgs): Update to 1.1.1.
|
|
* gnu/packages/cran.scm (r-slider): New variable.
|
|
* gnu/packages/cran.scm (r-warp): New variable.
|
|
* gnu/packages/cran.scm (r-rle): New variable.
|
|
This gets rid of:
guile: warning: failed to install locale
when running the 'guix' command on a foreign distro where 'GUIX_LOCPATH'
isn't set.
* Makefile.am (pkglibexec_PROGRAMS, guile_SOURCES, guile_LDADD)
(guile_CFLAGS): New variables.
(install-exec-hook): New target.
(AUX_FILES): Remove 'guile-launcher.c'.
* configure.ac: Use 'GUILE_FLAGS'.
|
|
Since commit ba48895899a117d6ace2209c3f54411a4a989133, selected UTF-8
locales are bundled. However, because 'guix-command' is itself a Guile
script, users would still see Guile's warning, particularly on foreign
distros:
$ LC_ALL=sdf guix foo
guile: warning: failed to install locale
hint: Consider installing the `glibc-utf8-locales' [...]
User commands would print that warning, but more importantly, each
invocation of 'guix substitute' would print it, even though
'guix-daemon.service' explicitly chooses "en_US.utf8", which is in
'glibc-utf8-locales'. This leads to confusion since users would keep
seeing this message unless/until they realize they also need to install
'glibc-utf8-locales' in root's profile.
This patch gets rid of "guile: warning: ..." for a guix-pulled 'guix'
command.
* guix/self.scm (specification->package): Add "gcc-toolchain".
(quiet-guile): New procedure.
(guix-command): Use it.
* gnu/packages/aux-files/guile-launcher.c: New file.
* Makefile.am (AUX_FILES): Add it.
|
|
* gnu/packages/crates-io.scm (rust-time-0.1): Update to 0.1.43.
|
|
* gnu/packages/crates-io.scm (rust-chrono-0.4): Update to 0.4.13.
|