From c834a7b777556e5e5b960686e7769060d058e1b2 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Tue, 21 Feb 2023 16:27:46 -0500 Subject: Reach feature parity with macduffie json library --- lib/zambyte/meta/json.sld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/zambyte/meta/json.sld') 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)) -- cgit