diff --git a/.local/share/common-lisp/source/ambrevar/all.lisp b/.local/share/common-lisp/source/ambrevar/all.lisp index 356ba905..c6892396 100644 --- a/.local/share/common-lisp/source/ambrevar/all.lisp +++ b/.local/share/common-lisp/source/ambrevar/all.lisp @@ -5,6 +5,8 @@ (:import-from #:alexandria) (:import-from #:bordeaux-threads) (:import-from #:chanl) + (:import-from #:cl-csv) + (:import-from #:cl-interpol) (:import-from #:cl-ppcre) (:import-from #:cl-ppcre-unicode) (:import-from #:closer-mop) diff --git a/.package-lists/guix-nyxt-manifest.scm b/.package-lists/guix-nyxt-manifest.scm index a8f32b43..95b1b81b 100644 --- a/.package-lists/guix-nyxt-manifest.scm +++ b/.package-lists/guix-nyxt-manifest.scm @@ -23,6 +23,7 @@ "cl-gobject-introspection" ; Maybe in Nyxt in the future. "cl-csv" "cl-quicksearch" + "cl-interpol" ;; Direct dependencies: "cl-alexandria"