~abcdw/rde-devel

rde: features: Fix typo and use shorthand macro form. v1 APPLIED

jgart: 1
 rde: features: Fix typo and use shorthand macro form.

 1 files changed, 3 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~abcdw/rde-devel/patches/41402/mbox | git am -3
Learn more about email & git

[PATCH] rde: features: Fix typo and use shorthand macro form. Export this patch

---

hi, wdyt

 src/rde/features.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/rde/features.scm b/src/rde/features.scm
index 7384019..cdbbd82 100644
--- a/src/rde/features.scm
+++ b/src/rde/features.scm
@@ -77,13 +77,13 @@
(define (services-getter? fn)
  (procedure? fn))

(define-configuration feature
(define-configuration/no-serialization feature
  (name
   (symbol)
   "Name for feature to identify it in debug messages.")
  (values
   (alist '())
   "List of pairs avaliable to share across services.")
   "List of pairs available to share across services.")
  (home-services-getter
   (services-getter (const '()))
   "Function taking one argument (@code{values}) and returning a list
@@ -93,8 +93,7 @@ of services.  Service can be either @code{service?} or
   (services-getter (const '()))
   "Function taking one argument (@code{values}) and returning a list
of services.  Service can be either @code{service?} or
@code{#f}. Resulting list will be appended to operating system.")
  (no-serialization))
@code{#f}. Resulting list will be appended to operating system."))

(define-record-type* <rde-config> rde-config
  make-rde-config
-- 
2.40.1