Age | Commit message (Expand) | Author |
2020-03-09 | gnu: claws-mail: Update to 3.17.5....* gnu/packages/mail.scm (claws-mail): Update to 3.17.5.
| Tobias Geerinckx-Rice |
2020-03-09 | gnu: s6: Update to 2.9.0.1....* gnu/packages/skarnet.scm (s6): Update to 2.9.0.1.
| Tobias Geerinckx-Rice |
2020-03-09 | gnu: s6-linux-init: Update to 1.0.4.0....* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.4.0.
| Tobias Geerinckx-Rice |
2020-03-09 | download: Remove misbehaving kvin.lv mirror....It issues bogus redirections instead of returning 404.
* guix/download.scm (%mirrors): Remove kvin.lv from CPAN.
| Tobias Geerinckx-Rice |
2020-03-09 | gnu: Add spatialite-tools....* gnu/packages/geo.scm (spatialite-tools): New variable.
| Guillaume Le Vaillant |
2020-03-09 | gnu: Add readosm....* gnu/packages/geo.scm (readosm): New variable.
| Guillaume Le Vaillant |
2020-03-09 | gnu: spatialite-gui: Add missing input....* gnu/packages/geo.scm (spatialite-gui)[inputs]: Add libjpeg-turbo.
| Guillaume Le Vaillant |
2020-03-09 | gnu: gdal: Update to 3.0.4....* gnu/packages/geo.scm (gdal): Update to 3.0.4.
| Guillaume Le Vaillant |
2020-03-09 | gnu: proj: Update to 6.3.1....* gnu/packages/geo.scm (proj): Update to 6.3.1.
| Guillaume Le Vaillant |
2020-03-09 | gnu: Add perl-math-vecstat....* gnu/packages/perl.scm (perl-math-vecstat): New variable.
| Roel Janssen |
2020-03-09 | gnu: python-semver: Fix build....* gnu/packages/python-xyz.scm: Add python-appdirs, python-distlib,
python-importlib-metadata, python-filelock, and python-six to native-inputs
in order to run the test suite.
| Roel Janssen |
2020-03-09 | gnu: Fix build of python-velocyto....* gnu/packages/bioinformatics.scm (python-velocyto): Add python-joblib to
native-inputs to make the test suite run succesfully.
| Roel Janssen |
2020-03-09 | gnu: Add vim-asyncrun....* gnu/packages/vim.scm (vim-asyncrun): New variable.
| Efraim Flashner |
2020-03-09 | gnu: Add nyancat....* gnu/packages/toys.scm (nyancat): New variable.
| Efraim Flashner |
2020-03-09 | gnu: Update python-statsmodels to 0.11.1....* gnu/packages/statistics.scm (python-statsmodels): Update to 0.11.1.
| Roel Janssen |
2020-03-09 | gnu: Add sycamore....* gnu/packages/lisp-xyz.scm (cl-sycamore, sbcl-sycamore): New variables.
| Pierre Neidhardt |
2020-03-09 | gnu: emacs-sly: Update to 20200228....* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20200228.
| Pierre Neidhardt |
2020-03-09 | doc: Use an https link for Contributor Covenant....* doc/contributing.texi: Switch to https for the link to
contributor-covenant.org
Reported-By: guix-vits on IRC
| Jakub Kądziołka |
2020-03-09 | gnu: r-desolve: Update to 1.28....* gnu/packages/cran.scm (r-desolve): Update to 1.28.
| Ricardo Wurmus |
2020-03-09 | gnu: r-umap: Update to 0.2.5.0....* gnu/packages/cran.scm (r-umap): Update to 0.2.5.0.
[native-inputs]: Add r-knitr.
| Ricardo Wurmus |
2020-03-09 | gnu: r-rcppannoy: Update to 0.0.16....* gnu/packages/cran.scm (r-rcppannoy): Update to 0.0.16.
[native-inputs]: Remove r-knitr.
| Ricardo Wurmus |
2020-03-09 | gnu: r-quantmod: Update to 0.4-16....* gnu/packages/cran.scm (r-quantmod): Update to 0.4-16.
| Ricardo Wurmus |
2020-03-09 | gnu: r-vcd: Update to 1.4-6....* gnu/packages/cran.scm (r-vcd): Update to 1.4-6.
| Ricardo Wurmus |
2020-03-09 | gnu: r-ggrepel: Update to 0.8.2....* gnu/packages/cran.scm (r-ggrepel): Update to 0.8.2.
| Ricardo Wurmus |
2020-03-08 | services: cuirass: Allow passing extra command line options....This is so that the options supported by the service configuration don't have
to always be changed. Generally though all options should be explicitly
supported and documented, so this is mostly to facilitate experimentation.
* gnu/services/cuirass.scm (<cuirass-configuration>): Add an extra-options
field.
(cuirass-shepherd-service): Pass the extra options to the shepherd servvices.
* doc/guix.texi (Continuous Integration): Document it.
| Christopher Baines |
2020-03-08 | services: guix-data-service: Allow passing extra options....This is so that the options supported by the service configuration don't have
to always be changed. Generally though all options should be explicitly
supported and documented, so this is mostly to facilitate experimentation.
* gnu/services/guix.scm (<guix-data-service-configuration>): Add extra-options
and extra-process-jobs-options to the record type.
(guix-data-service-shepherd-services): Handle these new configuration record
fields.
* doc/guix.texi (Guix Data Service): Document these new options.
| Christopher Baines |
2020-03-08 | gnu: guix-data-service: Update to 0.0.1-18.18eb9df....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-18.18eb9df.
(inputs, native-inputs): Switch to using the Guile 3 package variants where
applicable.
| Christopher Baines |
2020-03-09 | gnu: python-virtualenv: Update to 20.0.8....* gnu/packages/python-xyz.scm (python-virtualenv): Update to 20.0.8.
[arguments]: Remove the now-redundant 'disable-failing-test phase.
[native-inputs]: Add python-setuptools and python-setuptools-scm.
[inputs]: Add python-{appdirs, distlib, filelock, six,
importlib-metadata}.
| Jakub Kądziołka |
2020-03-09 | gnu: python-xyz: Add python-filelock....* gnu/packages/python-xyz.scm (python-filelock): New variable.
| Jakub Kądziołka |
2020-03-09 | gnu: python-xyz: Add python-distlib....* gnu/packages/python-xyz.scm (python-distlib): New variable.
| Jakub Kądziołka |
2020-03-08 | gnu: ngless: Update to 1.1.0....* gnu/packages/bioinformatics.scm (ngless): Update to 1.1.0.
| Ricardo Wurmus |
2020-03-08 | gnu: Add jack-select....* gnu/packages/music.scm (jack-select): New variable.
| Ricardo Wurmus |
2020-03-08 | gnu: taxtastic: Update to 0.8.11....* gnu/packages/bioinformatics.scm (taxtastic): Update to 0.8.11.
[source]: Fetch from Github.
[arguments]: Build with default Python; add phases 'prepare-directory,
'python37-compatibility, and update 'check phase.
[propagated-inputs]: Replace Python 2 variants with Python 3 variants.
| Ricardo Wurmus |
2020-03-08 | gnu: guile-next: Revert to 3.0.0....Guile 3.0.1 segfaults while building guix-system-tests.drv on
and "guile3.0-guix" on x86_64-linux.
* gnu/packages/guile.scm (guile-next): Revert to 3.0.0.
(guile-3.0):
| Ludovic Courtès |
2020-03-08 | gnu: Add perl-config-inifiles....* gnu/packages/perl.scm (perl-config-inifiles): New variable.
| Roel Janssen |
2020-03-08 | gnu: Add perl-attribute-util....* gnu/packages/perl.scm (perl-attribute-util): New variable.
| Roel Janssen |
2020-03-08 | gnu: Add font-opendyslexic....* gnu/packages/fonts.scm (font-opendyslexic): New variable.
(font-open-dyslexic): Mark as deprecated package.
| Efraim Flashner |
2020-03-08 | gnu: beep: Remove dependency on GCC 8....* gnu/packages/terminals.scm (beep)[native-inputs]: Remove.
| Ludovic Courtès |
2020-03-08 | gnu: beep: Update to 1.4.9....* gnu/packages/terminals.scm (beep): Update to 1.4.9.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vincent Legoll |
2020-03-08 | services: certbot: Add server option....* gnu/services/certbot.scm (certbot-configuration): Add server option.
(certbot-command): Use server option.
(certbot-actication): Use server option.
(certbot-nginx-server-configurations): Use server option.
* doc/guix.texi (Certificate Services): Document server option.
Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jack Hill |
2020-03-08 | system: Export 'operating-system' missing fields....* gnu/system.scm: Export 'operating-system-firmware',
'operating-system-keyboard-layout',
'operating-system-name-service-switch', 'operating-system-pam-services',
'operating-system-setuid-programs', 'operating-system-skeletons',
'operating-system-sudoers-file', 'operating-system-swap-devices'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Brice Waegeneire |
2020-03-08 | gnu: guile-next: Update to 3.0.1....* gnu/packages/guile.scm (guile-3.0): Update to 3.0.1. Use "mirror://" URL.
| Ludovic Courtès |
2020-03-08 | gexp: Default to current target....* guix/gexp.scm (lower-object): Set target argument to 'current by default and
look for the current target system at bind time if needed,
(gexp->file): ditto,
(gexp->script): ditto,
(lower-gexp): make sure lowered extensions are not cross-compiled.
* tests/gexp.scm: Add cross-compilation test-cases for gexp->script and
gexp->file with a target passed explicitely and with a default target.
| Mathieu Othacehe |
2020-03-08 | store: Add set-current-target procedure....* guix/store.scm (set-current-target): New exported procedure.
| Mathieu Othacehe |
2020-03-08 | gnu: r-robust: Update to 0.5-0.0....* gnu/packages/statistics.scm (r-robust): Update to 0.5-0.0.
| Ricardo Wurmus |
2020-03-08 | gnu: r-rapidjsonr: Update to 1.2.0....* gnu/packages/cran.scm (r-rapidjsonr): Update to 1.2.0.
| Ricardo Wurmus |
2020-03-08 | gnu: r-atacseqqc: Update to 1.10.3....* gnu/packages/bioconductor.scm (r-atacseqqc): Update to 1.10.3.
[native-inputs]: Add r-knitr.
| Ricardo Wurmus |
2020-03-08 | gnu: Reword and extend descriptions for some KDE packages....* gnu/packages/kde-multimedia.scm (libkcompatdisc)[description]: Extend.
* gnu/packages/kde-pim.scm (akonadi-search, kalarmcal, kdemailimporter,
kdepim-apps-libs, kidentitymanagement, kldap, kmailtransport, kmbox, kmime,
kontactinterface, kpimtextedit)[description]: Reword and extend.
(ktnef, kpimcommon, libkdepim)[synopsis, description]: Reword and extend.
(kmailtransport)[synopsis]: Fix space.
* gnu/packages/kde-systemtools.scm (khelpcenter)[description]: Extend.
| Hartmut Goebel |
2020-03-08 | gnu: Add emacs-org-journal....* gnu/packages/emacs-xyz.scm (emacs-org-journal): New Variable.
| Martin Becze |
2020-03-08 | gnu: python-umap-learn: Fix build....* gnu/packages/machine-learning.scm (python-umap-learn): Add python-joblib to
run the test suite.
| Roel Janssen |