aboutsummaryrefslogtreecommitdiff
path: root/doc/images/gcc-core-mesboot0-graph.dot
diff options
context:
space:
mode:
Diffstat (limited to 'doc/images/gcc-core-mesboot0-graph.dot')
0 files changed, 0 insertions, 0 deletions
dc7b3e56337ee9d8dcd8fe7d5cab71ef536d024f, 'start-service' returns the Shepherd's representation of the service as a sexp, and '#f' if the service fails to start. Also, it doesn't throw an exception when the service fails to start, so relying on an exception instead of relying on its return value is a false positive. * gnu/tests/base.scm (run-nss-mdns-test): Split tests so to check the return value of 'start-service'. (run-mcron-test, run-nss-mdns-test): Use 'test-assert' with the return value of 'start-service'. * gnu/tests/admin.scm (run-tailon-test): Idem. * gnu/tests/dict.scm (run-dicod-test): Idem. * gnu/tests/mail.scm (run-opensmtpd-test, run-exim-test, run-dovecot-test): Idem. * gnu/tests/messaging.scm (run-xmpp-test, run-bitlbee-test): Idem. * gnu/tests/nfs.scm (run-nfs-test): Idem. * gnu/tests/rsync.scm (run-rsync-test): Idem. * gnu/tests/ssh.scm (run-ssh-test): Idem. * gnu/tests/version-control.scm (run-cgit-test, run-git-http-test): Idem. * gnu/tests/web.scm (run-php-fpm-test): Idem. Clément Lassieur 2017-09-23gnu: Add rsync service....* doc/guix.texi (Networking Services): Add rsync service documentation. * gnu/services/rsync.scm (<rsync-configuration>): New file. * gnu/tests/rsync.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add new files. Signed-off-by: Christopher Baines <mail@cbaines.net> Oleg Pykhalov 17 +0200'>2022-04-03gnu: xfce4-screenshooter: Update to 1.9.10....* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brendan Tildesley 2022-04-03gnu: xfce4-whiskermenu-plugin: Update to 2.6.2....* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.6.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brendan Tildesley 2022-03-29gnu: Add xfce4-dict....* gnu/packages/xfce.scm (xfce4-dict): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Feng Shu 2022-03-26gnu: Add xfdashboard....* gnu/packages/xfce.scm (xfdashboard): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Feng Shu 2022-03-25gnu: Add gigolo....* gnu/packages/xfce.scm (gigolo): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Feng Shu 2022-02-14gnu: xfce4-notifyd: Update to 0.6.3....* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Michael Rohleder 2022-02-04gnu: xfce4-cpugraph-plugin: Update to 1.2.6....* gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Michael Rohleder 2022-02-04gnu: xfce4-cpufreq-plugin: Update to 1.2.7....* gnu/packages/xfce.scm (xfce4-cpufreq-plugin): Update to 1.2.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Michael Rohleder 2022-02-02gnu: xfce4-cpufreq-plugin: Update to 1.2.6....* gnu/packages/xfce.scm (xfce4-cpufreq-plugin): Update to 1.2.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Michael Rohleder 2022-01-16gnu: ristretto: Update to 0.12.2....* gnu/packages/xfce.scm (ristretto): Update to 0.12.2. [native-inputs]: Add glib:bin for gdbus-codegen. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder 2021-12-29gnu: xfce4-screensaver: Fix trailing whitespace in description....* gnu/packages/xfce.scm (xfce4-screensaver)[description]: Fix trailing whitespace. Vagrant Cascadian 2021-12-17gnu: ristretto: Update to 0.12.1....* gnu/packages/xfce.scm (ristretto): Update to 0.12.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Michael Rohleder 2021-12-17gnu: mousepad: Update to 0.5.8....* gnu/packages/xfce.scm (mousepad): Update to 0.5.8. [inputs]: Use gtksourceview. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Michael Rohleder 2021-12-17gnu: exo: Update to 4.16.3....* gnu/packages/xfce.scm (exo): Update to 4.16.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Michael Rohleder 2021-12-13gnu: Further simplify package inputs....This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.) Ludovic Courtès 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-12-02gnu: Remove librsvg@2.50 from the Xfce dependency graph....This allows us to build Xfce on non-x86_64 platforms. * gnu/packages/gstreamer.scm (gst-plugins-good)[inputs]: Use 'librsvg-for-system' instead of 'librsvg'. * gnu/packages/gtk.scm (guile-rsvg)[inputs]: Likewise. * gnu/packages/xfce.scm (xfce4-xkb-plugin)[inputs]: Likewise. Ludovic Courtès 2021-11-26gnu: ristretto: Remove unused librsvg dependency....* gnu/packages/xfce.scm (ristretto)[inputs]: Remove LIBRSVG. Ludovic Courtès 2021-11-23Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-11-22gnu: xfce4-screenshooter: Fix build....* gnu/packages/xfce.scm (xfce4-screenshooter)[inputs]: Use libsoup 2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Brendan Tildesley 2021-11-21gnu: xfce-weather-plugin: Fix build by depending on libsoup2....* gnu/packages/xfce.scm (xfce-weather-plugin)[inputs]: Replace libsoup with libsoup-minimal-2. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Kaelyn Takata 2021-11-17gnu: xfce4-whiskermenu-plugin: Update to 2.6.1....* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.6.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder 2021-11-17gnu: ristretto: Update to 0.12.0....* gnu/packages/xfce.scm (ristretto): Update to 0.12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder 2021-11-17gnu: xfce4-cpugraph-plugin: Update to 1.2.5....* gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder 2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner 2021-10-28gnu: Add xfce4-dev-tools...This is now needed to build newer lightdm-gtk-greeter versions * gnu/packages/xfce.scm (xfce4-dev-tools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Denis 'GNUtoo' Carikli 2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe 2021-10-06gnu: mousepad: Update to 0.5.7....* gnu/packages/xfce.scm (mousepad): Update to 0.5.7. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice 2021-10-05gnu: catfish: Update to 4.16.3....* gnu/packages/xfce.scm (catfish): Update to 4.16.3. Tobias Geerinckx-Rice 2021-09-26gnu: libxfce4ui: Update to 4.16.1....* gnu/packages/xfce.scm (libxfce4ui): Update to 4.16.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Michael Rohleder 2021-09-26gnu: thunar: Update to 4.16.10....* gnu/packages/xfce.scm (thunar): Update to 4.16.10. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Michael Rohleder 2021-09-26gnu: xfce4-whiskermenu-plugin: Update to 2.6.0....* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.6.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Michael Rohleder 2021-09-17