Changes to how cl-xmpp is called

This commit is contained in:
niten 2021-11-01 14:05:14 -07:00
parent a5fc6b7876
commit b1af37ff1e
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, cl-sasl, ... }:
{ pkgs, localLispPackages, ... }:
pkgs.lispPackages.buildLispPackage {
baseName = "cl-xmpp";
@ -11,7 +11,7 @@ pkgs.lispPackages.buildLispPackage {
"cl-xmpp-tls"
];
deps = with pkgs.lispPackages; [
deps = with localLispPackages; [
cl-base64
cl_plus_ssl
cl-sasl