Add ironclad dep to cl-sasl?
This commit is contained in:
@@ -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
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user