aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/vnstat.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-11-15 15:54:41 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-11-15 15:55:22 +0100
commite318eae0ccfe571bf9135ea319c3e89ed9d1afdd (patch)
tree93f83895cc78324e5b89713ac76a0ae39041bac0 /gnu/tests/vnstat.scm
parent5f66bbc25492cf16484485095ad98e19701bc33f (diff)
downloadguix-e318eae0ccfe571bf9135ea319c3e89ed9d1afdd.tar.gz
guix-e318eae0ccfe571bf9135ea319c3e89ed9d1afdd.zip
gnu: r-rcpparmadillo: Update to 0.12.6.6.0.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.12.6.6.0. Change-Id: Iab08f00f0522fdecf9a39f08f5418a978afbb0df
Diffstat (limited to 'gnu/tests/vnstat.scm')
0 files changed, 0 insertions, 0 deletions
phony.scm (run-jami-test): Add modules to the #:imported-modules argument of 'marionette-operating-system'. [test]: Remove them from 'with-imported-modules'; remove 'with-extensions'. Add "d-bus tooling loaded" test to set up %load-path and %load-compiled-path so the marionette process can find guile-ac-d-bus and guile-packrat. Ludovic Courtès 2023-03-03services: dbus: Deprecate 'dbus-service' procedure....* doc/guix.texi (Desktop Services): Replace with 'dbus-root-service-type'. Document dbus-configuration. * gnu/services/dbus.scm (dbus-service): Define with 'define-deprecated'. * gnu/services/desktop.scm (desktop-services-for-system): Replace with dbus-root-service-type. * gnu/system/install.scm (%installation-services): Ditto. * gnu/tests/base.scm (%avahi-os): Ditto. * gnu/tests/docker.scm (%docker-os): Ditto. * gnu/tests/lightdm.scm (minimal-desktop-services): Ditto. * gnu/tests/virtualization.scm (%libvirt-os): Ditto. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal 2023-03-03services: dbus: Deprecate 'polkit-service' procedure....* doc/guix.texi (Desktop Services): Replace 'polkit-service' with 'polkit-service-type'. * gnu/services/dbus.scm (polkit-service): Deprecate procedure. * gnu/tests/docker.scm (%docker-os): Use polkit-service-type. * gnu/tests/virtualization.scm (%libvirt-os): Ditto. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal 2022-12-06tests: docker-system: Increase image size....* gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase 'disk-image-size'. Ludovic Courtès