diff options
author | Robby Zambito <contact@robbyzambito.me> | 2023-02-21 16:27:46 -0500 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2023-02-21 16:27:46 -0500 |
commit | c834a7b777556e5e5b960686e7769060d058e1b2 (patch) | |
tree | 626d7613398bf90cfd907f39d8f75533f2c11cad /lib/zambyte/meta/json.sld | |
parent | df5df2b65e3e1f0ee90d4e3a73f35c9cf06d90b9 (diff) |
Reach feature parity with macduffie json library
Diffstat (limited to 'lib/zambyte/meta/json.sld')
-rw-r--r-- | lib/zambyte/meta/json.sld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zambyte/meta/json.sld b/lib/zambyte/meta/json.sld index a385f66..bedbc4a 100644 --- a/lib/zambyte/meta/json.sld +++ b/lib/zambyte/meta/json.sld @@ -138,7 +138,7 @@ (define json-key-not-found (make-parameter (lambda () (values))))) ;; non-portable (cond-expand - ((and (library (macduffie json)) (srfi 69)) + ((and (library (macduffie json)) (library (srfi 69))) (include-library-declarations "macduffie.scm")) ((and guile (library (json))) (import (only (guile) include-from-path import)) |