Add ironclad dep to cl-sasl?

This commit is contained in:
Niten 2020-11-23 15:34:04 -08:00
parent e675d7bb8c
commit f51142a78c
1 changed files with 3 additions and 0 deletions

View File

@ -17,4 +17,7 @@ in buildLisp.library {
"${cl-sasl-path}/plain.lisp" "${cl-sasl-path}/plain.lisp"
"${cl-sasl-path}/digest-md5.lisp" "${cl-sasl-path}/digest-md5.lisp"
]; ];
deps = with pkgs.lispPackages; [
ironclad
];
} }