aboutsummaryrefslogtreecommitdiff
path: root/.guix-authorizations
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2022-04-15 23:23:32 -0300
committerVinicius Monego <monego@posteo.net>2022-04-20 23:39:11 -0300
commitd656ff473e7372872e859b47a68446f24f7b3cce (patch)
tree6697c8d6ed1c16d883b889b41783f738b3d814ac /.guix-authorizations
parent866f306cf5293f3fb9ee376983c4ac5548ba612f (diff)
downloadguix-d656ff473e7372872e859b47a68446f24f7b3cce.tar.gz
guix-d656ff473e7372872e859b47a68446f24f7b3cce.zip
gnu: shotcut: Update to 22.03.30.
* gnu/packages/video.scm (shotcut): Update to 22.03.30.
Diffstat (limited to '.guix-authorizations')
0 files changed, 0 insertions, 0 deletions
ic 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