Add ironclad dep to cl-sasl?
This commit is contained in:
parent
e675d7bb8c
commit
f51142a78c
|
@ -17,4 +17,7 @@ in buildLisp.library {
|
|||
"${cl-sasl-path}/plain.lisp"
|
||||
"${cl-sasl-path}/digest-md5.lisp"
|
||||
];
|
||||
deps = with pkgs.lispPackages; [
|
||||
ironclad
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue