are nix packages 'native'?

This commit is contained in:
Niten 2020-11-23 15:50:27 -08:00
parent f51142a78c
commit 7173ef2221
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +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; [ native = with pkgs.lispPackages; [
ironclad ironclad
]; ];
} }