refactor(fun/wcl): Use portable unix-opts library
unix-opts, imported into buildLisp.nix in the previous commit, provides an implementation independent way of parsing command line arguments.
This commit is contained in:
parent
6f728f33a6
commit
10e2e56b67
2 changed files with 2 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ pkgs.nix.buildLisp.program {
|
|||
];
|
||||
|
||||
deps = with pkgs.third_party.lisp; [
|
||||
unix-opts
|
||||
iterate
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue