aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/kde-plasma.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-07-31 13:34:45 -0400
committerMark H Weaver <mhw@netris.org>2020-07-31 13:38:23 -0400
commit95d44e7a29675babd9965c8e961cebc18bda8327 (patch)
treecf65f416dbcda3ee41c8e08d8c888af802101284 /gnu/packages/kde-plasma.scm
parentb30974908b693e29c604bcae46af4db661422294 (diff)
downloadguix-95d44e7a29675babd9965c8e961cebc18bda8327.tar.gz
guix-95d44e7a29675babd9965c8e961cebc18bda8327.zip
gnu: linux-libre@4.14: Update to 4.14.191.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.191. (linux-libre-4.14-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages/kde-plasma.scm')
0 files changed, 0 insertions, 0 deletions
a message about services that need to be manually restarted. * gnu/services/herd.scm (load-services/safe): New procedure. * doc/guix.texi (Invoking guix system): Document the new behaviour. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Carlo Zancanaro 2018-07-13services: shepherd: Support custom actions....* gnu/services/shepherd.scm (<shepherd-service>)[actions]: New field. (<shepherd-action>): New record type. (shepherd-service-file): Pass #:actions to 'make'. * doc/guix.texi (Shepherd Services): Document custom actions. Ludovic Courtès 2018-06-20services: boot: Take gexps instead of monadic gexps....* gnu/services.scm (compute-boot-script): Rename 'mexps' to 'gexps' and remove 'mlet' form. (boot-service-type): Update comment. (cleanup-gexp): Remove 'with-monad' and 'return'. (activation-script): Rewrite in non-monadic style: use 'scheme-file' instead of 'gexp->file'. (gexps->activation-gexp): Remove 'mlet', return a gexp. * gnu/services/shepherd.scm (shepherd-boot-gexp): Remove 'with-monad' and 'return'. * gnu/system.scm (operating-system-boot-script): Remove outdated comment. * gnu/tests/base.scm (%cleanup-os): For 'dirty-service', remove 'with-monad' and 'return'. Ludovic Courtès 2018-03-15services: 'shepherd-service-type' now accepts a default value....* gnu/services/shepherd.scm (shepherd-service-type): Add a second form with an additional 'default' parameter. Ludovic Courtès 2018-01-21services: shepherd: Make 'shepherd-configuration-file' non-monadic....Suggested by atw on #guix. * gnu/services/shepherd.scm (shepherd-service-file): Use 'scheme-file' instead of 'gexp->file'. (shepherd-configuration-file): Likewise, and adjust to non-monadic style. (shepherd-boot-gexp): Adjust accordingly. * guix/scripts/system.scm (upgrade-shepherd-services): Use 'lower-object' in addition to 'shepherd-service-file'. Ludovic Courtès