are nix packages 'native'?
This commit is contained in:
parent
f51142a78c
commit
7173ef2221
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue