Age | Commit message (Collapse) | Author |
|
* gnu/packages/toys.scm (nyancat): New variable.
|
|
* gnu/packages/statistics.scm (python-statsmodels): Update to 0.11.1.
|
|
* gnu/packages/lisp-xyz.scm (cl-sycamore, sbcl-sycamore): New variables.
|
|
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20200228.
|
|
* gnu/packages/cran.scm (r-desolve): Update to 1.28.
|
|
* gnu/packages/cran.scm (r-umap): Update to 0.2.5.0.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/cran.scm (r-rcppannoy): Update to 0.0.16.
[native-inputs]: Remove r-knitr.
|
|
* gnu/packages/cran.scm (r-quantmod): Update to 0.4-16.
|
|
* gnu/packages/cran.scm (r-vcd): Update to 1.4-6.
|
|
* gnu/packages/cran.scm (r-ggrepel): Update to 0.8.2.
|
|
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.
|
|
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.
|
|
* 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.
|
|
* 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}.
|
|
* gnu/packages/python-xyz.scm (python-filelock): New variable.
|
|
* gnu/packages/python-xyz.scm (python-distlib): New variable.
|
|
* gnu/packages/bioinformatics.scm (ngless): Update to 1.1.0.
|
|
* gnu/packages/music.scm (jack-select): New variable.
|
|
* 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.
|
|
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):
|
|
* gnu/packages/perl.scm (perl-config-inifiles): New variable.
|
|
* gnu/packages/perl.scm (perl-attribute-util): New variable.
|
|
* gnu/packages/fonts.scm (font-opendyslexic): New variable.
(font-open-dyslexic): Mark as deprecated package.
|
|
* gnu/packages/terminals.scm (beep)[native-inputs]: Remove.
|
|
* gnu/packages/terminals.scm (beep): Update to 1.4.9.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* 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>
|
|
* 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>
|
|
* gnu/packages/guile.scm (guile-3.0): Update to 3.0.1. Use "mirror://" URL.
|
|
* gnu/packages/statistics.scm (r-robust): Update to 0.5-0.0.
|
|
* gnu/packages/cran.scm (r-rapidjsonr): Update to 1.2.0.
|
|
* gnu/packages/bioconductor.scm (r-atacseqqc): Update to 1.10.3.
[native-inputs]: Add r-knitr.
|
|
* 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.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-journal): New Variable.
|
|
* gnu/packages/machine-learning.scm (python-umap-learn): Add python-joblib to
run the test suite.
|
|
Fixes <https://bugs.gnu.org/39708>.
Shepherd doesn't keep track of processes that fork themselves and would
disable the process after restarting it a couple times.
* gnu/services/nfs.scm (nfs-shepherd-services): Invoke rpc.mountd with the
'--foreground' option.
|
|
* gnu/packages/patches/qemu-CVE-2020-8608.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/virtualization.scm (qemu)[source]: Use it.
|
|
Same package is provided by google-brotli.
* gnu/packages/compression.scm (brotli): Redefine as a deprecated alias
for "google-brotli".
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/fontutils.scm (woff2): Update to 1.0.2 and switch to cmake
* gnu/packages/patches/woff2-libbrotli.patch: Remove
* gnu/local.mk (dist_patch_DATA): Remove patch
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/ccache.scm (ccache): Fix indentation
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
gnu/packages/ccache.scm (ccache): Update to 3.7.7, update homepage
to ccache.dev, get source code from github, remove fortran 77 from
description.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Discussed at <https://bugs.gnu.org/39926>.
* gnu/packages/linux.scm (eudev/btrfs-fix): New variable.
* gnu/services/base.scm (<udev-configuration>)[udev]: Default to it.
(udev-service): Likewise for #:udev.
|
|
* gnu/packages/guile.scm (guile-2.2.7): New variable.
(guile-2.2/bug-fix): Redefine as a deprecated alias for GUILE-2.2.7.
* gnu/packages/admin.scm (shepherd)[native-inputs, inputs]: Use GUILE-2.2.7.
* gnu/packages/patches/guile-finalization-crash.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.17.
|
|
* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.15.
|
|
* gnu/packages/statistics.scm (r-dplyr): Update to 0.8.5.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/statistics.scm (r-survival): Update to 3.1-11.
|
|
* gnu/packages/cran.scm (r-lifecycle): Update to 0.2.0.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/cran.scm (r-covr): Update to 3.5.0.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/cran.scm (r-pscl): Update to 1.5.5.
|
|
* gnu/packages/cran.scm (r-mosaic)[native-inputs]: Add r-knitr.
|